operatorID property

  1. @BuiltValueField.new(wireName: r'OperatorID')
String? get operatorID

Identification of the Cashier or Operator. Four conditions to send it: * The Sale System wants the POI to log it in the transaction log. * Because of reconciliation with total on OperatorID. * Because the POI needs it. * Acquirer or issuer need it.

Implementation

@BuiltValueField(wireName: r'OperatorID')
String? get operatorID;