digicust_types 1.8.241 → 1.8.243
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,4 +6,7 @@ export interface XKSpecificLineItem {
|
|
6
6
|
Supplementary_unit_code?: Meta<string>;
|
7
7
|
Supplementary_unit_name?: Meta<string>;
|
8
8
|
Supplementary_unit_amount?: Meta<number>;
|
9
|
+
Supplementary_unit2_code?: Meta<string>;
|
10
|
+
Supplementary_unit2_name?: Meta<string>;
|
11
|
+
Supplementary_unit2_amount?: Meta<number>;
|
9
12
|
}
|