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