X12EnvelopeOverrideArgs

data class X12EnvelopeOverrideArgs(val dateFormat: Output<Either<String, X12DateFormat>>, val functionalIdentifierCode: Output<String>? = null, val headerVersion: Output<String>, val messageId: Output<String>, val protocolVersion: Output<String>, val receiverApplicationId: Output<String>, val responsibleAgencyCode: Output<String>, val senderApplicationId: Output<String>, val targetNamespace: Output<String>, val timeFormat: Output<Either<String, X12TimeFormat>>) : ConvertibleToJava<X12EnvelopeOverrideArgs>

The X12 envelope override settings.

Constructors

Link copied to clipboard
constructor(dateFormat: Output<Either<String, X12DateFormat>>, functionalIdentifierCode: Output<String>? = null, headerVersion: Output<String>, messageId: Output<String>, protocolVersion: Output<String>, receiverApplicationId: Output<String>, responsibleAgencyCode: Output<String>, senderApplicationId: Output<String>, targetNamespace: Output<String>, timeFormat: Output<Either<String, X12TimeFormat>>)

Properties

Link copied to clipboard
val dateFormat: Output<Either<String, X12DateFormat>>

The date format.

Link copied to clipboard
val functionalIdentifierCode: Output<String>? = null

The functional identifier code.

Link copied to clipboard
val headerVersion: Output<String>

The header version.

Link copied to clipboard
val messageId: Output<String>

The message id on which this envelope settings has to be applied.

Link copied to clipboard
val protocolVersion: Output<String>

The protocol version on which this envelope settings has to be applied.

Link copied to clipboard

The receiver application id.

Link copied to clipboard

The responsible agency code.

Link copied to clipboard

The sender application id.

Link copied to clipboard
val targetNamespace: Output<String>

The target namespace on which this envelope settings has to be applied.

Link copied to clipboard
val timeFormat: Output<Either<String, X12TimeFormat>>

The time format.

Functions

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