X12AgreementContent Class
The X12 agreement content.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelX12AgreementContent
Constructor
X12AgreementContent(*, receive_agreement: X12OneWayAgreement, send_agreement: X12OneWayAgreement, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
receive_agreement
|
Required. The X12 one-way receive agreement. |
send_agreement
|
Required. The X12 one-way send agreement. |
Variables
Name | Description |
---|---|
receive_agreement
|
Required. The X12 one-way receive agreement. |
send_agreement
|
Required. The X12 one-way send agreement. |
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