Package com.xero.models.payrollnz
Class TaxSettings
java.lang.Object
com.xero.models.payrollnz.TaxSettings
public class TaxSettings extends Object
TaxSettings
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaxSettings.PeriodTypeEnumThe type of period (\"weeks\" or \"months\") -
Constructor Summary
Constructors Constructor Description TaxSettings() -
Method Summary
-
Constructor Details
-
TaxSettings
public TaxSettings()
-
-
Method Details
-
periodUnits
-
getPeriodUnits
The number of units for the period type- Returns:
- periodUnits
-
setPeriodUnits
-
periodType
-
getPeriodType
The type of period (\"weeks\" or \"months\")- Returns:
- periodType
-
setPeriodType
-
taxCode
-
getTaxCode
Get taxCode- Returns:
- taxCode
-
setTaxCode
-
specialTaxRate
-
getSpecialTaxRate
Tax rate for STC and WT- Returns:
- specialTaxRate
-
setSpecialTaxRate
-
lumpSumTaxCode
-
getLumpSumTaxCode
Tax code for a lump sum amount- Returns:
- lumpSumTaxCode
-
setLumpSumTaxCode
-
lumpSumAmount
-
getLumpSumAmount
The total of the lump sum amount- Returns:
- lumpSumAmount
-
setLumpSumAmount
-
equals
-
hashCode
public int hashCode() -
toString
-