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.
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
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.