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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python