firefly-iii 0.2.3

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)