public class BenefitLine extends Object
| Constructor and Description |
|---|
BenefitLine() |
| Modifier and Type | Method and Description |
|---|---|
BenefitLine |
amount(Double amount) |
BenefitLine |
benefitTypeID(UUID benefitTypeID) |
BenefitLine |
displayName(String displayName) |
boolean |
equals(Object o) |
BenefitLine |
fixedAmount(Double fixedAmount) |
Double |
getAmount()
The amount of the benefit line.
|
UUID |
getBenefitTypeID()
Xero identifier for payroll benefit type
|
String |
getDisplayName()
Benefit display name
|
Double |
getFixedAmount()
Benefit fixed amount
|
Double |
getPercentage()
Benefit rate percentage
|
int |
hashCode() |
BenefitLine |
percentage(Double percentage) |
void |
setAmount(Double amount) |
void |
setBenefitTypeID(UUID benefitTypeID) |
void |
setDisplayName(String displayName) |
void |
setFixedAmount(Double fixedAmount) |
void |
setPercentage(Double percentage) |
String |
toString() |
public BenefitLine benefitTypeID(UUID benefitTypeID)
public UUID getBenefitTypeID()
public void setBenefitTypeID(UUID benefitTypeID)
public BenefitLine displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public BenefitLine amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public BenefitLine fixedAmount(Double fixedAmount)
public Double getFixedAmount()
public void setFixedAmount(Double fixedAmount)
public BenefitLine percentage(Double percentage)
public Double getPercentage()
public void setPercentage(Double percentage)
Copyright © 2020. All rights reserved.