EdfaPgStatus enum

Status – actual status of transaction in Payment Platform. @see com.edfapg.flutter.sdk.model.response.base.result.I EdfaPgResult

@property status the status value.

Inheritance
Available extensions

Values

SECURE_3D → const EdfaPgStatus

The transaction awaits 3D-Secure validation.

const EdfaPgStatus("3DS")
REDIRECT → const EdfaPgStatus

The transaction is redirected.

const EdfaPgStatus("REDIRECT")
PENDING → const EdfaPgStatus

The transaction awaits CAPTURE.

const EdfaPgStatus("PENDING")
SETTLED → const EdfaPgStatus

Successful transaction.

const EdfaPgStatus("SETTLED")
REVERSAL → const EdfaPgStatus

Transaction for which reversal was made.

const EdfaPgStatus("REVERSAL")
REFUND → const EdfaPgStatus

Transaction for which refund was made.

const EdfaPgStatus("REFUND")
CHARGEBACK → const EdfaPgStatus

Transaction for which chargeback was made.

const EdfaPgStatus("CHARGEBACK")
DECLINED → const EdfaPgStatus

Not successful transaction.

const EdfaPgStatus("DECLINED")
NONE → const EdfaPgStatus
const EdfaPgStatus("NONE")

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
status String
final

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<EdfaPgStatus>
A constant List of the values in this enum, in order of their declaration.