paymentInstrument property
- @BuiltValueField.new(wireName: r'paymentInstrument')
Sets the allowed payment instrument for Pay at table transactions. Can be: cash or card. If not set, the terminal presents both options.
Implementation
@BuiltValueField(wireName: r'paymentInstrument')
PayAtTablePaymentInstrumentEnum? get paymentInstrument;