RetailerReversalResponse

Parameters

saleData

see RetailerSaleData

poiData

Identification of the reversal transaction for the POI

reversedAmount

Amount of the payment or loyalty to reverse. Rule - Copy

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val customerOrder: RetailerCustomerOrder? = null
Link copied to clipboard
open val marketpayPaymentExtensions: MarketpayPaymentExtensions? = null
Link copied to clipboard
open val originalPoiTransactionCancellation: RetailerOriginalPoiTransactionCancellation? = null
Link copied to clipboard
open val poiData: RetailerPOIData? = null
Link copied to clipboard
Link copied to clipboard
open val reversedAmount: BigDecimal? = null
Link copied to clipboard
open val saleData: RetailerSaleData? = null

Functions

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