CustomsAgreementData structure
A structure containing data on customs shipment consents and declarations. It is used in the CustomsData structure.
Structure Fields
| Field Name | Type | Required? | Description | 
|---|---|---|---|
| notExceedValue | bool | Yes (for simplified customs clearance) | Permitted values: Y, N | 
| notProhibitedGoods | bool | Yes | |
| notRestrictedGoods | bool | Yes | |
| invoiceContent | bool | Yes (for simplified customs clearance) | Oświadczenie, że dane na załączonej fakturze są zgodne z danymi celnymi wprowadzonymi w celu wygenerowania przesyłki | 
Example:
<customAgreements> <notExceedValue>true</notExceedValue> <notProhibitedGoods>true</notProhibitedGoods> <notRestrictedGoods>true</notRestrictedGoods> </customAgreements>
