| name | data type | description |
|---|---|---|
| Address | string | |
| RequestorRef | RequestorRef | |
| MessageIdentifier | MessageQualifierStructure | |
Properties inherited from AuthenticatedRequestStructure |
||
| AccountId | string | |
| AccountKey | string | |
Properties inherited from AbstractRequestStructure |
||
| RequestTimestamp | string | |
Example
{
"Address" : "...",
"RequestorRef" : {
"value" : "..."
},
"MessageIdentifier" : {
"value" : "..."
},
"AccountId" : "...",
"AccountKey" : "...",
"RequestTimestamp" : "..."
}