PrintResponse class abstract
It conveys the result of the print, parallel to the message request, except if response not required and absent. Content of the Print Response message.
Properties:
- documentQualifier - Qualification of the document to print to the Cashier or the Customer. Allows the manager of the printer, Sale or POI Terminal, to send information to a physical printer or to use the paper type accordingly. Possible values: * CashierReceipt * CustomerReceipt * Document * Journal * SaleReceipt * Voucher
- response - Result of a message request processing.
- Annotations
-
- @BuiltValue.new()
Constructors
- PrintResponse([void updates(PrintResponseBuilder b)])
-
factory
Properties
- documentQualifier → DocumentQualifier
-
Qualification of the document to print to the Cashier or the Customer. Allows the manager of the printer, Sale or POI Terminal, to send information to a physical printer or to use the paper type accordingly. Possible values: * CashierReceipt * CustomerReceipt * Document * Journal * SaleReceipt * Voucher
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- response → Response
-
Result of a message request processing.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PrintResponseBuilder)) → PrintResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → PrintResponseBuilder -
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<
PrintResponse> -
no setter