Uses of Class
com.xero.models.payrolluk.Benefit
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrolluk |
-
Uses of Benefit in com.xero.api.client
Methods in com.xero.api.client with parameters of type Benefit Modifier and Type Method Description BenefitObjectPayrollUkApi. createBenefit(String accessToken, String xeroTenantId, Benefit benefit)create a new benefitcom.google.api.client.http.HttpResponsePayrollUkApi. createBenefitForHttpResponse(String accessToken, String xeroTenantId, Benefit benefit) -
Uses of Benefit in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return Benefit Modifier and Type Method Description BenefitBenefit. calculationType(Benefit.CalculationTypeEnum calculationType)BenefitBenefit. category(Benefit.CategoryEnum category)BenefitBenefit. currentRecord(Boolean currentRecord)BenefitBenefit. expenseAccountId(UUID expenseAccountId)BenefitBenefitObject. getBenefit()Get benefitBenefitBenefit. id(UUID id)BenefitBenefit. isCalculatingOnQualifyingEarnings(Boolean isCalculatingOnQualifyingEarnings)BenefitBenefit. liabilityAccountId(UUID liabilityAccountId)BenefitBenefit. name(String name)BenefitBenefit. percentage(Double percentage)BenefitBenefit. showBalanceToEmployee(Boolean showBalanceToEmployee)BenefitBenefit. standardAmount(Double standardAmount)BenefitBenefit. subjectToNIC(Boolean subjectToNIC)BenefitBenefit. subjectToPension(Boolean subjectToPension)BenefitBenefit. subjectToTax(Boolean subjectToTax)Methods in com.xero.models.payrolluk that return types with arguments of type Benefit Modifier and Type Method Description List<Benefit>Benefits. getBenefits()Get benefitsMethods in com.xero.models.payrolluk with parameters of type Benefit Modifier and Type Method Description BenefitsBenefits. addBenefitsItem(Benefit benefitsItem)BenefitObjectBenefitObject. benefit(Benefit benefit)voidBenefitObject. setBenefit(Benefit benefit)Method parameters in com.xero.models.payrolluk with type arguments of type Benefit Modifier and Type Method Description BenefitsBenefits. benefits(List<Benefit> benefits)voidBenefits. setBenefits(List<Benefit> benefits)