enum Stripe::Source::Status

Defined in:

stripe/objects/core/source.cr

Enum Members

Canceled = 0
Chargeable = 1
Consumed = 2
Failed = 3
Pending = 4

Instance Method Summary

Instance Method Detail

def canceled? #

[View source]
def chargeable? #

[View source]
def consumed? #

[View source]
def failed? #

[View source]
def pending? #

[View source]