paymentInstrument property

  1. @BuiltValueField.new(wireName: r'paymentInstrument')
PayAtTablePaymentInstrumentEnum? get 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;