Uses of Class
com.xero.models.payrollnz.TaxSettings
-
Packages that use TaxSettings Package Description com.xero.models.payrollnz -
-
Uses of TaxSettings in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return TaxSettings Modifier and Type Method Description TaxSettingsPaySlip. getTaxSettings()Get taxSettingsTaxSettingsTaxSettings. lumpSumAmount(String lumpSumAmount)The total of the lump sum amountTaxSettingsTaxSettings. lumpSumTaxCode(String lumpSumTaxCode)Tax code for a lump sum amountTaxSettingsTaxSettings. periodType(TaxSettings.PeriodTypeEnum periodType)The type of period (\"weeks\" or \"months\")TaxSettingsTaxSettings. periodUnits(Double periodUnits)The number of units for the period typeTaxSettingsTaxSettings. specialTaxRate(String specialTaxRate)Tax rate for STC and WTTaxSettingsTaxSettings. taxCode(TaxCode taxCode)taxCodeMethods in com.xero.models.payrollnz with parameters of type TaxSettings Modifier and Type Method Description voidPaySlip. setTaxSettings(TaxSettings taxSettings)taxSettingsPaySlipPaySlip. taxSettings(TaxSettings taxSettings)taxSettings
-