Package com.xero.models.payrollnz
Class StatutoryDeductionLine
java.lang.Object
com.xero.models.payrollnz.StatutoryDeductionLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of the statutory deduction linebooleanfixedAmount(Double fixedAmount) Fixed AmountThe amount of the statutory deduction lineFixed AmountIdentifies if the tax line is a manual adjustmentXero identifier for payroll statutory deduction typeinthashCode()manualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentvoidThe amount of the statutory deduction linevoidsetFixedAmount(Double fixedAmount) Fixed AmountvoidsetManualAdjustment(Boolean manualAdjustment) Identifies if the tax line is a manual adjustmentvoidsetStatutoryDeductionTypeID(UUID statutoryDeductionTypeID) Xero identifier for payroll statutory deduction typestatutoryDeductionTypeID(UUID statutoryDeductionTypeID) Xero identifier for payroll statutory deduction typetoString()
-
Constructor Details
-
StatutoryDeductionLine
public StatutoryDeductionLine()
-
-
Method Details
-
statutoryDeductionTypeID
Xero identifier for payroll statutory deduction type- Parameters:
statutoryDeductionTypeID- UUID- Returns:
- StatutoryDeductionLine
-
getStatutoryDeductionTypeID
Xero identifier for payroll statutory deduction type- Returns:
- statutoryDeductionTypeID
-
setStatutoryDeductionTypeID
Xero identifier for payroll statutory deduction type- Parameters:
statutoryDeductionTypeID- UUID
-
amount
The amount of the statutory deduction line- Parameters:
amount- Double- Returns:
- StatutoryDeductionLine
-
getAmount
-
setAmount
The amount of the statutory deduction line- Parameters:
amount- Double
-
fixedAmount
Fixed Amount- Parameters:
fixedAmount- Double- Returns:
- StatutoryDeductionLine
-
getFixedAmount
-
setFixedAmount
-
manualAdjustment
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean- Returns:
- StatutoryDeductionLine
-
getManualAdjustment
Identifies if the tax line is a manual adjustment- Returns:
- manualAdjustment
-
setManualAdjustment
Identifies if the tax line is a manual adjustment- Parameters:
manualAdjustment- Boolean
-
equals
-
hashCode
-
toString
-