Class TaxTreatmentExtensions
Extension methods for TaxTreatment.
public static class TaxTreatmentExtensions
- Inheritance
-
TaxTreatmentExtensions
- Inherited Members
Methods
GetBandIndex(TaxTreatment, CountriesForTaxPurposes)
Gets the zero-based index of the band that a given tax code (BR, D0, D1, D2) applies to.
public static int GetBandIndex(this TaxTreatment taxTreatment, CountriesForTaxPurposes applicableCountries)
Parameters
taxTreatment
TaxTreatmentTax treatment to determine band index for.
applicableCountries
CountriesForTaxPurposesApplicable countries for the input tax treatment.
Returns
- int
Band index for supplied tax treatment.
Exceptions
- ArgumentException
Thrown if it is not possible to retrieve a band index for ththe supplied tax treatment.