X12EnvelopeOverrideResponse

data class X12EnvelopeOverrideResponse(val dateFormat: String, val functionalIdentifierCode: String? = null, val headerVersion: String, val messageId: String, val protocolVersion: String, val receiverApplicationId: String, val responsibleAgencyCode: String, val senderApplicationId: String, val targetNamespace: String, val timeFormat: String)

The X12 envelope override settings.

Constructors

Link copied to clipboard
constructor(dateFormat: String, functionalIdentifierCode: String? = null, headerVersion: String, messageId: String, protocolVersion: String, receiverApplicationId: String, responsibleAgencyCode: String, senderApplicationId: String, targetNamespace: String, timeFormat: String)

Types

Link copied to clipboard
object Companion

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 message id on which this envelope settings has to be applied.

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.