Uses of Class
com.xero.models.payrolluk.BenefitLine
-
Packages that use 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)The amount of the benefit line.BenefitLineBenefitLine. benefitTypeID(UUID benefitTypeID)Xero identifier for payroll benefit typeBenefitLineBenefitLine. displayName(String displayName)Benefit display nameBenefitLineBenefitLine. fixedAmount(Double fixedAmount)Benefit fixed amountBenefitLineBenefitLine. percentage(Double percentage)Benefit rate percentageMethods 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)benefitLinesMethod parameters in com.xero.models.payrolluk with type arguments of type BenefitLine Modifier and Type Method Description PayslipPayslip. benefitLines(List<BenefitLine> benefitLines)benefitLinesvoidPayslip. setBenefitLines(List<BenefitLine> benefitLines)benefitLines
-