GetTotalsRequest class abstract

It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System. Content of the Get Totals Request message.

Properties:

  • 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
  • totalFilter - Filter to compute the totals. Used for the Get Totals, to request totals for a (or a combination of) particular value of the POI Terminal, Sale Terminal, Cashier, Shift, or TotalsGroupID.
Annotations
  • @BuiltValue.new()

Constructors

GetTotalsRequest([void updates(GetTotalsRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDetails → BuiltList<GetTotalsRequestTotalDetailsEnum>?
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
no setter
totalFilter TotalFilter?
Filter to compute the totals. Used for the Get Totals, to request totals for a (or a combination of) particular value of the POI Terminal, Sale Terminal, Cashier, Shift, or TotalsGroupID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(GetTotalsRequestBuilder)) GetTotalsRequest
Rebuilds the instance.
inherited
toBuilder() GetTotalsRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<GetTotalsRequest>
no setter