digicust_types 1.8.329 → 1.8.331
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
@@ -48,8 +48,8 @@ export interface CustomsServiceInstructions extends DigicustDocumentModel, LineI
|
|
48
48
|
arrivalDate?: DateTimeModel;
|
49
49
|
forwardingNumber?: Meta<string>;
|
50
50
|
shipper?: CompanyModel;
|
51
|
-
|
52
|
-
|
51
|
+
consignee?: CompanyModel;
|
52
|
+
carrier?: CompanyModel;
|
53
53
|
referenceNumber?: Meta<string>;
|
54
54
|
customerNumber?: Meta<string>;
|
55
55
|
orderNumber?: Meta<string>;
|