enum

Stripe::Refund::Status

Inherits Enum / Comparable / Value / Object

Constants

Succeeded = 0
Failed = 1
Pending = 2
Canceled = 3

Instance methods

canceled?

Returns true if this enum value equals Canceled

Source
failed?

Returns true if this enum value equals Failed

Source
pending?

Returns true if this enum value equals Pending

Source
succeeded?

Returns true if this enum value equals Succeeded

Source