Uses of Class
com.xero.models.payrollau.SuperFund
| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.client | |
| com.xero.models.payrollau |
-
Uses of SuperFund in com.xero.api
Methods in com.xero.api that return types with arguments of type SuperFund Modifier and Type Method Description List<SuperFund>XeroBadRequestException. getSuperFundItems()Array of SuperFund with Validation Error ArrayMethods in com.xero.api with parameters of type SuperFund Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addSuperFundItems(SuperFund item)Method parameters in com.xero.api with type arguments of type SuperFund Modifier and Type Method Description voidXeroBadRequestException. setSuperFundItems(List<SuperFund> superFundItems)XeroBadRequestExceptionXeroBadRequestException. superFundItems(List<SuperFund> superFundItems) -
Uses of SuperFund in com.xero.api.client
Method parameters in com.xero.api.client with type arguments of type SuperFund Modifier and Type Method Description SuperFundsPayrollAuApi. createSuperfund(String accessToken, String xeroTenantId, List<SuperFund> superFund)Use this method to create a super fundcom.google.api.client.http.HttpResponsePayrollAuApi. createSuperfundForHttpResponse(String accessToken, String xeroTenantId, List<SuperFund> superFund)SuperFundsPayrollAuApi. updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund)Update a Superfund Update properties on a single Superfundcom.google.api.client.http.HttpResponsePayrollAuApi. updateSuperfundForHttpResponse(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund) -
Uses of SuperFund in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperFund Modifier and Type Method Description SuperFundSuperFund. ABN(String ABN)SuperFundSuperFund. accountName(String accountName)SuperFundSuperFund. accountNumber(String accountNumber)SuperFundSuperFund. addValidationErrorsItem(ValidationError validationErrorsItem)SuperFundSuperFund. BSB(String BSB)SuperFundSuperFund. electronicServiceAddress(String electronicServiceAddress)SuperFundSuperFund. employerNumber(String employerNumber)SuperFundSuperFund. name(String name)SuperFundSuperFund. SPIN(String SPIN)SuperFundSuperFund. superFundID(UUID superFundID)SuperFundSuperFund. type(SuperFundType type)SuperFundSuperFund. USI(String USI)SuperFundSuperFund. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.payrollau that return types with arguments of type SuperFund Modifier and Type Method Description List<SuperFund>SuperFunds. getSuperFunds()Get superFundsMethods in com.xero.models.payrollau with parameters of type SuperFund Modifier and Type Method Description SuperFundsSuperFunds. addSuperFundsItem(SuperFund superFundsItem)Method parameters in com.xero.models.payrollau with type arguments of type SuperFund Modifier and Type Method Description voidSuperFunds. setSuperFunds(List<SuperFund> superFunds)SuperFundsSuperFunds. superFunds(List<SuperFund> superFunds)