AgreementContent Class
The integration account agreement content.
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. Default value: None
|
x12
|
The X12 agreement content. Default value: None
|
edifact
|
The EDIFACT agreement content. Default value: None
|
Variables
Name | Description |
---|---|
a_s2
|
The AS2 agreement content. |
x12
|
The X12 agreement content. |
edifact
|
The EDIFACT agreement content. |