aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Account.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-09 02:06:22 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-09 02:52:44 -0400
commitfaf9c8aa1e41df1889f8382e9c2183e2d5f85de1 (patch)
tree0e4218dd5c1d47735fd6324fb30a01c964aad781 /ynab-api/docs/Account.md
parentd54b8f01ea9c253a326a9601f58a423a64ba8b4a (diff)
downloadynab-api-faf9c8aa1e41df1889f8382e9c2183e2d5f85de1.tar.gz
ynab-api-faf9c8aa1e41df1889f8382e9c2183e2d5f85de1.zip
add openapi-generated api client
Diffstat (limited to 'ynab-api/docs/Account.md')
-rw-r--r--ynab-api/docs/Account.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/ynab-api/docs/Account.md b/ynab-api/docs/Account.md
new file mode 100644
index 0000000..adeab71
--- /dev/null
+++ b/ynab-api/docs/Account.md
@@ -0,0 +1,21 @@
+# Account
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**id** | **String** | |
+**name** | **String** | |
+**_type** | **String** | The type of account. Note: payPal, merchantAccount, investmentAccount, and mortgage types have been deprecated and will be removed in the future. |
+**on_budget** | **bool** | Whether this account is on budget or not |
+**closed** | **bool** | Whether this account is closed or not |
+**note** | **String** | |
+**balance** | **i64** | The current balance of the account in milliunits format |
+**cleared_balance** | **i64** | The current cleared balance of the account in milliunits format |
+**uncleared_balance** | **i64** | The current uncleared balance of the account in milliunits format |
+**transfer_payee_id** | **String** | The payee id which should be used when transferring to this account |
+**deleted** | **bool** | Whether or not the account has been deleted. Deleted accounts 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)
+
+