digicust_types 1.8.328 → 1.8.330
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
@@ -42,14 +42,13 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
|
|
42
42
|
*/
|
43
43
|
slvsWaiver?: Meta<boolean>;
|
44
44
|
/**
|
45
|
-
*
|
45
|
+
* Departure and arrival information
|
46
46
|
*/
|
47
47
|
departureDate?: DateTimeModel;
|
48
48
|
arrivalDate?: DateTimeModel;
|
49
|
-
originLocation?: Meta<string>;
|
50
49
|
forwardingNumber?: Meta<string>;
|
51
50
|
shipper?: CompanyModel;
|
52
|
-
|
51
|
+
consignee?: CompanyModel;
|
53
52
|
forwarder?: CompanyModel;
|
54
53
|
referenceNumber?: Meta<string>;
|
55
54
|
customerNumber?: Meta<string>;
|