entryMode property

  1. @BuiltValueField.new(wireName: r'EntryMode')
BuiltList<CardDataEntryModeEnum>? 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. In the Payment, Loyalty or StoredValue Response messages, it informs the Sale System the entry mode of the payment instrument. Possible values: * Contactless * File * ICC * Keyed * MagStripe * Manual * Mobile * RFID * Scanned * SynchronousICC * Tapped

Implementation

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