TerminateSubscriptionRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Address string
RequestorRef RequestorRef
MessageIdentifier MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef
SubscriberRef RequestorRef
SubscriptionRef array of SubscriptionQualifierStructure
All string
Extensions Extensions
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "All" : "...",
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}