digicust_types 1.8.330 → 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
|
@@ -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>;
|