digicust_types 1.8.210 → 1.8.211
Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@ export interface InvoiceModel extends DigicustDocumentModel, LineItemContainingD
|
|
43
43
|
numberOfShipments?: Meta<number>;
|
44
44
|
packages?: Package[];
|
45
45
|
totalValueExcludingCharges?: Money;
|
46
|
+
totalTaxAmount?: Money;
|
46
47
|
insuranceCosts?: Money;
|
47
48
|
packagingCosts?: Money;
|
48
49
|
discount?: Money;
|