Uses of Class
com.xero.models.accounting.Account
-
Packages that use Account Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Account in com.xero.api.client
Methods in com.xero.api.client with parameters of type Account Modifier and Type Method Description AccountsAccountingApi. createAccount(String accessToken, String xeroTenantId, Account account)Creates a new chart of accountscom.google.api.client.http.HttpResponseAccountingApi. createAccountForHttpResponse(String accessToken, String xeroTenantId, Account account)Creates a new chart of accounts -
Uses of Account in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account Modifier and Type Method Description AccountAccount. accountID(UUID accountID)The Xero identifier for an account – specified as a string following the endpoint name e.g.AccountAccount. addToWatchlist(Boolean addToWatchlist)Boolean – describes whether the account is shown in the watchlist widget on the dashboardAccountAccount. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APIAccountAccount. bankAccountNumber(String bankAccountNumber)For bank accounts only (Account Type BANK)AccountAccount. bankAccountType(Account.BankAccountTypeEnum bankAccountType)For bank accounts only.AccountAccount. code(String code)Customer defined alpha numeric account code e.g 200 or SALES (max length = 10)AccountAccount. currencyCode(CurrencyCode currencyCode)currencyCodeAccountAccount. description(String description)Description of the Account.AccountAccount. enablePaymentsToAccount(Boolean enablePaymentsToAccount)Boolean – describes whether account can have payments applied to itAccountBatchPayment. getAccount()Get accountAccountPayment. getAccount()Get accountAccountBankTransaction. getBankAccount()Get bankAccountAccountBankTransfer. getFromBankAccount()Get fromBankAccountAccountBankTransfer. getToBankAccount()Get toBankAccountAccountAccount. name(String name)Name of account (max length = 150)AccountAccount. reportingCode(String reportingCode)Shown if setAccountAccount. showInExpenseClaims(Boolean showInExpenseClaims)Boolean – describes whether account code is available for use with expense claimsAccountAccount. status(Account.StatusEnum status)Accounts with a status of ACTIVE can be updated to ARCHIVED.AccountAccount. taxType(String taxType)The tax type from TaxRatesAccountAccount. type(AccountType type)typeAccountAccount. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods in com.xero.models.accounting that return types with arguments of type Account Modifier and Type Method Description List<Account>Accounts. getAccounts()Get accountsList<Account>Setup. getAccounts()Get accountsMethods in com.xero.models.accounting with parameters of type Account Modifier and Type Method Description BatchPaymentBatchPayment. account(Account account)accountPaymentPayment. account(Account account)accountAccountsAccounts. addAccountsItem(Account accountsItem)accountsSetupSetup. addAccountsItem(Account accountsItem)accountsBankTransactionBankTransaction. bankAccount(Account bankAccount)bankAccountBankTransferBankTransfer. fromBankAccount(Account fromBankAccount)fromBankAccountvoidBatchPayment. setAccount(Account account)accountvoidPayment. setAccount(Account account)accountvoidBankTransaction. setBankAccount(Account bankAccount)bankAccountvoidBankTransfer. setFromBankAccount(Account fromBankAccount)fromBankAccountvoidBankTransfer. setToBankAccount(Account toBankAccount)toBankAccountBankTransferBankTransfer. toBankAccount(Account toBankAccount)toBankAccountMethod parameters in com.xero.models.accounting with type arguments of type Account Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)accountsSetupSetup. accounts(List<Account> accounts)accountsvoidAccounts. setAccounts(List<Account> accounts)accountsvoidSetup. setAccounts(List<Account> accounts)accounts
-