Agreement Content Args
data class AgreementContentArgs(val aS2: Output<AS2AgreementContentArgs>? = null, val edifact: Output<EdifactAgreementContentArgs>? = null, val x12: Output<X12AgreementContentArgs>? = null) : ConvertibleToJava<AgreementContentArgs>
The integration account agreement content.
Constructors
Link copied to clipboard
constructor(aS2: Output<AS2AgreementContentArgs>? = null, edifact: Output<EdifactAgreementContentArgs>? = null, x12: Output<X12AgreementContentArgs>? = null)