totalDetails property

  1. @BuiltValueField.new(wireName: r'TotalDetails')
BuiltList<GetTotalsRequestTotalDetailsEnum>? get totalDetails

Indicates the hierarchical structure of the reconciliation result of the Sale to POI reconciliation. Required to present totals per value of element included in this cluster (POI Terminal, Sale Terminal, Cashier, Shift, TotalsGroupID). Possible values: * OperatorID * POIID * SaleID * ShiftNumber * TotalsGroupID

Implementation

@BuiltValueField(wireName: r'TotalDetails')
BuiltList<GetTotalsRequestTotalDetailsEnum>? get totalDetails;