functionKey property

  1. @BuiltValueField.new(wireName: r'FunctionKey')
int? get functionKey

The number of the function key which is typed by the Customer on the POI or the Cashier on the Sale Terminal.

Implementation

@BuiltValueField(wireName: r'FunctionKey')
int? get functionKey;