digicust_types 1.8.50 → 1.8.52
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,4 +29,5 @@ var DigicustDocumentType;
|
|
29
29
|
DigicustDocumentType["ATR"] = "ATR";
|
30
30
|
DigicustDocumentType["EUR1"] = "EUR1";
|
31
31
|
DigicustDocumentType["UserInput"] = "UserInput";
|
32
|
+
DigicustDocumentType["XML"] = "XML";
|
32
33
|
})(DigicustDocumentType || (exports.DigicustDocumentType = DigicustDocumentType = {}));
|
@@ -78,6 +78,7 @@ export interface ExecutionStrategy {
|
|
78
78
|
guaranteeValueCalculation?: "includeVAT19%" | "excludeVAT";
|
79
79
|
waybillCodePreference?: "singleCode" | "seperateCodes";
|
80
80
|
calculateLineItemWeight?: "byQuantity" | "byTotalValue";
|
81
|
+
defaultInvoiceType?: "tax_invoice" | "proforma";
|
81
82
|
/** Between 0 and 1 */
|
82
83
|
foreignFreightCostRate?: number;
|
83
84
|
ignoreLineItemsFromInvoice?: boolean;
|