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.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
result String
final
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<EdfaPgResult>
A constant List of the values in this enum, in order of their declaration.