PrintOutput class abstract
PrintOutput
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
- responseMode - Message response awaited by the initiator of the Request. Allows various types and synchronisation of requests for Print or Sound. Possible values: * Immediate * NotRequired * PrintEnd * SoundEnd
- integratedPrintFlag - Type of the print integrated in other prints. Allows a separated printing (paper cut if available), or integration with the sale receipt or other print. If the printing is integrated, the response is always immediate, even if the
ResponseModeis set toPrintEnd. - requiredSignatureFlag - Indicates that the cardholder payment receipt requires a physical signature by the Customer.
- outputContent - Content to display or print. This is a sequence of elements if they have different formats.
- Annotations
-
- @BuiltValue.new()
Constructors
- PrintOutput([void updates(PrintOutputBuilder 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
- integratedPrintFlag → bool?
-
Type of the print integrated in other prints. Allows a separated printing (paper cut if available), or integration with the sale receipt or other print. If the printing is integrated, the response is always immediate, even if the
ResponseModeis set toPrintEnd.no setter - outputContent → OutputContent
-
Content to display or print. This is a sequence of elements if they have different formats.
no setter
- requiredSignatureFlag → bool?
-
Indicates that the cardholder payment receipt requires a physical signature by the Customer.
no setter
- responseMode → ResponseMode
-
Message response awaited by the initiator of the Request. Allows various types and synchronisation of requests for Print or Sound. Possible values: * Immediate * NotRequired * PrintEnd * SoundEnd
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(PrintOutputBuilder)) → PrintOutput -
Rebuilds the instance.
inherited
-
toBuilder(
) → PrintOutputBuilder -
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<
PrintOutput> -
no setter