totalsGroupID property

  1. @BuiltValueField.new(wireName: r'TotalsGroupID')
String? get totalsGroupID

Identification of a group of transactions on a POI Terminal, having the same Sale features. Could be used to group POI for reconciliation or other purpose defined by the Sale System. The default value is assigned by the Login Request.

Implementation

@BuiltValueField(wireName: r'TotalsGroupID')
String? get totalsGroupID;