digicust_types 1.8.240 → 1.8.242
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,10 @@ 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>;
|
9
|
+
Supplementary_unit2_code?: Meta<string>;
|
10
|
+
Supplementary_unit2_name?: Meta<string>;
|
11
|
+
Supplementary_unit2_amount?: Meta<number>;
|
6
12
|
}
|