AS2AgreementContentResponse

data class AS2AgreementContentResponse(val receiveAgreement: AS2OneWayAgreementResponse, val sendAgreement: AS2OneWayAgreementResponse)

The integration account AS2 agreement content.

Constructors

Link copied to clipboard
constructor(receiveAgreement: AS2OneWayAgreementResponse, sendAgreement: AS2OneWayAgreementResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AS2 one-way receive agreement.

Link copied to clipboard

The AS2 one-way send agreement.