digicust_types 1.8.40 → 1.8.42
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,9 @@ export interface PackingListModel extends DigicustDocumentModel, LineItemContain
|
|
6
6
|
recipient?: CompanyModel;
|
7
7
|
consignee?: CompanyModel;
|
8
8
|
beneficiary?: CompanyModel;
|
9
|
-
rawData?:
|
9
|
+
rawData?: {
|
10
|
+
[key: string]: string;
|
11
|
+
}[];
|
10
12
|
language?: LanguageModel & Meta<DocumentLanguage>;
|
11
13
|
packingList?: Meta<string>;
|
12
14
|
issueDate?: DateTimeModel;
|