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.
Constructors
Link copied to clipboard
fun AS2MdnSettingsResponse(dispositionNotificationTo: String? = null, mdnText: String? = null, micHashingAlgorithm: String, needMDN: Boolean, receiptDeliveryUrl: String? = null, sendInboundMDNToMessageBox: Boolean, sendMDNAsynchronously: Boolean, signMDN: Boolean, signOutboundMDNIfOptional: Boolean)