InfoChannelDiscoveryRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
version string
Properties inherited from RequestStructure
RequestTimestamp string
Address string
RequestorRef ParticipantRefStructure
MessageIdentifier MessageQualifierStructure

Example

{
  "version" : "...",
  "RequestTimestamp" : "...",
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  }
}