PaymentStatus enum

Any transaction would have 4 possible group states.

See PaymentStatusFromRegExp

Inheritance

Constructors

PaymentStatus()
const

Values

init → const PaymentStatus

checkoutID is initiated and a session is in progress, if no action from the user happened, such that they never completed the payment, the checkoutID will expire.

successful → const PaymentStatus

Payment session is successful, the checkoutID will no longer be valid after it.

pending → const PaymentStatus

Payment is done and now waiting for response from HyperPay/bank.

rejected → const PaymentStatus

Payment is done but something wrong happened.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PaymentStatus>
A constant List of the values in this enum, in order of their declaration.