go-firefly3/docs/TransactionLinkUpdate.md

14 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# TransactionLinkUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LinkTypeId** | **string** | The link type ID to use. Use this field OR use the link_type_name field. | [optional] [default to null]
**LinkTypeName** | **string** | The link type name to use. Use this field OR use the link_type_id field. | [optional] [default to null]
**InwardId** | **string** | The inward transaction transaction_journal_id for the link. This becomes the 'is paid by' transaction of the set. | [optional] [default to null]
**OutwardId** | **string** | The outward transaction transaction_journal_id for the link. This becomes the 'pays for' transaction of the set. | [optional] [default to null]
**Notes** | **string** | Optional. Some notes. If you submit an empty string the current notes will be removed | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)