public class DeductionLine extends Object
| Constructor and Description |
|---|
DeductionLine() |
| Modifier and Type | Method and Description |
|---|---|
DeductionLine |
amount(Float amount) |
DeductionLine |
calculationType(DeductionTypeCalculationType calculationType) |
DeductionLine |
deductionTypeID(UUID deductionTypeID) |
boolean |
equals(Object o) |
Float |
getAmount()
Deduction type amount
|
DeductionTypeCalculationType |
getCalculationType()
Get calculationType
|
UUID |
getDeductionTypeID()
Xero deduction type identifier
|
Float |
getNumberOfUnits()
Deduction number of units
|
Float |
getPercentage()
The Percentage of the Deduction
|
int |
hashCode() |
DeductionLine |
numberOfUnits(Float numberOfUnits) |
DeductionLine |
percentage(Float percentage) |
void |
setAmount(Float amount) |
void |
setCalculationType(DeductionTypeCalculationType calculationType) |
void |
setDeductionTypeID(UUID deductionTypeID) |
void |
setNumberOfUnits(Float numberOfUnits) |
void |
setPercentage(Float percentage) |
String |
toString() |
public DeductionLine deductionTypeID(UUID deductionTypeID)
public UUID getDeductionTypeID()
public void setDeductionTypeID(UUID deductionTypeID)
public DeductionLine calculationType(DeductionTypeCalculationType calculationType)
public DeductionTypeCalculationType getCalculationType()
public void setCalculationType(DeductionTypeCalculationType calculationType)
public DeductionLine amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public DeductionLine percentage(Float percentage)
public Float getPercentage()
public void setPercentage(Float percentage)
public DeductionLine numberOfUnits(Float numberOfUnits)
public Float getNumberOfUnits()
public void setNumberOfUnits(Float numberOfUnits)
Copyright © 2020. All rights reserved.