Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.31 KB

Transaction.md

File metadata and controls

22 lines (17 loc) · 1.31 KB

Transaction

Properties

Name Type Description Notes
id str [optional] [readonly]
transaction_type str, none_type The type of general transaction. [optional]
remote_id str, none_type The third-party API ID of the matching object. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
number str, none_type The transaction number. [optional]
transaction_date datetime, none_type The transaction date. [optional]
account str, none_type The transaction's account. [optional]
contact str, none_type The transaction's contact. [optional]
total_amount str, none_type The transaction's total amount. [optional]
currency object, none_type The transaction's currency. [optional]
line_items [TransactionLineItem] [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

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