Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 3.41 KB

CustomsDeclarationCreateRequest.md

File metadata and controls

33 lines (30 loc) · 3.41 KB

# CustomsDeclarationCreateRequest

Properties

Name Type Description Notes
aes_itn string required if eel_pfc is `AES_ITN`<br> AES / ITN reference of the shipment. [optional]
b13a_filing_option \OpenAPI\Client\Model\CustomsDeclarationB13AFilingOptionEnum [optional]
b13a_number string must be provided if and only if b13a_filing_option is provided<br> Represents:<br> the Proof of Report (POR) Number when b13a_filing_option is `FILED_ELECTRONICALLY`;<br> the Summary ID Number when b13a_filing_option is `SUMMARY_REPORTING`;<br> or the Exemption Number when b13a_filing_option is `NOT_REQUIRED`. [optional]
certificate string Certificate reference of the shipment. [optional]
certify bool Expresses that the certify_signer has provided all information of this customs declaration truthfully.
certify_signer string Name of the person who created the customs declaration and is responsible for the validity of all information provided.
commercial_invoice bool [optional]
contents_explanation string required if contents_type is `OTHER`<br> Explanation of the type of goods of the shipment. [optional]
disclaimer string Disclaimer for the shipment and customs information that have been provided. [optional]
duties_payor \OpenAPI\Client\Model\CustomsDeclarationBaseDutiesPayor [optional]
exporter_identification \OpenAPI\Client\Model\CustomsExporterIdentification [optional]
exporter_reference string Exporter reference of an export shipment. [optional]
importer_reference string Importer reference of an import shipment. [optional]
is_vat_collected bool Indicates whether the shipment's destination VAT has been collected. May be required for some destinations. [optional]
invoice string Invoice reference of the shipment. [optional]
license string License reference of the shipment. [optional]
metadata string A string of up to 100 characters that can be filled with any additional information you want to attach to the object. [optional]
notes string Additional notes to be included in the customs declaration. [optional]
address_importer \OpenAPI\Client\Model\AddressImporter [optional]
contents_type \OpenAPI\Client\Model\CustomsDeclarationContentsTypeEnum [optional]
eel_pfc \OpenAPI\Client\Model\CustomsDeclarationEelPfcEnum [optional]
incoterm \OpenAPI\Client\Model\CustomsDeclarationIncotermEnum [optional]
items \OpenAPI\Client\Model\CustomsItemCreateRequest[]
non_delivery_option \OpenAPI\Client\Model\CustomsDeclarationNonDeliveryOptionEnum [optional]
test bool [optional]

[Back to Model list] [Back to API list] [Back to README]