enum

Mollie::Base::Refund::Status

Inherits Enum / Comparable / Value / Object

Constants

Queued = 0
Pending = 1
Processing = 2
Refunded = 3
Failed = 4

Instance methods

failed?

Returns true if this enum value equals Failed

Source
pending?

Returns true if this enum value equals Pending

Source
processing?

Returns true if this enum value equals Processing

Source
queued?

Returns true if this enum value equals Queued

Source
refunded?

Returns true if this enum value equals Refunded

Source