Package com.xero.models.payrollnz
Class TaxSettings
java.lang.Object
com.xero.models.payrollnz.TaxSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of period (\"weeks\" or \"months\") -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe total of the lump sum amountTax code for a lump sum amountThe type of period (\"weeks\" or \"months\")The number of units for the period typeTax rate for STC and WTGet taxCodeinthashCode()lumpSumAmount(String lumpSumAmount) The total of the lump sum amountlumpSumTaxCode(String lumpSumTaxCode) Tax code for a lump sum amountperiodType(TaxSettings.PeriodTypeEnum periodType) The type of period (\"weeks\" or \"months\")periodUnits(Double periodUnits) The number of units for the period typevoidsetLumpSumAmount(String lumpSumAmount) The total of the lump sum amountvoidsetLumpSumTaxCode(String lumpSumTaxCode) Tax code for a lump sum amountvoidsetPeriodType(TaxSettings.PeriodTypeEnum periodType) The type of period (\"weeks\" or \"months\")voidsetPeriodUnits(Double periodUnits) The number of units for the period typevoidsetSpecialTaxRate(String specialTaxRate) Tax rate for STC and WTvoidsetTaxCode(TaxCode taxCode) taxCodespecialTaxRate(String specialTaxRate) Tax rate for STC and WTtaxCodetoString()
-
Constructor Details
-
TaxSettings
public TaxSettings()
-
-
Method Details
-
periodUnits
The number of units for the period type- Parameters:
periodUnits- Double- Returns:
- TaxSettings
-
getPeriodUnits
-
setPeriodUnits
The number of units for the period type- Parameters:
periodUnits- Double
-
periodType
The type of period (\"weeks\" or \"months\")- Parameters:
periodType- PeriodTypeEnum- Returns:
- TaxSettings
-
getPeriodType
The type of period (\"weeks\" or \"months\")- Returns:
- periodType
-
setPeriodType
The type of period (\"weeks\" or \"months\")- Parameters:
periodType- PeriodTypeEnum
-
taxCode
taxCode- Parameters:
taxCode- TaxCode- Returns:
- TaxSettings
-
getTaxCode
-
setTaxCode
-
specialTaxRate
Tax rate for STC and WT- Parameters:
specialTaxRate- String- Returns:
- TaxSettings
-
getSpecialTaxRate
-
setSpecialTaxRate
Tax rate for STC and WT- Parameters:
specialTaxRate- String
-
lumpSumTaxCode
Tax code for a lump sum amount- Parameters:
lumpSumTaxCode- String- Returns:
- TaxSettings
-
getLumpSumTaxCode
-
setLumpSumTaxCode
Tax code for a lump sum amount- Parameters:
lumpSumTaxCode- String
-
lumpSumAmount
The total of the lump sum amount- Parameters:
lumpSumAmount- String- Returns:
- TaxSettings
-
getLumpSumAmount
-
setLumpSumAmount
The total of the lump sum amount- Parameters:
lumpSumAmount- String
-
equals
-
hashCode
-
toString
-