digicust_types 1.8.153 → 1.8.154
Sign up to get free protection for your applications and to get access to all the features.
@@ -85,6 +85,7 @@ export interface ExecutionStrategy {
|
|
85
85
|
guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
|
86
86
|
waybillCodePreference?: "singleCode" | "seperateCodes";
|
87
87
|
calculateLineItemWeight?: "byQuantity" | "byTotalValue";
|
88
|
+
statisticalValueRounding?: "noRounding" | "roundOff" | "roundUp" | "roundToNearest";
|
88
89
|
defaultInvoiceType?: "tax_invoice" | "proforma";
|
89
90
|
/** Between 0 and 1 */
|
90
91
|
foreignFreightCostRate?: number;
|