Uses of Class
com.xero.models.payrollau.SuperFund
-
Packages that use 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)Add Payroll AU SuperFund itemsMethod parameters in com.xero.api with type arguments of type SuperFund Modifier and Type Method Description voidXeroBadRequestException. setSuperFundItems(List<SuperFund> superFundItems)Set Payroll AU SuperFund itemsXeroBadRequestExceptionXeroBadRequestException. superFundItems(List<SuperFund> superFundItems)Init Payroll AU SuperFund items -
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)Creates a superfundcom.google.api.client.http.HttpResponsePayrollAuApi. createSuperfundForHttpResponse(String accessToken, String xeroTenantId, List<SuperFund> superFund)Creates a superfundSuperFundsPayrollAuApi. updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund)Updates a superfund Update properties on a single Superfundcom.google.api.client.http.HttpResponsePayrollAuApi. updateSuperfundForHttpResponse(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund)Updates a superfund Update properties on a single 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)ABN of the self managed super fundSuperFundSuperFund. accountName(String accountName)The account name for the self managed super fund.SuperFundSuperFund. accountNumber(String accountNumber)The account number for the self managed super fund.SuperFundSuperFund. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APISuperFundSuperFund. BSB(String BSB)BSB of the self managed super fundSuperFundSuperFund. electronicServiceAddress(String electronicServiceAddress)The electronic service address for the self managed super fund.SuperFundSuperFund. employerNumber(String employerNumber)Some funds assign a unique number to each employerSuperFundSuperFund. name(String name)Name of the super fundSuperFundSuperFund. SPIN(String SPIN)The SPIN of the Regulated SuperFund.SuperFundSuperFund. superFundID(UUID superFundID)Xero identifier for a super fundSuperFundSuperFund. type(SuperFundType type)typeSuperFundSuperFund. USI(String USI)The USI of the Regulated SuperFundSuperFundSuperFund. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods 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)superFundsMethod parameters in com.xero.models.payrollau with type arguments of type SuperFund Modifier and Type Method Description voidSuperFunds. setSuperFunds(List<SuperFund> superFunds)superFundsSuperFundsSuperFunds. superFunds(List<SuperFund> superFunds)superFunds
-