aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HybridTransactionAllOf.md
blob: 7e4372bf1c787bd2bf04290cf0bbadd9bf4d8bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# HybridTransactionAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | **String** | Whether the hybrid transaction represents a regular transaction or a subtransaction | 
**parent_transaction_id** | Option<**String**> | For subtransaction types, this is the id of the parent transaction.  For transaction types, this id will be always be null. | [optional]
**account_name** | **String** |  | 
**payee_name** | Option<**String**> |  | [optional]
**category_name** | Option<**String**> |  | [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)