AgreementContent Class
The integration account agreement content.
- Inheritance
-
msrest.serialization.ModelAgreementContent
Constructor
AgreementContent(*, a_s2: AS2AgreementContent | None = None, x12: X12AgreementContent | None = None, edifact: EdifactAgreementContent | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
a_s2
|
The AS2 agreement content. |
x12
|
The X12 agreement content. |
edifact
|
The EDIFACT agreement content. |
Variables
Name | Description |
---|---|
a_s2
|
The AS2 agreement content. |
x12
|
The X12 agreement content. |
edifact
|
The EDIFACT agreement content. |
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