device property

  1. @BuiltValueField.new(wireName: r'Device')
Device get device

Logical device located on a Sale Terminal or a POI Terminal, in terms of class of information to output (display, print, or store), or input (keyboard) for the Cashier or the Customer. Possible values: * CashierDisplay * CashierInput * CustomerDisplay * CustomerInput

Implementation

@BuiltValueField(wireName: r'Device')
Device get device;