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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python