RetailerPaymentRequest
data class RetailerPaymentRequest(val saleData: RetailerSaleData, val paymentTransaction: RetailerPaymentTransaction, val paymentData: RetailerPaymentData? = null, val loyaltyData: RetailerLoyaltyData? = null, val marketpayPaymentExtensions: MarketpayPaymentExtensions? = null) : RetailerRequest
Content of the Payment Request data.
Parameters
saleData
Data related to the Sale System.
paymentTransaction
Data related to the payment and loyalty transaction.
paymentData
Data related to the payment transaction.
loyaltyData
Data related to a Loyalty program or account.
marketpayPaymentExtensions
this is non-NEXO schema modification optional field, contact ECR team for details
Constructors
Link copied to clipboard
constructor(saleData: RetailerSaleData, paymentTransaction: RetailerPaymentTransaction, paymentData: RetailerPaymentData? = null, loyaltyData: RetailerLoyaltyData? = null, marketpayPaymentExtensions: MarketpayPaymentExtensions? = null)