Agreement Content Response
data class AgreementContentResponse(val aS2: AS2AgreementContentResponse? = null, val edifact: EdifactAgreementContentResponse? = null, val x12: X12AgreementContentResponse? = null)
The integration account agreement content.
Constructors
Link copied to clipboard
constructor(aS2: AS2AgreementContentResponse? = null, edifact: EdifactAgreementContentResponse? = null, x12: X12AgreementContentResponse? = null)