X12AcknowledgementSettingsArgs

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

The X12 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>, batchImplementationAcknowledgements: Output<Boolean>, batchTechnicalAcknowledgements: Output<Boolean>, functionalAcknowledgementVersion: Output<String>? = null, implementationAcknowledgementVersion: Output<String>? = null, needFunctionalAcknowledgement: Output<Boolean>, needImplementationAcknowledgement: 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 implementation acknowledgements.

Link copied to clipboard

The value indicating whether to batch the technical acknowledgements.

Link copied to clipboard

The functional acknowledgement version.

Link copied to clipboard

The implementation acknowledgement version.

Link copied to clipboard

The value indicating whether functional acknowledgement is needed.

Link copied to clipboard

The value indicating whether implementation 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(): X12AcknowledgementSettingsArgs