Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.61 KB

File metadata and controls

31 lines (27 loc) · 2.61 KB

BankTransaction

Properties

Name Type Description Notes
type str See Bank Transaction Types
contact Contact [optional]
line_items list[LineItem] See LineItems
bank_account Account
is_reconciled bool Boolean to show if transaction is reconciled [optional]
date date Date of transaction – YYYY-MM-DD [optional]
reference str Reference for the transaction. Only supported for SPEND and RECEIVE transactions. [optional]
currency_code CurrencyCode [optional]
currency_rate float Exchange rate to base currency when money is spent or received. e.g.0.7500 Only used for bank transactions in non base currency. If this isn’t specified for non base currency accounts then either the user-defined rate (preference) or the XE.com day rate will be used. Setting currency is only supported on overpayments. [optional]
url str URL link to a source document – shown as “Go to App Name” [optional]
status str See Bank Transaction Status Codes [optional]
line_amount_types LineAmountTypes [optional]
sub_total float Total of bank transaction excluding taxes [optional]
total_tax float Total tax on bank transaction [optional]
total float Total of bank transaction tax inclusive [optional]
bank_transaction_id str Xero generated unique identifier for bank transaction [optional]
prepayment_id str Xero generated unique identifier for a Prepayment. This will be returned on BankTransactions with a Type of SPEND-PREPAYMENT or RECEIVE-PREPAYMENT [optional]
overpayment_id str Xero generated unique identifier for an Overpayment. This will be returned on BankTransactions with a Type of SPEND-OVERPAYMENT or RECEIVE-OVERPAYMENT [optional]
updated_date_utc datetime Last modified date UTC format [optional]
has_attachments bool Boolean to indicate if a bank transaction has an attachment [optional] [default to False]
status_attribute_string str A string to indicate if a invoice status [optional]
validation_errors list[ValidationError] Displays array of validation error messages from the API [optional]

[Back to Model list] [Back to API list] [Back to README]