Uses of Class
com.xero.models.accounting.Account
Packages that use Account
-
Uses of Account in com.xero.api.client
Methods in com.xero.api.client with parameters of type AccountModifier and TypeMethodDescriptionAccountingApi.createAccount(String accessToken, String xeroTenantId, Account account, String idempotencyKey) Creates a new chart of accountscom.google.api.client.http.HttpResponseAccountingApi.createAccountForHttpResponse(String accessToken, String xeroTenantId, Account account, String idempotencyKey) Creates a new chart of accounts -
Uses of Account in com.xero.models.accounting
Methods in com.xero.models.accounting that return AccountModifier and TypeMethodDescriptionThe Xero identifier for an account – specified as a string following the endpoint name e.g.Account.addToWatchlist(Boolean addToWatchlist) Boolean – describes whether the account is shown in the watchlist widget on the dashboardAccount.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIAccount.bankAccountNumber(String bankAccountNumber) For bank accounts only (Account Type BANK)Account.bankAccountType(Account.BankAccountTypeEnum bankAccountType) For bank accounts only.Customer defined alpha numeric account code e.g 200 or SALES (max length = 10)Account.currencyCode(CurrencyCode currencyCode) currencyCodeAccount.description(String description) Description of the Account.Account.enablePaymentsToAccount(Boolean enablePaymentsToAccount) Boolean – describes whether account can have payments applied to itBatchPayment.getAccount()Get accountPayment.getAccount()Get accountBankTransaction.getBankAccount()Get bankAccountBankTransfer.getFromBankAccount()Get fromBankAccountBankTransfer.getToBankAccount()Get toBankAccountName of account (max length = 150)Account.reportingCode(String reportingCode) Shown if setAccount.showInExpenseClaims(Boolean showInExpenseClaims) Boolean – describes whether account code is available for use with expense claimsAccount.status(Account.StatusEnum status) Accounts with a status of ACTIVE can be updated to ARCHIVED.The tax type from taxRatesAccount.type(AccountType type) typeAccount.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 AccountModifier and TypeMethodDescriptionAccounts.getAccounts()Get accountsSetup.getAccounts()Get accountsMethods in com.xero.models.accounting with parameters of type AccountModifier and TypeMethodDescriptionaccountaccountAccounts.addAccountsItem(Account accountsItem) accountsSetup.addAccountsItem(Account accountsItem) accountsBankTransaction.bankAccount(Account bankAccount) bankAccountBankTransfer.fromBankAccount(Account fromBankAccount) fromBankAccountvoidBatchPayment.setAccount(Account account) accountvoidPayment.setAccount(Account account) accountvoidBankTransaction.setBankAccount(Account bankAccount) bankAccountvoidBankTransfer.setFromBankAccount(Account fromBankAccount) fromBankAccountvoidBankTransfer.setToBankAccount(Account toBankAccount) toBankAccountBankTransfer.toBankAccount(Account toBankAccount) toBankAccountMethod parameters in com.xero.models.accounting with type arguments of type Account