enum Stripe::Account::Type

Defined in:

stripe/objects/account.cr

Enum Members

Custom = 0
Express = 1
Standard = 2

Instance Method Summary

Instance Method Detail

def custom? #

Returns true if this enum value equals Custom


def express? #

Returns true if this enum value equals Express


def standard? #

Returns true if this enum value equals Standard