digicust_types 1.8.328 → 1.8.329
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,11 +42,10 @@ 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
|
recipient?: CompanyModel;
|