Values.GetDeliveryDestinationRequestSourceRetrieves complete information about one delivery destination.
type nonrec t = {name : DeliveryDestinationName.t;The name of the delivery destination that you want to retrieve.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DeliveryDestinationName.t ]) list ]