@emilgroup/billing-sdk 1.43.0 → 1.44.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.
- package/README.md +2 -2
- package/api/correction-invoices-api.ts +4 -4
- package/api/draft-invoice-api.ts +12 -12
- package/api/estimated-invoices-api.ts +12 -12
- package/api/initial-invoices-api.ts +4 -4
- package/api/invoices-api.ts +62 -62
- package/api/policy-billing-api.ts +31 -31
- package/api/recurring-invoices-api.ts +4 -4
- package/dist/api/correction-invoices-api.d.ts +4 -4
- package/dist/api/correction-invoices-api.js +4 -4
- package/dist/api/draft-invoice-api.d.ts +12 -12
- package/dist/api/draft-invoice-api.js +12 -12
- package/dist/api/estimated-invoices-api.d.ts +12 -12
- package/dist/api/estimated-invoices-api.js +12 -12
- package/dist/api/initial-invoices-api.d.ts +4 -4
- package/dist/api/initial-invoices-api.js +4 -4
- package/dist/api/invoices-api.d.ts +62 -62
- package/dist/api/invoices-api.js +40 -40
- package/dist/api/policy-billing-api.d.ts +31 -31
- package/dist/api/policy-billing-api.js +21 -21
- package/dist/api/recurring-invoices-api.d.ts +4 -4
- package/dist/api/recurring-invoices-api.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/billing-sdk@1.
|
|
20
|
+
npm install @emilgroup/billing-sdk@1.44.0 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/billing-sdk@1.
|
|
24
|
+
yarn add @emilgroup/billing-sdk@1.44.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `InvoicesApi`.
|
|
@@ -31,7 +31,7 @@ import { CreateInvoiceForPolicyRequestDto } from '../models';
|
|
|
31
31
|
export const CorrectionInvoicesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
34
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
35
35
|
* @summary Create the correction invoice
|
|
36
36
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
37
37
|
* @param {string} [authorization] Bearer Token
|
|
@@ -93,7 +93,7 @@ export const CorrectionInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
93
93
|
const localVarAxiosParamCreator = CorrectionInvoicesApiAxiosParamCreator(configuration)
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
96
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @summary Create the correction invoice
|
|
98
98
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
@@ -116,7 +116,7 @@ export const CorrectionInvoicesApiFactory = function (configuration?: Configurat
|
|
|
116
116
|
const localVarFp = CorrectionInvoicesApiFp(configuration)
|
|
117
117
|
return {
|
|
118
118
|
/**
|
|
119
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
119
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
120
120
|
* @summary Create the correction invoice
|
|
121
121
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
122
122
|
* @param {string} [authorization] Bearer Token
|
|
@@ -166,7 +166,7 @@ export interface CorrectionInvoicesApiCreateCorrectionInvoiceRequest {
|
|
|
166
166
|
*/
|
|
167
167
|
export class CorrectionInvoicesApi extends BaseAPI {
|
|
168
168
|
/**
|
|
169
|
-
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference.
|
|
169
|
+
* This will create a correction invoice. That will be generated on policy update which affects the price, These invoices usually are positive or negative value. The main purpose of this invoices is to recalculate the customer invoices and be created if any price difference. **Required Permissions** \"billing-management.invoices.create\"
|
|
170
170
|
* @summary Create the correction invoice
|
|
171
171
|
* @param {CorrectionInvoicesApiCreateCorrectionInvoiceRequest} requestParameters Request parameters.
|
|
172
172
|
* @param {*} [options] Override http request option.
|
package/api/draft-invoice-api.ts
CHANGED
|
@@ -29,7 +29,7 @@ import { CreateDraftInvoiceRequestDto } from '../models';
|
|
|
29
29
|
export const DraftInvoiceApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
30
30
|
return {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
33
33
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
34
34
|
* @param {string} [authorization] Bearer Token
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
@@ -75,7 +75,7 @@ export const DraftInvoiceApiAxiosParamCreator = function (configuration?: Config
|
|
|
75
75
|
};
|
|
76
76
|
},
|
|
77
77
|
/**
|
|
78
|
-
*
|
|
78
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
79
79
|
* @param {string} [authorization] Bearer Token
|
|
80
80
|
* @param {*} [options] Override http request option.
|
|
81
81
|
* @throws {RequiredError}
|
|
@@ -115,7 +115,7 @@ export const DraftInvoiceApiAxiosParamCreator = function (configuration?: Config
|
|
|
115
115
|
};
|
|
116
116
|
},
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
119
119
|
* @param {object} body
|
|
120
120
|
* @param {string} [authorization] Bearer Token
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
@@ -171,7 +171,7 @@ export const DraftInvoiceApiFp = function(configuration?: Configuration) {
|
|
|
171
171
|
const localVarAxiosParamCreator = DraftInvoiceApiAxiosParamCreator(configuration)
|
|
172
172
|
return {
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
175
175
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
176
176
|
* @param {string} [authorization] Bearer Token
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
@@ -182,7 +182,7 @@ export const DraftInvoiceApiFp = function(configuration?: Configuration) {
|
|
|
182
182
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
183
183
|
},
|
|
184
184
|
/**
|
|
185
|
-
*
|
|
185
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
186
186
|
* @param {string} [authorization] Bearer Token
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
188
188
|
* @throws {RequiredError}
|
|
@@ -192,7 +192,7 @@ export const DraftInvoiceApiFp = function(configuration?: Configuration) {
|
|
|
192
192
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
193
193
|
},
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
196
196
|
* @param {object} body
|
|
197
197
|
* @param {string} [authorization] Bearer Token
|
|
198
198
|
* @param {*} [options] Override http request option.
|
|
@@ -213,7 +213,7 @@ export const DraftInvoiceApiFactory = function (configuration?: Configuration, b
|
|
|
213
213
|
const localVarFp = DraftInvoiceApiFp(configuration)
|
|
214
214
|
return {
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
217
217
|
* @param {CreateDraftInvoiceRequestDto} createDraftInvoiceRequestDto
|
|
218
218
|
* @param {string} [authorization] Bearer Token
|
|
219
219
|
* @param {*} [options] Override http request option.
|
|
@@ -223,7 +223,7 @@ export const DraftInvoiceApiFactory = function (configuration?: Configuration, b
|
|
|
223
223
|
return localVarFp.createDraftInvoice(createDraftInvoiceRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
224
224
|
},
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
227
227
|
* @param {string} [authorization] Bearer Token
|
|
228
228
|
* @param {*} [options] Override http request option.
|
|
229
229
|
* @throws {RequiredError}
|
|
@@ -232,7 +232,7 @@ export const DraftInvoiceApiFactory = function (configuration?: Configuration, b
|
|
|
232
232
|
return localVarFp.deleteAllDraftInvoices(authorization, options).then((request) => request(axios, basePath));
|
|
233
233
|
},
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
236
236
|
* @param {object} body
|
|
237
237
|
* @param {string} [authorization] Bearer Token
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
@@ -308,7 +308,7 @@ export interface DraftInvoiceApiDeleteDraftInvoiceRequest {
|
|
|
308
308
|
*/
|
|
309
309
|
export class DraftInvoiceApi extends BaseAPI {
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
311
|
+
* undefined **Required Permissions** \"billing-management.invoices.create\"
|
|
312
312
|
* @param {DraftInvoiceApiCreateDraftInvoiceRequest} requestParameters Request parameters.
|
|
313
313
|
* @param {*} [options] Override http request option.
|
|
314
314
|
* @throws {RequiredError}
|
|
@@ -319,7 +319,7 @@ export class DraftInvoiceApi extends BaseAPI {
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
|
-
*
|
|
322
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
323
323
|
* @param {DraftInvoiceApiDeleteAllDraftInvoicesRequest} requestParameters Request parameters.
|
|
324
324
|
* @param {*} [options] Override http request option.
|
|
325
325
|
* @throws {RequiredError}
|
|
@@ -330,7 +330,7 @@ export class DraftInvoiceApi extends BaseAPI {
|
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
/**
|
|
333
|
-
*
|
|
333
|
+
* undefined **Required Permissions** \"billing-management.invoices.delete\"
|
|
334
334
|
* @param {DraftInvoiceApiDeleteDraftInvoiceRequest} requestParameters Request parameters.
|
|
335
335
|
* @param {*} [options] Override http request option.
|
|
336
336
|
* @throws {RequiredError}
|
|
@@ -39,7 +39,7 @@ import { CreateEstimatedInvoiceResponseClass } from '../models';
|
|
|
39
39
|
export const EstimatedInvoicesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
40
40
|
return {
|
|
41
41
|
/**
|
|
42
|
-
* This will create a custom estimated invoice.
|
|
42
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
43
43
|
* @summary Create the custom estimated invoice
|
|
44
44
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
45
45
|
* @param {string} [authorization] Bearer Token
|
|
@@ -86,7 +86,7 @@ export const EstimatedInvoicesApiAxiosParamCreator = function (configuration?: C
|
|
|
86
86
|
};
|
|
87
87
|
},
|
|
88
88
|
/**
|
|
89
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
89
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
90
90
|
* @summary Create the estimated invoice
|
|
91
91
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
92
92
|
* @param {string} [authorization] Bearer Token
|
|
@@ -133,7 +133,7 @@ export const EstimatedInvoicesApiAxiosParamCreator = function (configuration?: C
|
|
|
133
133
|
};
|
|
134
134
|
},
|
|
135
135
|
/**
|
|
136
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
136
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
137
137
|
* @summary Create the estimated invoice
|
|
138
138
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
139
139
|
* @param {string} [authorization] Bearer Token
|
|
@@ -190,7 +190,7 @@ export const EstimatedInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
190
190
|
const localVarAxiosParamCreator = EstimatedInvoicesApiAxiosParamCreator(configuration)
|
|
191
191
|
return {
|
|
192
192
|
/**
|
|
193
|
-
* This will create a custom estimated invoice.
|
|
193
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
194
194
|
* @summary Create the custom estimated invoice
|
|
195
195
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
196
196
|
* @param {string} [authorization] Bearer Token
|
|
@@ -202,7 +202,7 @@ export const EstimatedInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
202
202
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
203
203
|
},
|
|
204
204
|
/**
|
|
205
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
205
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
206
206
|
* @summary Create the estimated invoice
|
|
207
207
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
208
208
|
* @param {string} [authorization] Bearer Token
|
|
@@ -214,7 +214,7 @@ export const EstimatedInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
214
214
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
215
215
|
},
|
|
216
216
|
/**
|
|
217
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
217
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
218
218
|
* @summary Create the estimated invoice
|
|
219
219
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
220
220
|
* @param {string} [authorization] Bearer Token
|
|
@@ -236,7 +236,7 @@ export const EstimatedInvoicesApiFactory = function (configuration?: Configurati
|
|
|
236
236
|
const localVarFp = EstimatedInvoicesApiFp(configuration)
|
|
237
237
|
return {
|
|
238
238
|
/**
|
|
239
|
-
* This will create a custom estimated invoice.
|
|
239
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
240
240
|
* @summary Create the custom estimated invoice
|
|
241
241
|
* @param {CreateCustomEstimatedInvoiceRequestDto} createCustomEstimatedInvoiceRequestDto
|
|
242
242
|
* @param {string} [authorization] Bearer Token
|
|
@@ -247,7 +247,7 @@ export const EstimatedInvoicesApiFactory = function (configuration?: Configurati
|
|
|
247
247
|
return localVarFp.createCustomEstimatedInvoice(createCustomEstimatedInvoiceRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
248
248
|
},
|
|
249
249
|
/**
|
|
250
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
250
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
251
251
|
* @summary Create the estimated invoice
|
|
252
252
|
* @param {CreateEstimatedInvoiceRequestDto} createEstimatedInvoiceRequestDto
|
|
253
253
|
* @param {string} [authorization] Bearer Token
|
|
@@ -258,7 +258,7 @@ export const EstimatedInvoicesApiFactory = function (configuration?: Configurati
|
|
|
258
258
|
return localVarFp.createEstimatedInvoice(createEstimatedInvoiceRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
259
259
|
},
|
|
260
260
|
/**
|
|
261
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
261
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
262
262
|
* @summary Create the estimated invoice
|
|
263
263
|
* @param {CreateEstimatedInvoiceForIntervalRequestDto} createEstimatedInvoiceForIntervalRequestDto
|
|
264
264
|
* @param {string} [authorization] Bearer Token
|
|
@@ -342,7 +342,7 @@ export interface EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest {
|
|
|
342
342
|
*/
|
|
343
343
|
export class EstimatedInvoicesApi extends BaseAPI {
|
|
344
344
|
/**
|
|
345
|
-
* This will create a custom estimated invoice.
|
|
345
|
+
* This will create a custom estimated invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
346
346
|
* @summary Create the custom estimated invoice
|
|
347
347
|
* @param {EstimatedInvoicesApiCreateCustomEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
348
348
|
* @param {*} [options] Override http request option.
|
|
@@ -354,7 +354,7 @@ export class EstimatedInvoicesApi extends BaseAPI {
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
357
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
358
358
|
* @summary Create the estimated invoice
|
|
359
359
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceRequest} requestParameters Request parameters.
|
|
360
360
|
* @param {*} [options] Override http request option.
|
|
@@ -366,7 +366,7 @@ export class EstimatedInvoicesApi extends BaseAPI {
|
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
/**
|
|
369
|
-
* This creates an estimated invoice. It will not be saved in the database.
|
|
369
|
+
* This creates an estimated invoice. It will not be saved in the database. **Required Permissions** \"billing-management.invoices.create\"
|
|
370
370
|
* @summary Create the estimated invoice
|
|
371
371
|
* @param {EstimatedInvoicesApiCreateEstimatedInvoiceFromIntervalRequest} requestParameters Request parameters.
|
|
372
372
|
* @param {*} [options] Override http request option.
|
|
@@ -31,7 +31,7 @@ import { CreateInvoiceResponseClass } from '../models';
|
|
|
31
31
|
export const InitialInvoicesApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
32
32
|
return {
|
|
33
33
|
/**
|
|
34
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
34
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
35
35
|
* @summary Create the initial invoice
|
|
36
36
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
37
37
|
* @param {string} [authorization] Bearer Token
|
|
@@ -93,7 +93,7 @@ export const InitialInvoicesApiFp = function(configuration?: Configuration) {
|
|
|
93
93
|
const localVarAxiosParamCreator = InitialInvoicesApiAxiosParamCreator(configuration)
|
|
94
94
|
return {
|
|
95
95
|
/**
|
|
96
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
96
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
97
97
|
* @summary Create the initial invoice
|
|
98
98
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
99
99
|
* @param {string} [authorization] Bearer Token
|
|
@@ -116,7 +116,7 @@ export const InitialInvoicesApiFactory = function (configuration?: Configuration
|
|
|
116
116
|
const localVarFp = InitialInvoicesApiFp(configuration)
|
|
117
117
|
return {
|
|
118
118
|
/**
|
|
119
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
119
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
120
120
|
* @summary Create the initial invoice
|
|
121
121
|
* @param {CreateInvoiceForPolicyRequestDto} createInvoiceForPolicyRequestDto
|
|
122
122
|
* @param {string} [authorization] Bearer Token
|
|
@@ -166,7 +166,7 @@ export interface InitialInvoicesApiCreateInitialInvoiceRequest {
|
|
|
166
166
|
*/
|
|
167
167
|
export class InitialInvoicesApi extends BaseAPI {
|
|
168
168
|
/**
|
|
169
|
-
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice.
|
|
169
|
+
* This will create an initial invoice. It will be created once a policy is approved and it will cover a partial until the issuing of the regular invoice. **Required Permissions** \"billing-management.invoices.create\"
|
|
170
170
|
* @summary Create the initial invoice
|
|
171
171
|
* @param {InitialInvoicesApiCreateInitialInvoiceRequest} requestParameters Request parameters.
|
|
172
172
|
* @param {*} [options] Override http request option.
|