EdifactAcknowledgementSettingsArgs

data class EdifactAcknowledgementSettingsArgs(val acknowledgementControlNumberLowerBound: Output<Int>, val acknowledgementControlNumberPrefix: Output<String>? = null, val acknowledgementControlNumberSuffix: Output<String>? = null, val acknowledgementControlNumberUpperBound: Output<Int>, val batchFunctionalAcknowledgements: Output<Boolean>, val batchTechnicalAcknowledgements: Output<Boolean>, val needFunctionalAcknowledgement: Output<Boolean>, val needLoopForValidMessages: Output<Boolean>, val needTechnicalAcknowledgement: Output<Boolean>, val rolloverAcknowledgementControlNumber: Output<Boolean>, val sendSynchronousAcknowledgement: Output<Boolean>) : ConvertibleToJava<EdifactAcknowledgementSettingsArgs>

The Edifact agreement acknowledgement settings.

Constructors

Link copied to clipboard
constructor(acknowledgementControlNumberLowerBound: Output<Int>, acknowledgementControlNumberPrefix: Output<String>? = null, acknowledgementControlNumberSuffix: Output<String>? = null, acknowledgementControlNumberUpperBound: Output<Int>, batchFunctionalAcknowledgements: Output<Boolean>, batchTechnicalAcknowledgements: Output<Boolean>, needFunctionalAcknowledgement: Output<Boolean>, needLoopForValidMessages: Output<Boolean>, needTechnicalAcknowledgement: Output<Boolean>, rolloverAcknowledgementControlNumber: Output<Boolean>, sendSynchronousAcknowledgement: Output<Boolean>)

Properties

Link copied to clipboard

The acknowledgement control number lower bound.

Link copied to clipboard

The acknowledgement control number prefix.

Link copied to clipboard

The acknowledgement control number suffix.

Link copied to clipboard

The acknowledgement control number upper bound.

Link copied to clipboard

The value indicating whether to batch functional acknowledgements.

Link copied to clipboard

The value indicating whether to batch the technical acknowledgements.

Link copied to clipboard

The value indicating whether functional acknowledgement is needed.

Link copied to clipboard

The value indicating whether a loop is needed for valid messages.

Link copied to clipboard

The value indicating whether technical acknowledgement is needed.

Link copied to clipboard

The value indicating whether to rollover acknowledgement control number.

Link copied to clipboard

The value indicating whether to send synchronous acknowledgement.

Functions

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