aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Account.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-19 00:46:51 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-19 00:46:51 -0400
commitbf82a8196f32c7c79a5060f60b269619886c34d2 (patch)
treeed8e58db2aaadb47c0d6f086b5371e1eb5be70a4 /ynab-api/docs/Account.md
parentd8e45ab4c875745531000253faa2003b2214d289 (diff)
downloadynab-reimbursements-bf82a8196f32c7c79a5060f60b269619886c34d2.tar.gz
ynab-reimbursements-bf82a8196f32c7c79a5060f60b269619886c34d2.zip
move ynab-api to its own repository
Diffstat (limited to 'ynab-api/docs/Account.md')
-rw-r--r--ynab-api/docs/Account.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/ynab-api/docs/Account.md b/ynab-api/docs/Account.md
deleted file mode 100644
index 265294b..0000000
--- a/ynab-api/docs/Account.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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** | | [optional]
-**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)
-
-