digicust_types 1.8.330 → 1.8.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/models/digicust/documents/document-types/customs-service-instructions.model.d.ts
CHANGED
@@ -36,6 +36,14 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
|
|
36
36
|
numberOfUnloadingStops: number;
|
37
37
|
stops: LoadingPlanStop[];
|
38
38
|
};
|
39
|
+
/**
|
40
|
+
* Location codes specifying the exact receiving/unloading points at the destination
|
41
|
+
* German: Anlieferstelle (067), Abladestelle (953)
|
42
|
+
*/
|
43
|
+
destinationDocks?: {
|
44
|
+
deliveryCode?: Meta<string>;
|
45
|
+
unloadingCode?: Meta<string>;
|
46
|
+
};
|
39
47
|
/**
|
40
48
|
* Transport disclaimer flags
|
41
49
|
* German: SLVS-Verzichtskunde
|
@@ -49,7 +57,7 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
|
|
49
57
|
forwardingNumber?: Meta<string>;
|
50
58
|
shipper?: CompanyModel;
|
51
59
|
consignee?: CompanyModel;
|
52
|
-
|
60
|
+
carrier?: CompanyModel;
|
53
61
|
referenceNumber?: Meta<string>;
|
54
62
|
customerNumber?: Meta<string>;
|
55
63
|
orderNumber?: Meta<string>;
|