X12Envelope Override Args
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
The date format.
Link copied to clipboard
The functional identifier code.
Link copied to clipboard
The header version.
Link copied to clipboard
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
The target namespace on which this envelope settings has to be applied.
Link copied to clipboard
The time format.