aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/SubTransaction.md
diff options
context:
space:
mode:
Diffstat (limited to 'ynab-api/docs/SubTransaction.md')
-rw-r--r--ynab-api/docs/SubTransaction.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/ynab-api/docs/SubTransaction.md b/ynab-api/docs/SubTransaction.md
deleted file mode 100644
index 77bad7f..0000000
--- a/ynab-api/docs/SubTransaction.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# SubTransaction
-
-## Properties
-
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**id** | **String** | |
-**transaction_id** | **String** | |
-**amount** | **i64** | The subtransaction amount in milliunits format |
-**memo** | **String** | | [optional]
-**payee_id** | **String** | | [optional]
-**category_id** | **String** | | [optional]
-**transfer_account_id** | **String** | If a transfer, the account_id which the subtransaction transfers to | [optional]
-**deleted** | **bool** | Whether or not the subtransaction has been deleted. Deleted subtransactions will only be included in delta requests. |
-
-[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
-
-