enum

Mollie::Base::Payment::Status

Inherits Enum / Comparable / Value / Object

Constants

Open = 0
Canceled = 1
Pending = 2
Expired = 3
Failed = 4
Paid = 5
Authorized = 6

Instance methods

authorized?

Returns true if this enum value equals Authorized

Source
canceled?

Returns true if this enum value equals Canceled

Source
expired?

Returns true if this enum value equals Expired

Source
failed?

Returns true if this enum value equals Failed

Source
open?

Returns true if this enum value equals Open

Source
pending?

Returns true if this enum value equals Pending

Source