digicust_types 1.8.212 → 1.8.214
Sign up to get free protection for your applications and to get access to all the features.
@@ -92,6 +92,9 @@ export interface LineItemModel {
|
|
92
92
|
creationType?: MasterDataCreationType;
|
93
93
|
bbox?: Bbox;
|
94
94
|
fraudDetection?: ItemFraudDetectionDetails;
|
95
|
+
dangerousGoods?: {
|
96
|
+
UNNumber?: Meta<string>;
|
97
|
+
}[];
|
95
98
|
matchingMetadata?: MatchingMetadataModel<MaterialMatchInput, MaterialMatchResult>;
|
96
99
|
}
|
97
100
|
export declare const condenseLineItem: (lineItem?: LineItemModel) => LineItemModel;
|