EdifactOneWayAgreement Class
The Edifact one way agreement.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEdifactOneWayAgreement
Constructor
EdifactOneWayAgreement(*, sender_business_identity: BusinessIdentity, receiver_business_identity: BusinessIdentity, protocol_settings: EdifactProtocolSettings, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
sender_business_identity
|
Required. The sender business identity. |
receiver_business_identity
|
Required. The receiver business identity. |
protocol_settings
|
Required. The EDIFACT protocol settings. |
Variables
Name | Description |
---|---|
sender_business_identity
|
Required. The sender business identity. |
receiver_business_identity
|
Required. The receiver business identity. |
protocol_settings
|
Required. The EDIFACT protocol settings. |
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