@emilgroup/billing-sdk-node 1.19.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/.openapi-generator/FILES +0 -17
  2. package/README.md +2 -2
  3. package/api/correction-invoices-api.ts +2 -4
  4. package/api/estimated-invoices-api.ts +6 -12
  5. package/api/initial-invoices-api.ts +2 -4
  6. package/api/invoices-api.ts +6 -12
  7. package/api/recurring-invoices-api.ts +2 -4
  8. package/dist/api/correction-invoices-api.d.ts +3 -4
  9. package/dist/api/estimated-invoices-api.d.ts +9 -12
  10. package/dist/api/initial-invoices-api.d.ts +3 -4
  11. package/dist/api/invoices-api.d.ts +9 -12
  12. package/dist/api/recurring-invoices-api.d.ts +3 -4
  13. package/dist/models/create-estimated-invoice-request-dto.d.ts +1 -7
  14. package/dist/models/create-invoice-payment-request-dto.d.ts +1 -7
  15. package/dist/models/create-invoice-request-dto.d.ts +4 -4
  16. package/dist/models/index.d.ts +0 -17
  17. package/dist/models/index.js +0 -17
  18. package/dist/models/policy-dto.d.ts +3 -23
  19. package/dist/models/policy-dto.js +0 -8
  20. package/dist/models/policy-object-dto.d.ts +2 -8
  21. package/dist/models/policy-premium-dto.d.ts +2 -2
  22. package/dist/models/policy-premium-item-dto.d.ts +2 -2
  23. package/dist/models/policy-version-dto.d.ts +3 -3
  24. package/dist/models/premium-formula-dto.d.ts +2 -2
  25. package/dist/models/timeslice-dto.d.ts +1 -1
  26. package/models/create-estimated-invoice-request-dto.ts +1 -7
  27. package/models/create-invoice-payment-request-dto.ts +1 -7
  28. package/models/create-invoice-request-dto.ts +4 -4
  29. package/models/index.ts +0 -17
  30. package/models/policy-dto.ts +3 -26
  31. package/models/policy-object-dto.ts +2 -8
  32. package/models/policy-premium-dto.ts +2 -2
  33. package/models/policy-premium-item-dto.ts +2 -2
  34. package/models/policy-version-dto.ts +3 -3
  35. package/models/premium-formula-dto.ts +2 -2
  36. package/models/timeslice-dto.ts +1 -1
  37. package/package.json +1 -1
  38. package/dist/models/create-correction-invoices-response-class.d.ts +0 -25
  39. package/dist/models/create-correction-invoices-response-class.js +0 -15
  40. package/dist/models/create-custom-estimated-invoice-response-class.d.ts +0 -24
  41. package/dist/models/create-custom-estimated-invoice-response-class.js +0 -15
  42. package/dist/models/create-estimated-invoice-for-interval-response-class.d.ts +0 -25
  43. package/dist/models/create-estimated-invoice-for-interval-response-class.js +0 -15
  44. package/dist/models/create-estimated-invoice-response-class.d.ts +0 -31
  45. package/dist/models/create-estimated-invoice-response-class.js +0 -15
  46. package/dist/models/create-invoice-response-class.d.ts +0 -25
  47. package/dist/models/create-invoice-response-class.js +0 -15
  48. package/dist/models/create-invoice-status-request-dto.d.ts +0 -37
  49. package/dist/models/create-invoice-status-request-dto.js +0 -22
  50. package/dist/models/create-termination-invoice-request-dto.d.ts +0 -54
  51. package/dist/models/create-termination-invoice-request-dto.js +0 -15
  52. package/dist/models/get-invoice-response-class.d.ts +0 -25
  53. package/dist/models/get-invoice-response-class.js +0 -15
  54. package/dist/models/invoice-class.d.ts +0 -171
  55. package/dist/models/invoice-class.js +0 -32
  56. package/dist/models/invoice-item-class.d.ts +0 -141
  57. package/dist/models/invoice-item-class.js +0 -24
  58. package/dist/models/invoice-payment-class.d.ts +0 -102
  59. package/dist/models/invoice-payment-class.js +0 -15
  60. package/dist/models/invoice-payments-class.d.ts +0 -25
  61. package/dist/models/invoice-payments-class.js +0 -15
  62. package/dist/models/invoice-status-class.d.ts +0 -49
  63. package/dist/models/invoice-status-class.js +0 -22
  64. package/dist/models/list-invoices-response-class.d.ts +0 -31
  65. package/dist/models/list-invoices-response-class.js +0 -15
  66. package/dist/models/list-policies-billing-dates-response-class.d.ts +0 -31
  67. package/dist/models/list-policies-billing-dates-response-class.js +0 -15
  68. package/dist/models/omit-type-class.d.ts +0 -164
  69. package/dist/models/omit-type-class.js +0 -32
  70. package/dist/models/policy-billing-date-class.d.ts +0 -42
  71. package/dist/models/policy-billing-date-class.js +0 -15
  72. package/models/create-correction-invoices-response-class.ts +0 -31
  73. package/models/create-custom-estimated-invoice-response-class.ts +0 -30
  74. package/models/create-estimated-invoice-for-interval-response-class.ts +0 -31
  75. package/models/create-estimated-invoice-response-class.ts +0 -37
  76. package/models/create-invoice-response-class.ts +0 -31
  77. package/models/create-invoice-status-request-dto.ts +0 -46
  78. package/models/create-termination-invoice-request-dto.ts +0 -60
  79. package/models/get-invoice-response-class.ts +0 -31
  80. package/models/invoice-class.ts +0 -181
  81. package/models/invoice-item-class.ts +0 -150
  82. package/models/invoice-payment-class.ts +0 -108
  83. package/models/invoice-payments-class.ts +0 -31
  84. package/models/invoice-status-class.ts +0 -58
  85. package/models/list-invoices-response-class.ts +0 -37
  86. package/models/list-policies-billing-dates-response-class.ts +0 -37
  87. package/models/omit-type-class.ts +0 -174
  88. package/models/policy-billing-date-class.ts +0 -48
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { InvoicePaymentClass } from './invoice-payment-class';
13
- /**
14
- *
15
- * @export
16
- * @interface InvoicePaymentsClass
17
- */
18
- export interface InvoicePaymentsClass {
19
- /**
20
- * Invoice payments.
21
- * @type {Array<InvoicePaymentClass>}
22
- * @memberof InvoicePaymentsClass
23
- */
24
- 'payments': Array<InvoicePaymentClass>;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,49 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface InvoiceStatusClass
16
- */
17
- export interface InvoiceStatusClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof InvoiceStatusClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier referencing the invoice.
26
- * @type {number}
27
- * @memberof InvoiceStatusClass
28
- */
29
- 'invoiceId': number;
30
- /**
31
- * Invoice type.
32
- * @type {string}
33
- * @memberof InvoiceStatusClass
34
- */
35
- 'status': InvoiceStatusClassStatusEnum;
36
- /**
37
- * Time at which the object was created.
38
- * @type {string}
39
- * @memberof InvoiceStatusClass
40
- */
41
- 'createdAt': string;
42
- }
43
- export declare const InvoiceStatusClassStatusEnum: {
44
- readonly Open: "open";
45
- readonly Paid: "paid";
46
- readonly PartiallyPaid: "partially-paid";
47
- readonly Refunded: "refunded";
48
- };
49
- export type InvoiceStatusClassStatusEnum = typeof InvoiceStatusClassStatusEnum[keyof typeof InvoiceStatusClassStatusEnum];
@@ -1,22 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.InvoiceStatusClassStatusEnum = void 0;
17
- exports.InvoiceStatusClassStatusEnum = {
18
- Open: 'open',
19
- Paid: 'paid',
20
- PartiallyPaid: 'partially-paid',
21
- Refunded: 'refunded'
22
- };
@@ -1,31 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { InvoiceClass } from './invoice-class';
13
- /**
14
- *
15
- * @export
16
- * @interface ListInvoicesResponseClass
17
- */
18
- export interface ListInvoicesResponseClass {
19
- /**
20
- * Invoices list items.
21
- * @type {Array<InvoiceClass>}
22
- * @memberof ListInvoicesResponseClass
23
- */
24
- 'items': Array<InvoiceClass>;
25
- /**
26
- * Next page token.
27
- * @type {string}
28
- * @memberof ListInvoicesResponseClass
29
- */
30
- 'nextPageToken': string;
31
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,31 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { PolicyBillingDateClass } from './policy-billing-date-class';
13
- /**
14
- *
15
- * @export
16
- * @interface ListPoliciesBillingDatesResponseClass
17
- */
18
- export interface ListPoliciesBillingDatesResponseClass {
19
- /**
20
- * Invoices list items.
21
- * @type {Array<PolicyBillingDateClass>}
22
- * @memberof ListPoliciesBillingDatesResponseClass
23
- */
24
- 'items': Array<PolicyBillingDateClass>;
25
- /**
26
- * Next page token.
27
- * @type {string}
28
- * @memberof ListPoliciesBillingDatesResponseClass
29
- */
30
- 'nextPageToken': string;
31
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,164 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { InvoiceItemClass } from './invoice-item-class';
13
- import { InvoicePaymentsClass } from './invoice-payments-class';
14
- /**
15
- *
16
- * @export
17
- * @interface OmitTypeClass
18
- */
19
- export interface OmitTypeClass {
20
- /**
21
- * Internal unique identifier for the object. You should not have to use this, use code instead.
22
- * @type {number}
23
- * @memberof OmitTypeClass
24
- */
25
- 'id': number;
26
- /**
27
- * Unique identifier of the policy that this object belongs to.
28
- * @type {string}
29
- * @memberof OmitTypeClass
30
- */
31
- 'policyCode': string;
32
- /**
33
- * Account number.
34
- * @type {string}
35
- * @memberof OmitTypeClass
36
- */
37
- 'accountNumber': string;
38
- /**
39
- * Policy number.
40
- * @type {string}
41
- * @memberof OmitTypeClass
42
- */
43
- 'policyNumber': string;
44
- /**
45
- * Unique identifier for the object.
46
- * @type {string}
47
- * @memberof OmitTypeClass
48
- */
49
- 'code': string;
50
- /**
51
- * Invoice type.
52
- * @type {string}
53
- * @memberof OmitTypeClass
54
- */
55
- 'type': OmitTypeClassTypeEnum;
56
- /**
57
- * Invoice number.
58
- * @type {string}
59
- * @memberof OmitTypeClass
60
- */
61
- 'invoiceNumber': string;
62
- /**
63
- * Net amount is in cents.
64
- * @type {number}
65
- * @memberof OmitTypeClass
66
- */
67
- 'netAmount': number;
68
- /**
69
- * Tax amount is in cents.
70
- * @type {number}
71
- * @memberof OmitTypeClass
72
- */
73
- 'taxAmount': number;
74
- /**
75
- * Credit amount.
76
- * @type {number}
77
- * @memberof OmitTypeClass
78
- */
79
- 'creditAmount': number;
80
- /**
81
- * Gross amount. This property is sum of taxAmount and netAmount.
82
- * @type {number}
83
- * @memberof OmitTypeClass
84
- */
85
- 'grossAmount': number;
86
- /**
87
- * Paid amount. This property is amount paid by this invoice. The amount corresponds to the sum (positives and negatives) of all payments relating to that invoice.
88
- * @type {number}
89
- * @memberof OmitTypeClass
90
- */
91
- 'paidAmount': number;
92
- /**
93
- * Invoice status.
94
- * @type {string}
95
- * @memberof OmitTypeClass
96
- */
97
- 'status': OmitTypeClassStatusEnum;
98
- /**
99
- * Invoice due date.
100
- * @type {string}
101
- * @memberof OmitTypeClass
102
- */
103
- 'dueDate': string;
104
- /**
105
- * Metadata contains extra information that the object would need for specific cases.
106
- * @type {object}
107
- * @memberof OmitTypeClass
108
- */
109
- 'metadata': object;
110
- /**
111
- * Start date of billing interval.
112
- * @type {string}
113
- * @memberof OmitTypeClass
114
- */
115
- 'billingIntervalFrom': string;
116
- /**
117
- * End date of billing interval.
118
- * @type {string}
119
- * @memberof OmitTypeClass
120
- */
121
- 'billingIntervalTo': string;
122
- /**
123
- * Time at which the object was created.
124
- * @type {string}
125
- * @memberof OmitTypeClass
126
- */
127
- 'createdAt': string;
128
- /**
129
- * Invoice items.
130
- * @type {Array<InvoiceItemClass>}
131
- * @memberof OmitTypeClass
132
- */
133
- 'invoiceItems': Array<InvoiceItemClass>;
134
- /**
135
- * Invoice currency. EUR is used by default.
136
- * @type {string}
137
- * @memberof OmitTypeClass
138
- */
139
- 'currency': string;
140
- /**
141
- * Invoice payments.
142
- * @type {InvoicePaymentsClass}
143
- * @memberof OmitTypeClass
144
- */
145
- 'payments': InvoicePaymentsClass;
146
- }
147
- export declare const OmitTypeClassTypeEnum: {
148
- readonly Initial: "initial";
149
- readonly Recurring: "recurring";
150
- readonly Correction: "correction";
151
- readonly Estimated: "estimated";
152
- readonly Penalty: "penalty";
153
- readonly Other: "other";
154
- readonly Withdraw: "withdraw";
155
- readonly Final: "final";
156
- };
157
- export type OmitTypeClassTypeEnum = typeof OmitTypeClassTypeEnum[keyof typeof OmitTypeClassTypeEnum];
158
- export declare const OmitTypeClassStatusEnum: {
159
- readonly Open: "open";
160
- readonly Paid: "paid";
161
- readonly PartiallyPaid: "partially-paid";
162
- readonly Refunded: "refunded";
163
- };
164
- export type OmitTypeClassStatusEnum = typeof OmitTypeClassStatusEnum[keyof typeof OmitTypeClassStatusEnum];
@@ -1,32 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.OmitTypeClassStatusEnum = exports.OmitTypeClassTypeEnum = void 0;
17
- exports.OmitTypeClassTypeEnum = {
18
- Initial: 'initial',
19
- Recurring: 'recurring',
20
- Correction: 'correction',
21
- Estimated: 'estimated',
22
- Penalty: 'penalty',
23
- Other: 'other',
24
- Withdraw: 'withdraw',
25
- Final: 'final'
26
- };
27
- exports.OmitTypeClassStatusEnum = {
28
- Open: 'open',
29
- Paid: 'paid',
30
- PartiallyPaid: 'partially-paid',
31
- Refunded: 'refunded'
32
- };
@@ -1,42 +0,0 @@
1
- /**
2
- * EMIL BillingService
3
- * The EMIL BillingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface PolicyBillingDateClass
16
- */
17
- export interface PolicyBillingDateClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof PolicyBillingDateClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier of the policy that this object belongs to.
26
- * @type {string}
27
- * @memberof PolicyBillingDateClass
28
- */
29
- 'policyCode': string;
30
- /**
31
- * The next billing date this policy will be invoiced.
32
- * @type {string}
33
- * @memberof PolicyBillingDateClass
34
- */
35
- 'nextBillingDate': string;
36
- /**
37
- * This field will be set to true once an invoice has been created on this specific billing date. It is there to avoid a policy being invoiced multiple times in case of retry.
38
- * @type {boolean}
39
- * @memberof PolicyBillingDateClass
40
- */
41
- 'isInvoiced': boolean;
42
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL BillingService
6
- * The EMIL BillingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL BillingService
5
- * The EMIL BillingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { OmitTypeClass } from './omit-type-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateCorrectionInvoicesResponseClass
22
- */
23
- export interface CreateCorrectionInvoicesResponseClass {
24
- /**
25
- * Correction invoices response.
26
- * @type {OmitTypeClass}
27
- * @memberof CreateCorrectionInvoicesResponseClass
28
- */
29
- 'invoices': OmitTypeClass;
30
- }
31
-
@@ -1,30 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL BillingService
5
- * The EMIL BillingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreateCustomEstimatedInvoiceResponseClass
21
- */
22
- export interface CreateCustomEstimatedInvoiceResponseClass {
23
- /**
24
- * Recurring invoice response
25
- * @type {object}
26
- * @memberof CreateCustomEstimatedInvoiceResponseClass
27
- */
28
- 'custom': object;
29
- }
30
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL BillingService
5
- * The EMIL BillingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { InvoiceClass } from './invoice-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateEstimatedInvoiceForIntervalResponseClass
22
- */
23
- export interface CreateEstimatedInvoiceForIntervalResponseClass {
24
- /**
25
- * Estimated invoice response
26
- * @type {InvoiceClass}
27
- * @memberof CreateEstimatedInvoiceForIntervalResponseClass
28
- */
29
- 'invoice': InvoiceClass;
30
- }
31
-
@@ -1,37 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL BillingService
5
- * The EMIL BillingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { InvoiceClass } from './invoice-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateEstimatedInvoiceResponseClass
22
- */
23
- export interface CreateEstimatedInvoiceResponseClass {
24
- /**
25
- * Estimated invoice response.
26
- * @type {InvoiceClass}
27
- * @memberof CreateEstimatedInvoiceResponseClass
28
- */
29
- 'invoice': InvoiceClass;
30
- /**
31
- * In some cases, custom premium calculation needs to be used. In that case, a custom object is returned. It can hold up any kind of information. For more information, check the general documentation.
32
- * @type {object}
33
- * @memberof CreateEstimatedInvoiceResponseClass
34
- */
35
- 'custom': object;
36
- }
37
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL BillingService
5
- * The EMIL BillingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { OmitTypeClass } from './omit-type-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreateInvoiceResponseClass
22
- */
23
- export interface CreateInvoiceResponseClass {
24
- /**
25
- * Invoice response.
26
- * @type {OmitTypeClass}
27
- * @memberof CreateInvoiceResponseClass
28
- */
29
- 'invoice': OmitTypeClass;
30
- }
31
-