TransactionResultEnum enum

Transaction Result Enum This enum is used to define the transaction result of the transaction '0' = Success '1' = Denied '2' = Cancelled '3' = Failed '4' = Unknown '5' = Pending

Inheritance
Available extensions

Values

success → const TransactionResultEnum

Sucess

const TransactionResultEnum('0')
denied → const TransactionResultEnum

Denied

const TransactionResultEnum('1')
cancelled → const TransactionResultEnum

Cancelled

const TransactionResultEnum('2')
failed → const TransactionResultEnum

Failed

const TransactionResultEnum('3')
unknown → const TransactionResultEnum

Unknown

const TransactionResultEnum('4')
pending → const TransactionResultEnum

pending

const TransactionResultEnum('5')

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Values of the enum
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<TransactionResultEnum>
A constant List of the values in this enum, in order of their declaration.