RetailerOriginalPoiTransactionPayment

data class RetailerOriginalPoiTransactionPayment(val saleID: String? = null)

Identification of a previous POI transaction (Payment).

Parameters

saleID

Identification of a Sale System or a Sale Terminal for the Sale to POI protocol

Constructors

Link copied to clipboard
constructor(saleID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val saleID: String? = null