RetailerAcquisitionResponse

Parameters

saleData

Data related to the Sale System. Data associated to the Sale System, with a particular value during the processing of the payment by the POI, including the cards acquisition.

poiData

Data related to the POI System. In the Message Response, identification of the POI transaction.

paymentBrand

Card payment brands allowed by the Sale System for the payment transaction.

paymentInstrumentData

Data related to the instrument of payment for the transaction.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val marketpayPaymentExtensions: MarketpayPaymentExtensions?
Link copied to clipboard
open val paymentBrand: List<String>? = null
Link copied to clipboard
open val paymentInstrumentData: RTRPaymentInstrumentData? = null
Link copied to clipboard
open val poiData: RetailerPOIData
Link copied to clipboard
open val saleData: RetailerSaleData

Functions

Link copied to clipboard
open override fun isSameProtocol(message: DomainMessage): Boolean
open override fun isSameProtocol(message: RawMessage): Boolean