enum AccountType
Defined in:
ynab/enums/account_type.crEnum Members
-
Checking =
0
-
Savings =
1
-
Cash =
2
-
CreditCard =
3
-
LineOfCredit =
4
-
OtherAsset =
5
-
OtherLiability =
6
-
PayPal =
7
-
MerchantAccount =
8
-
InvestmentAccount =
9
-
Mortgage =
10
Instance Method Summary
- #cash?
- #checking?
- #credit_card?
- #investment_account?
- #line_of_credit?
- #merchant_account?
- #mortgage?
- #other_asset?
- #other_liability?
- #pay_pal?
- #savings?