Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
name | String | ||
type | TypeEnum | The type of account. Note: payPal, merchantAccount, investmentAccount, and mortgage types have been deprecated and will be removed in the future. | |
onBudget | Boolean | Whether this account is on budget or not | |
closed | Boolean | Whether this account is closed or not | |
balance | BigDecimal | The current balance of the account in milliunits format | |
clearedBalance | BigDecimal | The current cleared balance of the account in milliunits format | |
unclearedBalance | BigDecimal | The current uncleared balance of the account in milliunits format | |
deleted | Boolean | Whether or not the account has been deleted. Deleted accounts will only be included in delta requests. |
Name | Value |
---|---|
CHECKING | "checking" |
SAVINGS | "savings" |
CASH | "cash" |
CREDITCARD | "creditCard" |
LINEOFCREDIT | "lineOfCredit" |
OTHERASSET | "otherAsset" |
OTHERLIABILITY | "otherLiability" |
PAYPAL | "payPal" |
MERCHANTACCOUNT | "merchantAccount" |
INVESTMENTACCOUNT | "investmentAccount" |
MORTGAGE | "mortgage" |