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.