AS2Mdn Settings Response
data class AS2MdnSettingsResponse(val dispositionNotificationTo: String? = null, val mdnText: String? = null, val micHashingAlgorithm: String, val needMDN: Boolean, val receiptDeliveryUrl: String? = null, val sendInboundMDNToMessageBox: Boolean, val sendMDNAsynchronously: Boolean, val signMDN: Boolean, val signOutboundMDNIfOptional: Boolean)
The AS2 agreement mdn settings.
Properties
Link copied to clipboard
The disposition notification to header value.
Link copied to clipboard
The signing or hashing algorithm.
Link copied to clipboard
The receipt delivery URL.
Link copied to clipboard
The value indicating whether to send inbound MDN to message box.
Link copied to clipboard
The value indicating whether to send the asynchronous MDN.
Link copied to clipboard
The value indicating whether to sign the outbound MDN if optional.