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