Uses of Class
com.xero.models.payrollnz.Benefit
-
Packages that use 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)Creates a new superannuationcom.google.api.client.http.HttpResponsePayrollNzApi. createSuperannuationForHttpResponse(String accessToken, String xeroTenantId, Benefit benefit)Creates a new superannuation -
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)Calculation Type of the superannuation either FixedAmount or PercentageOfTaxableEarningsBenefitBenefit. category(Benefit.CategoryEnum category)Superannuations Category typeBenefitBenefit. companyMax(Double companyMax)Company Maximum amount of the superannuationBenefitBenefit. currentRecord(Boolean currentRecord)Identifier of a record is active or not.BenefitBenefit. expenseAccountId(UUID expenseAccountId)Xero identifier for Expense AccountBenefitSuperannuationObject. getBenefit()Get benefitBenefitBenefit. id(UUID id)The Xero identifier for superannuationBenefitBenefit. liabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountBenefitBenefit. name(String name)Name of the superannuationsBenefitBenefit. percentage(Double percentage)Percentage of Taxable Earnings of the superannuationBenefitBenefit. standardAmount(Double standardAmount)Standard amount of the superannuationMethods 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)benefitsSuperannuationObjectSuperannuationObject. benefit(Benefit benefit)benefitvoidSuperannuationObject. setBenefit(Benefit benefit)benefitMethod parameters in com.xero.models.payrollnz with type arguments of type Benefit Modifier and Type Method Description SuperannuationsSuperannuations. benefits(List<Benefit> benefits)benefitsvoidSuperannuations. setBenefits(List<Benefit> benefits)benefits
-