RetailerPaymentResponse

Parameters

saleData

Data related to the Sale System.

poiData

Data related to the Sale System.

paymentReceipt
paymentResult

Data related to the Sale System.

loyaltyResult

Data related to the Sale System.

customerOrder

Customer order attached to a card, recorded in the POI system.

marketpayPaymentExtensions

this is non-NEXO schema modification optional field, contact ECR team for details

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val customerOrder: List<RetailerCustomerOrder>? = null
Link copied to clipboard
open val loyaltyResult: List<RetailerLoyaltyResult>? = null
Link copied to clipboard
open val marketpayPaymentExtensions: RetailerMarketpayPaymentExtensions? = null
Link copied to clipboard
Link copied to clipboard
open val paymentResult: RetailerPaymentResult? = 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