digicust_types 1.8.239 → 1.8.241
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,7 @@ export interface XKSpecificLineItem {
|
|
3
3
|
Extended_customs_procedure?: Meta<string>;
|
4
4
|
National_customs_procedure?: Meta<string>;
|
5
5
|
Preference_code?: Meta<string>;
|
6
|
+
Supplementary_unit_code?: Meta<string>;
|
7
|
+
Supplementary_unit_name?: Meta<string>;
|
8
|
+
Supplementary_unit_amount?: Meta<number>;
|
6
9
|
}
|
@@ -20,6 +20,7 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
20
20
|
requestedReference?: Meta<string>;
|
21
21
|
preliminaryDocuments?: PreliminaryDocument[];
|
22
22
|
customsOffice?: CustomsOffice;
|
23
|
+
exportCustomsOffice?: CustomsOffice;
|
23
24
|
entryCustomsOffice?: CustomsOffice;
|
24
25
|
exitCustomsOffice?: CustomsOffice;
|
25
26
|
freightCosts?: Money;
|