Values.As2AsyncMdnConnectorConfigSourceContains the configuration details for asynchronous Message Disposition Notification (MDN) responses in AS2 connectors. This configuration specifies where asynchronous MDN responses should be sent and which servers should handle them.
type nonrec t = {url : Url.t option;The URL endpoint where asynchronous MDN responses should be sent.
*)serverIds : As2AsyncMdnServerIds.t option;A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ServerId.t ] list | `String of Url.t ])
list ]