PaymentResponse class abstract
It conveys Information related to the Payment transaction processed by the POI System. Content of the Payment Response message.
Properties:
- response - Result of a message request processing.
- saleData - Data related to the Sale System. Copy.
- pOIData - Data related to the POI System.
- paymentResult - Data related to the result of a processed payment transaction. If one data element is present.
- loyaltyResult - Data related to the result of a processed loyalty transaction. Loyalty cards used with the payment transaction.
- paymentReceipt - Customer or Merchant payment receipt. If the payment receipts are printed by the Sale system and the POI or the Sale does not implement the Print exchange (Basic profile).
- Annotations
-
- @BuiltValue.new()
Constructors
- PaymentResponse([void updates(PaymentResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
loyaltyResult
→ BuiltList<
LoyaltyResult> ? -
Data related to the result of a processed loyalty transaction. Loyalty cards used with the payment transaction.
no setter
-
paymentReceipt
→ BuiltList<
PaymentReceipt> ? -
Customer or Merchant payment receipt. If the payment receipts are printed by the Sale system and the POI or the Sale does not implement the Print exchange (Basic profile).
no setter
- paymentResult → PaymentResult?
-
Data related to the result of a processed payment transaction. If one data element is present.
no setter
- pOIData → POIData
-
Data related to the POI System.
no setter
- response → Response
-
Result of a message request processing.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saleData → SaleData
-
Data related to the Sale System. Copy.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PaymentResponseBuilder)) → PaymentResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → PaymentResponseBuilder -
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<
PaymentResponse> -
no setter