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