public class DeductionLine extends Object
| Constructor and Description |
|---|
DeductionLine() |
| Modifier and Type | Method and Description |
|---|---|
DeductionLine |
amount(Double amount) |
DeductionLine |
deductionTypeID(UUID deductionTypeID) |
boolean |
equals(Object o) |
Double |
getAmount()
The amount of the deduction line
|
UUID |
getDeductionTypeID()
Xero identifier for payroll deduction
|
Double |
getPercentage()
Deduction rate percentage
|
Boolean |
getSubjectToTax()
Identifies if the deduction is subject to tax
|
int |
hashCode() |
DeductionLine |
percentage(Double percentage) |
void |
setAmount(Double amount) |
void |
setDeductionTypeID(UUID deductionTypeID) |
void |
setPercentage(Double percentage) |
void |
setSubjectToTax(Boolean subjectToTax) |
DeductionLine |
subjectToTax(Boolean subjectToTax) |
String |
toString() |
public DeductionLine deductionTypeID(UUID deductionTypeID)
public UUID getDeductionTypeID()
public void setDeductionTypeID(UUID deductionTypeID)
public DeductionLine amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public DeductionLine subjectToTax(Boolean subjectToTax)
public Boolean getSubjectToTax()
public void setSubjectToTax(Boolean subjectToTax)
public DeductionLine percentage(Double percentage)
public Double getPercentage()
public void setPercentage(Double percentage)
Copyright © 2020. All rights reserved.