| name | data type | description | 
|---|---|---|
| DestinationRef | array of DestinationRefStructure | |
| DestinationName | NaturalLanguageStringStructure | 
Example
{
  "DestinationRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "DestinationName" : {
    "value" : "...",
    "lang" : "..."
  }
}