aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SubTransaction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SubTransaction.md')
-rw-r--r--docs/SubTransaction.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/SubTransaction.md b/docs/SubTransaction.md
new file mode 100644
index 0000000..77bad7f
--- /dev/null
+++ b/docs/SubTransaction.md
@@ -0,0 +1,18 @@
+# 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)
+
+