digicust_types 1.8.239 → 1.8.240
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
20
20
|
requestedReference?: Meta<string>;
|
21
21
|
preliminaryDocuments?: PreliminaryDocument[];
|
22
22
|
customsOffice?: CustomsOffice;
|
23
|
+
exportCustomsOffice?: CustomsOffice;
|
23
24
|
entryCustomsOffice?: CustomsOffice;
|
24
25
|
exitCustomsOffice?: CustomsOffice;
|
25
26
|
freightCosts?: Money;
|