digicust_types 1.8.288 → 1.8.290
Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +41,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
41
41
|
weightUnit?: Meta<WeightUnit>;
|
42
42
|
shipper?: CompanyModel;
|
43
43
|
carrier?: CompanyModel;
|
44
|
+
declarant?: CompanyModel;
|
44
45
|
presentationDate?: DateTimeModel;
|
45
46
|
shippingDate?: DateTimeModel;
|
46
47
|
packages?: Package[];
|