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