digicust_types 1.8.81 → 1.8.82
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,7 @@ export interface InvoiceModel extends DigicustDocumentModel, LineItemContainingD
|
|
46
46
|
insuranceCosts?: Money;
|
47
47
|
packagingCosts?: Money;
|
48
48
|
discount?: Money;
|
49
|
+
discount2?: Money;
|
49
50
|
discountUnit?: Meta<Currency | "%">;
|
50
51
|
buyerReferenceId?: Meta<string>;
|
51
52
|
licenseFee?: Money;
|