X12EnvelopeOverride Class

The X12 envelope override settings.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
X12EnvelopeOverride

Constructor

X12EnvelopeOverride(*, target_namespace: str, protocol_version: str, message_id: str, responsible_agency_code: str, header_version: str, sender_application_id: str, receiver_application_id: str, date_format: str | X12DateFormat, time_format: str | X12TimeFormat, functional_identifier_code: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
target_namespace
str

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

protocol_version
str

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

message_id
str

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

responsible_agency_code
str

Required. The responsible agency code.

header_version
str

Required. The header version.

sender_application_id
str

Required. The sender application id.

receiver_application_id
str

Required. The receiver application id.

functional_identifier_code
str

The functional identifier code.

date_format

Required. The date format. Possible values include: "NotSpecified", "CCYYMMDD", "YYMMDD".

time_format

Required. The time format. Possible values include: "NotSpecified", "HHMM", "HHMMSS", "HHMMSSdd", "HHMMSSd".

Variables

Name Description
target_namespace
str

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

protocol_version
str

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

message_id
str

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

responsible_agency_code
str

Required. The responsible agency code.

header_version
str

Required. The header version.

sender_application_id
str

Required. The sender application id.

receiver_application_id
str

Required. The receiver application id.

functional_identifier_code
str

The functional identifier code.

date_format

Required. The date format. Possible values include: "NotSpecified", "CCYYMMDD", "YYMMDD".

time_format

Required. The time format. Possible values include: "NotSpecified", "HHMM", "HHMMSS", "HHMMSSdd", "HHMMSSd".