entryMode property

  1. @BuiltValueField.new(wireName: r'EntryMode')
BuiltList<StoredValueAccountIDEntryModeEnum> get entryMode

Entry mode of the payment instrument information. In the Payment, Loyalty, or StoredValue Request messages, it informs the POI System the entry mode of the payment instrument information when read by the Sale Terminal. (e.g. because the payment instrument information are a barcode read by the Cashier on a scanner device). Possible values: * Contactless * File * ICC * Keyed * MagStripe * Manual * Mobile * RFID * Scanned * SynchronousICC * Tapped

Implementation

@BuiltValueField(wireName: r'EntryMode')
BuiltList<StoredValueAccountIDEntryModeEnum> get entryMode;