TransactionType enum
Values
- SALE → const TransactionType
- REFUND → const TransactionType
- STANDALONE_REFUND → const TransactionType
- LINKED_REFUND → const TransactionType
- PRE_AUTH → const TransactionType
- PRE_AUTH_COMPLETE → const TransactionType
- PRE_AUTH_DELETE → const TransactionType
- PRE_AUTH_INCREMENT → const TransactionType
- VOID → const TransactionType
- BALANCE_INQUIRY → const TransactionType
- CASH_ADVANCE → const TransactionType
- TIP_ADJUST → const TransactionType
- MONEY_TRANSFER_OCT → const TransactionType
- SALE_LEVEL3 → const TransactionType
- PRE_AUTH_LEVEL3 → const TransactionType
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
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<
TransactionType> - A constant List of the values in this enum, in order of their declaration.