Uses of Class
com.xero.models.accounting.Setup
-
Packages that use Setup Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Setup in com.xero.api.client
Methods in com.xero.api.client with parameters of type Setup Modifier and Type Method Description ImportSummaryObjectAccountingApi. postSetup(String accessToken, String xeroTenantId, Setup setup)Sets the chart of accounts, the conversion date and conversion balancescom.google.api.client.http.HttpResponseAccountingApi. postSetupForHttpResponse(String accessToken, String xeroTenantId, Setup setup)Sets the chart of accounts, the conversion date and conversion balances -
Uses of Setup in com.xero.models.accounting
Methods in com.xero.models.accounting that return Setup Modifier and Type Method Description SetupSetup. accounts(List<Account> accounts)accountsSetupSetup. addAccountsItem(Account accountsItem)accountsSetupSetup. addConversionBalancesItem(ConversionBalances conversionBalancesItem)Balance supplied for each account that has a value as at the conversion date.SetupSetup. conversionBalances(List<ConversionBalances> conversionBalances)Balance supplied for each account that has a value as at the conversion date.SetupSetup. conversionDate(ConversionDate conversionDate)conversionDate
-