AbstractNotificationStructure Data Type

Abstract Type
Subtypes
DataReadyRequestStructure
Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from ProducerRequestEndpointStructure
Address string
ProducerRef RequestorRef
MessageIdentifier MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "Address" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}