Uses of Class
com.xero.models.payrolluk.Benefit
Packages that use Benefit
-
Uses of Benefit in com.xero.api.client
Methods in com.xero.api.client with parameters of type BenefitModifier and TypeMethodDescriptionPayrollUkApi.createBenefit(String accessToken, String xeroTenantId, Benefit benefit, String idempotencyKey) Creates a new employee benefitcom.google.api.client.http.HttpResponsePayrollUkApi.createBenefitForHttpResponse(String accessToken, String xeroTenantId, Benefit benefit, String idempotencyKey) Creates a new employee benefit -
Uses of Benefit in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return BenefitModifier and TypeMethodDescriptionBenefit.calculationType(Benefit.CalculationTypeEnum calculationType) Calculation Type of the employer pension (FixedAmount or PercentageOfGross).Benefit.category(Benefit.CategoryEnum category) Category type of the employer pensionBenefit.currentRecord(Boolean currentRecord) Identifier of a record is active or not.Benefit.expenseAccountId(UUID expenseAccountId) Xero identifier for Expense AccountBenefitObject.getBenefit()Get benefitunique identifier in XeroBenefit.isCalculatingOnQualifyingEarnings(Boolean isCalculatingOnQualifyingEarnings) Identifier of calculating on qualifying earningsBenefit.liabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountName of the employer pensionBenefit.percentage(Double percentage) Percentage of gross of the employer pensionBenefit.showBalanceToEmployee(Boolean showBalanceToEmployee) display the balance to employeeBenefit.standardAmount(Double standardAmount) Standard amount of the employer pensionBenefit.subjectToNIC(Boolean subjectToNIC) Identifier of subject To NICBenefit.subjectToPension(Boolean subjectToPension) Identifier of subject To pensionBenefit.subjectToTax(Boolean subjectToTax) Identifier of subject To TaxMethods in com.xero.models.payrolluk that return types with arguments of type BenefitMethods in com.xero.models.payrolluk with parameters of type BenefitModifier and TypeMethodDescriptionBenefits.addBenefitsItem(Benefit benefitsItem) benefitsbenefitvoidBenefitObject.setBenefit(Benefit benefit) benefitMethod parameters in com.xero.models.payrolluk with type arguments of type Benefit