Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.42 KB

Journal.md

File metadata and controls

23 lines (20 loc) · 1.42 KB

# Journal

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]
transaction \SynergiTech\Sage\Model\Base [optional]
transactionType \SynergiTech\Sage\Model\Base [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
date \DateTime The date of the journal [optional]
reference string A reference for the journal [optional]
description string A description of the journal [optional]
total float The total for the journal [optional]
journalCode \SynergiTech\Sage\Model\JournalCode [optional]
journalLines \SynergiTech\Sage\Model\JournalLine[] The journal lines [optional]
migrated bool Indicates if the journal was migrated from another system. [optional]

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