unknownDefaultOpenApi constant

  1. @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
TransactionAction const unknownDefaultOpenApi

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

Implementation

@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const TransactionAction unknownDefaultOpenApi = _$unknownDefaultOpenApi;