Customs: {
    contents: SE.CustomsContents;
    contentsExplanation?: string;
    customsItems?: SE.CustomsItem[];
    declaration?: string;
    importerOfRecord?: SE.Address;
    invoiceAdditionalDetails?: SE.CustomsInvoiceAdditionalDetails;
    nonDelivery: SE.CustomsNonDeliveryOptions;
    termsOfTradeCode?: SE.CustomsTermsOfTradeCode;
}

Type declaration

Generated using TypeDoc