card constant

  1. @BuiltValueEnumConst.new(wireName: r'Card')
PayAtTablePaymentInstrumentEnum const card

Sets the allowed payment instrument for Pay at table transactions. Can be: cash or card. If not set, the terminal presents both options.

Implementation

@BuiltValueEnumConst(wireName: r'Card')
static const PayAtTablePaymentInstrumentEnum card = _$payAtTablePaymentInstrumentEnum_card;