Package com.xero.models.payrollau
Class TaxLine
java.lang.Object
com.xero.models.payrollau.TaxLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe tax line amountdescription(String description) Description of the tax line.booleanThe tax line amountDescription of the tax line.The tax line liability account code.Get manualTaxTypeXero identifier for payslip tax line ID.Name of the tax type.inthashCode()liabilityAccount(String liabilityAccount) The tax line liability account code.manualTaxType(ManualTaxType manualTaxType) manualTaxTypepayslipTaxLineID(UUID payslipTaxLineID) Xero identifier for payslip tax line ID.voidThe tax line amountvoidsetDescription(String description) Description of the tax line.voidsetLiabilityAccount(String liabilityAccount) The tax line liability account code.voidsetManualTaxType(ManualTaxType manualTaxType) manualTaxTypevoidsetPayslipTaxLineID(UUID payslipTaxLineID) Xero identifier for payslip tax line ID.voidsetTaxTypeName(String taxTypeName) Name of the tax type.taxTypeName(String taxTypeName) Name of the tax type.toString()
-
Constructor Details
-
TaxLine
public TaxLine()
-
-
Method Details
-
payslipTaxLineID
-
getPayslipTaxLineID
Xero identifier for payslip tax line ID.- Returns:
- payslipTaxLineID
-
setPayslipTaxLineID
Xero identifier for payslip tax line ID.- Parameters:
payslipTaxLineID- UUID
-
amount
-
getAmount
-
setAmount
-
taxTypeName
-
getTaxTypeName
-
setTaxTypeName
Name of the tax type.- Parameters:
taxTypeName- String
-
description
-
getDescription
-
setDescription
Description of the tax line.- Parameters:
description- String
-
manualTaxType
manualTaxType- Parameters:
manualTaxType- ManualTaxType- Returns:
- TaxLine
-
getManualTaxType
-
setManualTaxType
manualTaxType- Parameters:
manualTaxType- ManualTaxType
-
liabilityAccount
-
getLiabilityAccount
The tax line liability account code. For posted pay run you should be able to see liability account code- Returns:
- liabilityAccount
-
setLiabilityAccount
The tax line liability account code. For posted pay run you should be able to see liability account code- Parameters:
liabilityAccount- String
-
equals
-
hashCode
-
toString
-