AgreementContentArgs

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)

Properties

Link copied to clipboard
val aS2: Output<AS2AgreementContentArgs>? = null

The AS2 agreement content.

Link copied to clipboard

The EDIFACT agreement content.

Link copied to clipboard
val x12: Output<X12AgreementContentArgs>? = null

The X12 agreement content.

Functions

Link copied to clipboard
open override fun toJava(): AgreementContentArgs