TransactionAction class

Inheritance
  • Object
  • EnumClass
  • TransactionAction

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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

Static Properties

serializer → Serializer<TransactionAction>
no setter
values → BuiltSet<TransactionAction>
no setter

Static Methods

valueOf(String name) TransactionAction

Constants

abortTransaction → const TransactionAction
Action to realise on a transaction. In an EnableService request message: - Starts a transaction by a swipe-ahead mechanism, with the services which are enabled. - Aborts a swipe-ahead transaction or started by a CardAcquisition, and not followed by a service request from the Sale System to complete the transaction. Possible values: * AbortTransaction * StartTransaction
startTransaction → const TransactionAction
Action to realise on a transaction. In an EnableService request message: - Starts a transaction by a swipe-ahead mechanism, with the services which are enabled. - Aborts a swipe-ahead transaction or started by a CardAcquisition, and not followed by a service request from the Sale System to complete the transaction. Possible values: * AbortTransaction * StartTransaction
unknownDefaultOpenApi → const TransactionAction
Action to realise on a transaction. In an EnableService request message: - Starts a transaction by a swipe-ahead mechanism, with the services which are enabled. - Aborts a swipe-ahead transaction or started by a CardAcquisition, and not followed by a service request from the Sale System to complete the transaction. Possible values: * AbortTransaction * StartTransaction