EdfaPgResult enum
Result – value that system returns on request. @see com.edfapg.flutter.sdk.model.response.base.result.I EdfaPgResult
@property result the result value.
Values
- SUCCESS → const EdfaPgResult
-
Action was successfully completed in Payment Platform.
const EdfaPgResult("SUCCESS")
- DECLINED → const EdfaPgResult
-
Result of unsuccessful action in Payment Platform.
const EdfaPgResult("DECLINED")
- REDIRECT → const EdfaPgResult
-
Additional action required from requester (Redirect to 3ds).
const EdfaPgResult("REDIRECT")
- ACCEPTED → const EdfaPgResult
-
Action was accepted by Payment Platform, but will be completed later.
const EdfaPgResult("ACCEPTED")
- ERROR → const EdfaPgResult
-
Request has errors and was not validated by Payment Platform.
const EdfaPgResult("ERROR")
- NONE → const EdfaPgResult
-
const EdfaPgResult("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<
EdfaPgResult> - A constant List of the values in this enum, in order of their declaration.