Receipt class
Constructors
Properties
- barCode ↔ BarCode?
-
getter/setter pair
- graphicCoupon ↔ GraphicCoupon?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lottery ↔ Lottery?
-
getter/setter pair
- openDrawer ↔ OpenDrawer?
-
getter/setter pair
- operator ↔ String?
-
getter/setter pair
-
payments
↔ List<
Payment> ? -
getter/setter pair
- personalTaxCode ↔ Message?
-
getter/setter pair
- qrCode ↔ QrCode?
-
getter/setter pair
- refundMessage ↔ Message?
-
getter/setter pair
-
refunds
↔ List<
Refund> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sales
↔ List<
Sale> ? -
getter/setter pair
-
subtotals
↔ List<
Subtotal> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited