ProducerResponseStructure Data Type

Subtypes
ServiceDelivery, CapabilitiesResponseStructure, ServiceDeliveryStructure
Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
ProducerRef ParticipantRefStructure
Address string
ResponseMessageIdentifier MessageQualifierStructure
RequestMessageRef MessageRefStructure

Example

{
  "ResponseTimestamp" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "Address" : "...",
  "ResponseMessageIdentifier" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  }
}