Table of Contents

Class IncomeTaxBandEntry

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

Record that represents a set of tax bands for a given tax regime (as specified by the ApplicableCountries property).

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

Properties

ApplicableCountries

Gets the set of countries within the UK that this set of tax bands refer to.

public CountriesForTaxPurposes ApplicableCountries { get; init; }

Property Value

CountriesForTaxPurposes

PersonalAllowances

Gets the set of personal allowances applicable to this tax regime.

public ImmutableArray<PersonalAllowance> PersonalAllowances { get; init; }

Property Value

ImmutableArray<PersonalAllowance>

TaxBands

Gets the set of tax bands applicable.

public ImmutableArray<IncomeTaxDeductionBand> TaxBands { get; init; }

Property Value

ImmutableArray<IncomeTaxDeductionBand>

Methods

GetTaxBandwidthEntries()

Gets an array of TaxBandwidthEntrys that correspond to the elements of the TaxBands property.

public TaxBandwidthEntry[] GetTaxBandwidthEntries()

Returns

TaxBandwidthEntry[]

Tax bandwidth entries as an array of TaxBandwidthEntrys.