Uses of Class
com.xero.models.payrolluk.Benefit
-
Packages that use 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)Creates a new employee benefitcom.google.api.client.http.HttpResponsePayrollUkApi. createBenefitForHttpResponse(String accessToken, String xeroTenantId, Benefit benefit)Creates a new employee 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)Calculation Type of the employer pension (FixedAmount or PercentageOfGross).BenefitBenefit. category(Benefit.CategoryEnum category)Category type of the employer pensionBenefitBenefit. currentRecord(Boolean currentRecord)Identifier of a record is active or not.BenefitBenefit. expenseAccountId(UUID expenseAccountId)Xero identifier for Expense AccountBenefitBenefitObject. getBenefit()Get benefitBenefitBenefit. id(UUID id)unique identifier in XeroBenefitBenefit. isCalculatingOnQualifyingEarnings(Boolean isCalculatingOnQualifyingEarnings)Identifier of calculating on qualifying earningsBenefitBenefit. liabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountBenefitBenefit. name(String name)Name of the employer pensionBenefitBenefit. percentage(Double percentage)Percentage of gross of the employer pensionBenefitBenefit. showBalanceToEmployee(Boolean showBalanceToEmployee)display the balance to employeeBenefitBenefit. standardAmount(Double standardAmount)Standard amount of the employer pensionBenefitBenefit. subjectToNIC(Boolean subjectToNIC)Identifier of subject To NICBenefitBenefit. subjectToPension(Boolean subjectToPension)Identifier of subject To pensionBenefitBenefit. subjectToTax(Boolean subjectToTax)Identifier of subject To TaxMethods 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)benefitsBenefitObjectBenefitObject. benefit(Benefit benefit)benefitvoidBenefitObject. setBenefit(Benefit benefit)benefitMethod parameters in com.xero.models.payrolluk with type arguments of type Benefit Modifier and Type Method Description BenefitsBenefits. benefits(List<Benefit> benefits)benefitsvoidBenefits. setBenefits(List<Benefit> benefits)benefits
-