ResponseEndpointStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
Address string
ResponderRef ParticipantRefStructure
RequestMessageRef MessageQualifierStructure

Example

{
  "ResponseTimestamp" : "...",
  "Address" : "...",
  "ResponderRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  }
}