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? #

def chargeable? #

def consumed? #

def failed? #

def pending? #