Interface ITaxCalculatorFactory
Interface that represents factories that can generate ITaxCalculator implementations.
public interface ITaxCalculatorFactory
Methods
GetCalculator(CountriesForTaxPurposes, PayDate)
Gets an instance of an ITaxCalculator for the specified tax regime and pay date.
ITaxCalculator GetCalculator(CountriesForTaxPurposes applicableCountries, PayDate payDate)
Parameters
applicableCountries
CountriesForTaxPurposesApplicable tax regime.
payDate
PayDatePay date.
Returns
- ITaxCalculator
Instance of ITaxCalculator for the specified tax regime and pay date.