Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.53 KB

Transaction.md

File metadata and controls

23 lines (20 loc) · 1.53 KB

# Transaction

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
date \DateTime The date of the transaction [optional]
deleted bool Indicates whether the transaction has been deleted [optional]
reference string The transaction reference [optional]
total float The transaction total in the base currency [optional]
totalInTransactionCurrency float The transaction total in the transaction's origin's currency. This is null for some origin types. [optional]
contact \SynergiTech\Sage\Model\Base [optional]
transactionType \SynergiTech\Sage\Model\Base [optional]
origin \SynergiTech\Sage\Model\TransactionOrigin [optional]
auditTrailId string The original entity that generated the transaction [optional]
numberOfAttachments string The number of attachments related to the transaction [optional]

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