CardAcquisitionResponse class abstract
It conveys Information related to the payment and loyalty cards read and processed by the POI System and entered by the Customer. Content of the Card Acquisition Response message.
Properties:
- response - Result of a message request processing.
- saleData - Data related to the Sale System.
- pOIData - Data related to the POI System.
- paymentBrand - Type of payment card. Brands available for payment by the card and not chosen by the Customer.
- paymentInstrumentData - Data related to the instrument of payment for the transaction. If this type of payment card is configured to send information if the CardAcquisition response.
- loyaltyAccount - Data related to the loyalty System.
- Annotations
-
- @BuiltValue.new()
Constructors
- CardAcquisitionResponse([void updates(CardAcquisitionResponseBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
loyaltyAccount
→ BuiltList<
LoyaltyAccount> ? -
Data related to the loyalty System.
no setter
-
paymentBrand
→ BuiltList<
String> ? -
Type of payment card. Brands available for payment by the card and not chosen by the Customer.
no setter
- paymentInstrumentData → PaymentInstrumentData?
-
Data related to the instrument of payment for the transaction. If this type of payment card is configured to send information if the CardAcquisition response.
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.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CardAcquisitionResponseBuilder)) → CardAcquisitionResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CardAcquisitionResponseBuilder -
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<
CardAcquisitionResponse> -
no setter