Table of Contents

Class TaxTreatmentExtensions

Namespace
Payetools.Common.Model
Assembly
Payetools.Common.dll

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 TaxTreatment

Tax treatment to determine band index for.

applicableCountries CountriesForTaxPurposes

Applicable 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.