Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.2 KB

AccountType.md

File metadata and controls

12 lines (7 loc) · 1.2 KB

AccountType

investment: Investment account. In API versions 2018-05-22 and earlier, this type is called brokerage instead. credit: Credit card depository: Depository account loan: Loan account other: Non-specified account type See the Account type schema for a full listing of account types and corresponding subtypes.

Properties

Name Type Description Notes
value str `investment:` Investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage` instead. `credit:` Credit card `depository:` Depository account `loan:` Loan account `other:` Non-specified account type See the Account type schema for a full listing of account types and corresponding subtypes. must be one of ["investment", "credit", "depository", "loan", "brokerage", "other", ]

[Back to Model list] [Back to API list] [Back to README]