Package com.xero.models.payrollnz
Class StatutoryDeductionLine
java.lang.Object
com.xero.models.payrollnz.StatutoryDeductionLine
public class StatutoryDeductionLine extends Object
StatutoryDeductionLine
-
Constructor Summary
Constructors Constructor Description StatutoryDeductionLine() -
Method Summary
Modifier and Type Method Description StatutoryDeductionLineamount(Double amount)booleanequals(Object o)StatutoryDeductionLinefixedAmount(Double fixedAmount)DoublegetAmount()The amount of the statutory deduction lineDoublegetFixedAmount()Fixed AmountBooleangetManualAdjustment()Identifies if the tax line is a manual adjustmentUUIDgetStatutoryDeductionTypeID()Xero identifier for payroll statutory deduction typeinthashCode()StatutoryDeductionLinemanualAdjustment(Boolean manualAdjustment)voidsetAmount(Double amount)voidsetFixedAmount(Double fixedAmount)voidsetManualAdjustment(Boolean manualAdjustment)voidsetStatutoryDeductionTypeID(UUID statutoryDeductionTypeID)StatutoryDeductionLinestatutoryDeductionTypeID(UUID statutoryDeductionTypeID)StringtoString()
-
Constructor Details
-
StatutoryDeductionLine
public StatutoryDeductionLine()
-
-
Method Details
-
statutoryDeductionTypeID
-
getStatutoryDeductionTypeID
Xero identifier for payroll statutory deduction type- Returns:
- statutoryDeductionTypeID
-
setStatutoryDeductionTypeID
-
amount
-
getAmount
The amount of the statutory deduction line- Returns:
- amount
-
setAmount
-
fixedAmount
-
getFixedAmount
Fixed Amount- Returns:
- fixedAmount
-
setFixedAmount
-
manualAdjustment
-
getManualAdjustment
Identifies if the tax line is a manual adjustment- Returns:
- manualAdjustment
-
setManualAdjustment
-
equals
-
hashCode
public int hashCode() -
toString
-