ExpresspayResult enum

Result – value that system returns on request. @see com.expresspay.sdk.model.response.base.result.IExpresspayResult

@property result the result value.

Inheritance
Available extensions

Values

SUCCESS → const ExpresspayResult

Action was successfully completed in Payment Platform.

const ExpresspayResult("SUCCESS")
DECLINED → const ExpresspayResult

Result of unsuccessful action in Payment Platform.

const ExpresspayResult("DECLINED")
REDIRECT → const ExpresspayResult

Additional action required from requester (Redirect to 3ds).

const ExpresspayResult("REDIRECT")
ACCEPTED → const ExpresspayResult

Action was accepted by Payment Platform, but will be completed later.

const ExpresspayResult("ACCEPTED")
ERROR → const ExpresspayResult

Request has errors and was not validated by Payment Platform.

const ExpresspayResult("ERROR")
NONE → const ExpresspayResult
const ExpresspayResult("NONE")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ExpresspayResult>
A constant List of the values in this enum, in order of their declaration.