digitInput property

  1. @BuiltValueField.new(wireName: r'DigitInput')
int? get digitInput

The digits typed by the Customer on the POI or by the Cashier on the Sale Terminal.

Implementation

@BuiltValueField(wireName: r'DigitInput')
int? get digitInput;