enum Stripe::PaymentMethods::BankAccount::Status

Defined in:

stripe/objects/payment_methods/bank_account.cr

Enum Members

New = 0
Validated = 1
Verified = 2
Verification_failed = 3
Pending = 4
Errored = 5

Instance Method Summary

Instance Method Detail

def errored? #

def new? #

def pending? #

def validated? #

def verification_failed? #

def verified? #