X12SchemaReference Class
The X12 schema reference.
All required parameters must be populated in order to send to Azure.
Constructor
X12SchemaReference(*, message_id: str, schema_version: str, schema_name: str, sender_application_id: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message_id
|
Required. The message id. |
sender_application_id
|
The sender application id. Default value: None
|
schema_version
|
Required. The schema version. |
schema_name
|
Required. The schema name. |