AS2ErrorSettingsResponse

data class AS2ErrorSettingsResponse(val resendIfMDNNotReceived: Boolean, val suspendDuplicateMessage: Boolean)

The AS2 agreement error settings.

Constructors

Link copied to clipboard
constructor(resendIfMDNNotReceived: Boolean, suspendDuplicateMessage: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to resend message If MDN is not received.

Link copied to clipboard

The value indicating whether to suspend duplicate message.