Uses of Class
com.xero.models.payrolluk.BenefitLine
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of BenefitLine in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return BenefitLine Modifier and Type Method Description BenefitLineBenefitLine. amount(Double amount)BenefitLineBenefitLine. benefitTypeID(UUID benefitTypeID)BenefitLineBenefitLine. displayName(String displayName)BenefitLineBenefitLine. fixedAmount(Double fixedAmount)BenefitLineBenefitLine. percentage(Double percentage)Methods in com.xero.models.payrolluk that return types with arguments of type BenefitLine Modifier and Type Method Description List<BenefitLine>Payslip. getBenefitLines()Get benefitLinesMethods in com.xero.models.payrolluk with parameters of type BenefitLine Modifier and Type Method Description PayslipPayslip. addBenefitLinesItem(BenefitLine benefitLinesItem)Method parameters in com.xero.models.payrolluk with type arguments of type BenefitLine Modifier and Type Method Description PayslipPayslip. benefitLines(List<BenefitLine> benefitLines)voidPayslip. setBenefitLines(List<BenefitLine> benefitLines)