Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 995 Bytes

TransactionLink.md

File metadata and controls

17 lines (12 loc) · 995 Bytes

TransactionLink

Properties

Name Type Description Notes
created_at Option<String> [optional][readonly]
updated_at Option<String> [optional][readonly]
link_type_id i32 The link type ID to use. You can also use the link_type_name field.
link_type_name Option<String> The link type name to use. You can also use the link_type_id field. [optional]
inward_id i32 The inward transaction transaction_journal_id for the link. This becomes the 'is paid by' transaction of the set.
outward_id i32 The outward transaction transaction_journal_id for the link. This becomes the 'pays for' transaction of the set.
notes Option<String> Optional. Some notes. [optional]

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