enum
Stripe::Invoice::Status
Defined in:
stripe/objects/core/invoice.crEnum Members
-
Draft =
0 -
Open =
1 -
Paid =
2 -
Uncollectible =
3 -
Void =
4
Instance Method Summary
-
#draft?
Returns
trueif this enum value equalsDraft -
#open?
Returns
trueif this enum value equalsOpen -
#paid?
Returns
trueif this enum value equalsPaid -
#uncollectible?
Returns
trueif this enum value equalsUncollectible -
#void?
Returns
trueif this enum value equalsVoid