digicust_types 1.8.331 → 1.8.332
Sign up to get free protection for your applications and to get access to all the features.
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
|