enum Privacy::FundingAccount::Type

Defined in:

privacy/mappings/funding.cr

Enum Members

DEPOSITORY_CHECKING = 0
DEPOSITORY_SAVINGS = 1
CARD_DEBIT = 2

Instance Method Summary

Instance Method Detail

def card_debit? #

[View source]
def depository_checking? #

[View source]
def depository_savings? #

[View source]