enum AccountType

Defined in:

ynab/enums/account_type.cr

Enum 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

Instance Method Detail

def cash? #

[View source]
def checking? #

[View source]
def credit_card? #

[View source]
def investment_account? #

[View source]
def line_of_credit? #

[View source]
def merchant_account? #

[View source]
def mortgage? #

[View source]
def other_asset? #

[View source]
def other_liability? #

[View source]
def pay_pal? #

[View source]
def savings? #

[View source]