From aa52e632b866b51d455787a96bcd2f5a63b7ac89 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Aug 2019 00:19:38 -0400 Subject: move ynab-api to its own repository --- docs/Account.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/Account.md (limited to 'docs/Account.md') diff --git a/docs/Account.md b/docs/Account.md new file mode 100644 index 0000000..265294b --- /dev/null +++ b/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** | | [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) + + -- cgit v1.2.3-54-g00ecf