aboutsummaryrefslogtreecommitdiffstats
path: root/docs/HybridTransactionAllOf.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HybridTransactionAllOf.md')
-rw-r--r--docs/HybridTransactionAllOf.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/HybridTransactionAllOf.md b/docs/HybridTransactionAllOf.md
index cb16249..7e4372b 100644
--- a/docs/HybridTransactionAllOf.md
+++ b/docs/HybridTransactionAllOf.md
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | **String** | Whether the hybrid transaction represents a regular transaction or a subtransaction |
-**parent_transaction_id** | **String** | For subtransaction types, this is the id of the parent transaction. For transaction types, this id will be always be null. | [optional]
+**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** | **String** | | [optional]
-**category_name** | **String** | | [optional]
+**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)