PayAtTablePaymentInstrumentEnum class
- Inheritance
-
- Object
- EnumClass
- PayAtTablePaymentInstrumentEnum
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PayAtTablePaymentInstrumentEnum> -
no setter
-
values
→ BuiltSet<
PayAtTablePaymentInstrumentEnum> -
no setter
Static Methods
Constants
- card → const PayAtTablePaymentInstrumentEnum
- Sets the allowed payment instrument for Pay at table transactions. Can be: cash or card. If not set, the terminal presents both options.
- cash → const PayAtTablePaymentInstrumentEnum
- Sets the allowed payment instrument for Pay at table transactions. Can be: cash or card. If not set, the terminal presents both options.
- unknownDefaultOpenApi → const PayAtTablePaymentInstrumentEnum
- Sets the allowed payment instrument for Pay at table transactions. Can be: cash or card. If not set, the terminal presents both options.