Uses of Class
com.xero.models.payrollnz.TaxSettings
Packages that use TaxSettings
-
Uses of TaxSettings in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxSettingsModifier and TypeMethodDescriptionPaySlip.getTaxSettings()Get taxSettingsTaxSettings.lumpSumAmount(String lumpSumAmount) The total of the lump sum amountTaxSettings.lumpSumTaxCode(String lumpSumTaxCode) Tax code for a lump sum amountTaxSettings.periodType(TaxSettings.PeriodTypeEnum periodType) The type of period (\"weeks\" or \"months\")TaxSettings.periodUnits(Double periodUnits) The number of units for the period typeTaxSettings.specialTaxRate(String specialTaxRate) Tax rate for STC and WTtaxCodeMethods in com.xero.models.payrollnz with parameters of type TaxSettingsModifier and TypeMethodDescriptionvoidPaySlip.setTaxSettings(TaxSettings taxSettings) taxSettingsPaySlip.taxSettings(TaxSettings taxSettings) taxSettings