Uses of Class
com.xero.models.accounting.BankTransaction
Packages that use BankTransaction
-
Uses of BankTransaction in com.xero.models.accounting
Methods in com.xero.models.accounting that return BankTransactionModifier and TypeMethodDescriptionBankTransaction.addLineItemsItem(LineItem lineItemsItem) See LineItemsBankTransaction.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIBankTransaction.bankAccount(Account bankAccount) bankAccountBankTransaction.bankTransactionID(UUID bankTransactionID) Xero generated unique identifier for bank transactioncontactBankTransaction.currencyCode(CurrencyCode currencyCode) currencyCodeBankTransaction.currencyRate(Double currencyRate) Exchange rate to base currency when money is spent or received.Date of transaction – YYYY-MM-DDBankTransaction.isReconciled(Boolean isReconciled) Boolean to show if transaction is reconciledBankTransaction.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee LineItemsReference for the transaction.BankTransaction.status(BankTransaction.StatusEnum status) See Bank Transaction Status CodesBankTransaction.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusTotal of bank transaction excluding taxesTotal of bank transaction tax inclusiveTotal tax on bank transactionBankTransaction.type(BankTransaction.TypeEnum type) See Bank Transaction TypesURL link to a source document – shown as “Go to App Name”BankTransaction.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 BankTransactionMethods in com.xero.models.accounting with parameters of type BankTransactionModifier and TypeMethodDescriptionBankTransactions.addBankTransactionsItem(BankTransaction bankTransactionsItem) bankTransactionsMethod parameters in com.xero.models.accounting with type arguments of type BankTransactionModifier and TypeMethodDescriptionBankTransactions.bankTransactions(List<BankTransaction> bankTransactions) bankTransactionsvoidBankTransactions.setBankTransactions(List<BankTransaction> bankTransactions) bankTransactions