Table of Contents

Class TaxBandwidthSet

Namespace
Payetools.IncomeTax.ReferenceData
Assembly
Payetools.IncomeTax.dll

Represents a set of tax bandwidths for a given tax regime for a given tax year.

public record TaxBandwidthSet : IEquatable<TaxBandwidthSet>
Inheritance
TaxBandwidthSet
Implements
Inherited Members

Constructors

TaxBandwidthSet(TaxBandwidthEntry[])

Initialises a new instance of TaxBandwidthSet.

public TaxBandwidthSet(TaxBandwidthEntry[] taxBandwidthEntries)

Parameters

taxBandwidthEntries TaxBandwidthEntry[]

Array of TaxBandwidthEntry's for this tax year/regime combination.

Properties

TaxBandwidthEntries

Gets the set of TaxBandwidthEntry's for this TaxBandwidthSet as an array.

public TaxBandwidthEntry[] TaxBandwidthEntries { get; }

Property Value

TaxBandwidthEntry[]