Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.43 KB

Account.md

File metadata and controls

35 lines (28 loc) · 1.43 KB

Account

Properties

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.

Enum: TypeEnum

Name Value
CHECKING "checking"
SAVINGS "savings"
CASH "cash"
CREDITCARD "creditCard"
LINEOFCREDIT "lineOfCredit"
OTHERASSET "otherAsset"
OTHERLIABILITY "otherLiability"
PAYPAL "payPal"
MERCHANTACCOUNT "merchantAccount"
INVESTMENTACCOUNT "investmentAccount"
MORTGAGE "mortgage"