Uses of Class
com.xero.models.accounting.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)Allows you to create a new chart of accountscom.google.api.client.http.HttpResponseAccountingApi. createAccountForHttpResponse(String accessToken, String xeroTenantId, Account account) -
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)AccountAccount. addToWatchlist(Boolean addToWatchlist)AccountAccount. addValidationErrorsItem(ValidationError validationErrorsItem)AccountAccount. bankAccountNumber(String bankAccountNumber)AccountAccount. bankAccountType(Account.BankAccountTypeEnum bankAccountType)AccountAccount. code(String code)AccountAccount. currencyCode(CurrencyCode currencyCode)AccountAccount. description(String description)AccountAccount. enablePaymentsToAccount(Boolean enablePaymentsToAccount)AccountBatchPayment. getAccount()Get accountAccountPayment. getAccount()Get accountAccountBankTransaction. getBankAccount()Get bankAccountAccountBankTransfer. getFromBankAccount()Get fromBankAccountAccountBankTransfer. getToBankAccount()Get toBankAccountAccountAccount. name(String name)AccountAccount. showInExpenseClaims(Boolean showInExpenseClaims)AccountAccount. status(Account.StatusEnum status)AccountAccount. taxType(String taxType)AccountAccount. type(AccountType type)AccountAccount. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.accounting that return types with arguments of type Account Modifier and Type Method Description List<Account>Accounts. getAccounts()Get accountsMethods in com.xero.models.accounting with parameters of type Account Modifier and Type Method Description BatchPaymentBatchPayment. account(Account account)PaymentPayment. account(Account account)AccountsAccounts. addAccountsItem(Account accountsItem)BankTransactionBankTransaction. bankAccount(Account bankAccount)BankTransferBankTransfer. fromBankAccount(Account fromBankAccount)voidBatchPayment. setAccount(Account account)voidPayment. setAccount(Account account)voidBankTransaction. setBankAccount(Account bankAccount)voidBankTransfer. setFromBankAccount(Account fromBankAccount)voidBankTransfer. setToBankAccount(Account toBankAccount)BankTransferBankTransfer. toBankAccount(Account toBankAccount)Method parameters in com.xero.models.accounting with type arguments of type Account Modifier and Type Method Description AccountsAccounts. accounts(List<Account> accounts)voidAccounts. setAccounts(List<Account> accounts)