TransactionStatusRequest class abstract
Content of the TransactionStatus Request message. It conveys Information requested for status of the last or current Payment, Loyalty or Reversal transaction.
Properties:
- messageReference - Identification of a previous POI transaction. Present if it contains any data.
- receiptReprintFlag - Request to reprint the POI receipt(s). Allows reprinting a receipt with a
TransactionStatusmessage - 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 the information to a particular physical printer or to use the paper type accordingly. Possible values: * CashierReceipt * CustomerReceipt * Document * Journal * SaleReceipt * Voucher
- Annotations
-
- @BuiltValue.new()
Constructors
- TransactionStatusRequest([void updates(TransactionStatusRequestBuilder b)])
-
factory
Properties
-
documentQualifier
→ BuiltList<
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 the information to a particular 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
- messageReference → MessageReference?
-
Identification of a previous POI transaction. Present if it contains any data.
no setter
- receiptReprintFlag → bool?
-
Request to reprint the POI receipt(s). Allows reprinting a receipt with a
TransactionStatusmessageno 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(TransactionStatusRequestBuilder)) → TransactionStatusRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransactionStatusRequestBuilder -
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<
TransactionStatusRequest> -
no setter