EdifactAgreementContent Class
The Edifact agreement content.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEdifactAgreementContent
Constructor
EdifactAgreementContent(*, receive_agreement: EdifactOneWayAgreement, send_agreement: EdifactOneWayAgreement, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
receive_agreement
|
Required. The EDIFACT one-way receive agreement. |
send_agreement
|
Required. The EDIFACT one-way send agreement. |
Variables
Name | Description |
---|---|
receive_agreement
|
Required. The EDIFACT one-way receive agreement. |
send_agreement
|
Required. The EDIFACT one-way send agreement. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python