Uses of Class
com.xero.models.payrollau.SuperFund
Packages that use SuperFund
-
Uses of SuperFund in com.xero.api
Methods in com.xero.api that return types with arguments of type SuperFundModifier and TypeMethodDescriptionXeroBadRequestException.getSuperFundItems()Array of SuperFund with Validation Error ArrayMethods in com.xero.api with parameters of type SuperFundModifier and TypeMethodDescriptionXeroBadRequestException.addSuperFundItems(SuperFund item) Add Payroll AU SuperFund itemsMethod parameters in com.xero.api with type arguments of type SuperFundModifier and TypeMethodDescriptionvoidXeroBadRequestException.setSuperFundItems(List<SuperFund> superFundItems) Set Payroll AU SuperFund itemsXeroBadRequestException.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 SuperFundModifier and TypeMethodDescriptionPayrollAuApi.createSuperfund(String accessToken, String xeroTenantId, List<SuperFund> superFund, String idempotencyKey) Creates a superfundcom.google.api.client.http.HttpResponsePayrollAuApi.createSuperfundForHttpResponse(String accessToken, String xeroTenantId, List<SuperFund> superFund, String idempotencyKey) Creates a superfundPayrollAuApi.updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund, String idempotencyKey) Updates a superfund Update properties on a single Superfundcom.google.api.client.http.HttpResponsePayrollAuApi.updateSuperfundForHttpResponse(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund, String idempotencyKey) 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 SuperFundModifier and TypeMethodDescriptionABN of the self managed super fundSuperFund.accountName(String accountName) The account name for the self managed super fund.SuperFund.accountNumber(String accountNumber) The account number for the self managed super fund.SuperFund.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIBSB of the self managed super fundSuperFund.electronicServiceAddress(String electronicServiceAddress) The electronic service address for the self managed super fund.SuperFund.employerNumber(String employerNumber) Some funds assign a unique number to each employerName of the super fundThe SPIN of the Regulated SuperFund.SuperFund.superFundID(UUID superFundID) Xero identifier for a super fundSuperFund.type(SuperFundType type) typeThe USI of the Regulated SuperFundSuperFund.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 SuperFundMethods in com.xero.models.payrollau with parameters of type SuperFundModifier and TypeMethodDescriptionSuperFunds.addSuperFundsItem(SuperFund superFundsItem) superFundsMethod parameters in com.xero.models.payrollau with type arguments of type SuperFundModifier and TypeMethodDescriptionvoidSuperFunds.setSuperFunds(List<SuperFund> superFunds) superFundsSuperFunds.superFunds(List<SuperFund> superFunds) superFunds