cecon-interfaces 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/invoice/entities/invoice.entity.mjs +2 -2
- package/dist/esm2022/invoice/interfaces/i-invoice.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/invoice/entities/invoice.entity.d.ts +1 -1
- package/dist/invoice/entities/invoice.entity.js +1 -1
- package/dist/invoice/interfaces/i-invoice.d.ts +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
@@ -44,7 +44,7 @@ var InvoiceEntity = /** @class */ (function () {
|
|
44
44
|
this.returnUrl = '';
|
45
45
|
this.status = enums_1.EInvoiceStatus.DRAFT;
|
46
46
|
this.subscriptionId = '';
|
47
|
-
this.
|
47
|
+
this.subTotal = 0;
|
48
48
|
this.totalAmount = 0;
|
49
49
|
this.totalFee = 0;
|
50
50
|
this.totalOverPaid = 0;
|
package/dist/package.json
CHANGED