Uses of Class
com.xero.models.payrollnz.Benefit
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollnz |
-
Uses of Benefit in com.xero.api.client
Methods in com.xero.api.client with parameters of type Benefit Modifier and Type Method Description SuperannuationObjectPayrollNzApi. createSuperannuation(String accessToken, String xeroTenantId, Benefit benefit)create a new superannuationcom.google.api.client.http.HttpResponsePayrollNzApi. createSuperannuationForHttpResponse(String accessToken, String xeroTenantId, Benefit benefit) -
Uses of Benefit in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Benefit Modifier and Type Method Description BenefitBenefit. calculationTypeNZ(Benefit.CalculationTypeNZEnum calculationTypeNZ)BenefitBenefit. category(Benefit.CategoryEnum category)BenefitBenefit. companyMax(Double companyMax)BenefitBenefit. currentRecord(Boolean currentRecord)BenefitBenefit. expenseAccountId(UUID expenseAccountId)BenefitSuperannuationObject. getBenefit()Get benefitBenefitBenefit. id(UUID id)BenefitBenefit. liabilityAccountId(UUID liabilityAccountId)BenefitBenefit. name(String name)BenefitBenefit. percentage(Double percentage)BenefitBenefit. standardAmount(Double standardAmount)Methods in com.xero.models.payrollnz that return types with arguments of type Benefit Modifier and Type Method Description List<Benefit>Superannuations. getBenefits()Get benefitsMethods in com.xero.models.payrollnz with parameters of type Benefit Modifier and Type Method Description SuperannuationsSuperannuations. addBenefitsItem(Benefit benefitsItem)SuperannuationObjectSuperannuationObject. benefit(Benefit benefit)voidSuperannuationObject. setBenefit(Benefit benefit)Method parameters in com.xero.models.payrollnz with type arguments of type Benefit Modifier and Type Method Description SuperannuationsSuperannuations. benefits(List<Benefit> benefits)voidSuperannuations. setBenefits(List<Benefit> benefits)