RetailerMessageReference

data class RetailerMessageReference(val messageCategory: String? = null, val serviceId: String? = null, val deviceId: String? = null, val saleId: String? = null, val poiId: String? = null)

Parameters

messageCategory

refers to RTRMessageCategory

serviceId

identification of a data pair, which processes a transaction

deviceId

DeviceID identifies alone the device data pair. For the Device Dialogue (i.e. device request sent inside a service request/response), DeviceID identifies the device data pair inside the "Service" data pair identified by ServiceID.

saleId

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

poiId

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

Constructors

Link copied to clipboard
constructor(messageCategory: String? = null, serviceId: String? = null, deviceId: String? = null, saleId: String? = null, poiId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceId: String? = null
Link copied to clipboard
val messageCategory: String? = null
Link copied to clipboard
val poiId: String? = null
Link copied to clipboard
val saleId: String? = null
Link copied to clipboard
val serviceId: String? = null