@emilgroup/commission-sdk 1.0.0-beta.3 → 1.0.0-beta.5

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 (57) hide show
  1. package/.openapi-generator/FILES +16 -0
  2. package/README.md +2 -2
  3. package/api/commission-agreement-products-api.ts +665 -0
  4. package/api/commission-recipients-api.ts +638 -0
  5. package/api.ts +4 -0
  6. package/dist/api/commission-agreement-products-api.d.ts +375 -0
  7. package/dist/api/commission-agreement-products-api.js +632 -0
  8. package/dist/api/commission-recipients-api.d.ts +357 -0
  9. package/dist/api/commission-recipients-api.js +620 -0
  10. package/dist/api.d.ts +2 -0
  11. package/dist/api.js +2 -0
  12. package/dist/models/commission-agreement-product-class.d.ts +78 -0
  13. package/dist/models/commission-agreement-product-class.js +20 -0
  14. package/dist/models/commission-recipient-class.d.ts +90 -0
  15. package/dist/models/commission-recipient-class.js +20 -0
  16. package/dist/models/create-commission-agreement-product-request-dto.d.ts +30 -0
  17. package/dist/models/create-commission-agreement-product-request-dto.js +15 -0
  18. package/dist/models/create-commission-agreement-product-response-class.d.ts +25 -0
  19. package/dist/models/create-commission-agreement-product-response-class.js +15 -0
  20. package/dist/models/create-commission-recipient-request-dto.d.ts +36 -0
  21. package/dist/models/create-commission-recipient-request-dto.js +15 -0
  22. package/dist/models/create-commission-recipient-response-class.d.ts +25 -0
  23. package/dist/models/create-commission-recipient-response-class.js +15 -0
  24. package/dist/models/get-commission-agreement-product-response-class.d.ts +25 -0
  25. package/dist/models/get-commission-agreement-product-response-class.js +15 -0
  26. package/dist/models/get-commission-recipient-response-class.d.ts +25 -0
  27. package/dist/models/get-commission-recipient-response-class.js +15 -0
  28. package/dist/models/index.d.ts +14 -0
  29. package/dist/models/index.js +14 -0
  30. package/dist/models/list-commission-agreement-products-response-class.d.ts +43 -0
  31. package/dist/models/list-commission-agreement-products-response-class.js +15 -0
  32. package/dist/models/list-commission-recipients-response-class.d.ts +43 -0
  33. package/dist/models/list-commission-recipients-response-class.js +15 -0
  34. package/dist/models/update-commission-agreement-product-request-dto.d.ts +41 -0
  35. package/dist/models/update-commission-agreement-product-request-dto.js +20 -0
  36. package/dist/models/update-commission-agreement-product-response-class.d.ts +25 -0
  37. package/dist/models/update-commission-agreement-product-response-class.js +15 -0
  38. package/dist/models/update-commission-recipient-request-dto.d.ts +42 -0
  39. package/dist/models/update-commission-recipient-request-dto.js +15 -0
  40. package/dist/models/update-commission-recipient-response-class.d.ts +25 -0
  41. package/dist/models/update-commission-recipient-response-class.js +15 -0
  42. package/models/commission-agreement-product-class.ts +87 -0
  43. package/models/commission-recipient-class.ts +99 -0
  44. package/models/create-commission-agreement-product-request-dto.ts +36 -0
  45. package/models/create-commission-agreement-product-response-class.ts +31 -0
  46. package/models/create-commission-recipient-request-dto.ts +42 -0
  47. package/models/create-commission-recipient-response-class.ts +31 -0
  48. package/models/get-commission-agreement-product-response-class.ts +31 -0
  49. package/models/get-commission-recipient-response-class.ts +31 -0
  50. package/models/index.ts +14 -0
  51. package/models/list-commission-agreement-products-response-class.ts +49 -0
  52. package/models/list-commission-recipients-response-class.ts +49 -0
  53. package/models/update-commission-agreement-product-request-dto.ts +50 -0
  54. package/models/update-commission-agreement-product-response-class.ts +31 -0
  55. package/models/update-commission-recipient-request-dto.ts +48 -0
  56. package/models/update-commission-recipient-response-class.ts +31 -0
  57. package/package.json +1 -1
@@ -0,0 +1,357 @@
1
+ /**
2
+ * EMIL CommissionService
3
+ * The EMIL CommissionService 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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
+ import { Configuration } from '../configuration';
14
+ import { RequestArgs, BaseAPI } from '../base';
15
+ import { CreateCommissionRecipientRequestDto } from '../models';
16
+ import { CreateCommissionRecipientResponseClass } from '../models';
17
+ import { GetCommissionRecipientResponseClass } from '../models';
18
+ import { ListCommissionRecipientsResponseClass } from '../models';
19
+ import { UpdateCommissionRecipientRequestDto } from '../models';
20
+ import { UpdateCommissionRecipientResponseClass } from '../models';
21
+ /**
22
+ * CommissionRecipientsApi - axios parameter creator
23
+ * @export
24
+ */
25
+ export declare const CommissionRecipientsApiAxiosParamCreator: (configuration?: Configuration) => {
26
+ /**
27
+ * This will create commission recipient.
28
+ * @summary Create the commission recipient
29
+ * @param {CreateCommissionRecipientRequestDto} createCommissionRecipientRequestDto
30
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
31
+ * @param {*} [options] Override http request option.
32
+ * @throws {RequiredError}
33
+ */
34
+ createCommissionRecipient: (createCommissionRecipientRequestDto: CreateCommissionRecipientRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
+ /**
36
+ * This will delete commission recipient.
37
+ * @summary Delete the commission recipient
38
+ * @param {any} code Unique identifier for the object.
39
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
+ * @param {*} [options] Override http request option.
41
+ * @throws {RequiredError}
42
+ */
43
+ deleteCommissionRecipient: (code: any, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
44
+ /**
45
+ * This will get commission recipient.
46
+ * @summary Retrieve the commission recipient
47
+ * @param {string} code
48
+ * @param {string} expand
49
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
50
+ * @param {*} [options] Override http request option.
51
+ * @throws {RequiredError}
52
+ */
53
+ getCommissionRecipient: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
54
+ /**
55
+ * Retrieves a list of commissionrecipients.
56
+ * @summary List commission recipients
57
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
58
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
59
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
60
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: createdAt&lt;/i&gt;
61
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt;
62
+ * @param {*} [options] Override http request option.
63
+ * @throws {RequiredError}
64
+ */
65
+ listCommissionRecipients: (authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
+ /**
67
+ * This will update commission recipient.
68
+ * @summary Update the commission recipient
69
+ * @param {UpdateCommissionRecipientRequestDto} updateCommissionRecipientRequestDto
70
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
71
+ * @param {*} [options] Override http request option.
72
+ * @throws {RequiredError}
73
+ */
74
+ updateCommissionRecipient: (updateCommissionRecipientRequestDto: UpdateCommissionRecipientRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
75
+ };
76
+ /**
77
+ * CommissionRecipientsApi - functional programming interface
78
+ * @export
79
+ */
80
+ export declare const CommissionRecipientsApiFp: (configuration?: Configuration) => {
81
+ /**
82
+ * This will create commission recipient.
83
+ * @summary Create the commission recipient
84
+ * @param {CreateCommissionRecipientRequestDto} createCommissionRecipientRequestDto
85
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ createCommissionRecipient(createCommissionRecipientRequestDto: CreateCommissionRecipientRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateCommissionRecipientResponseClass>>;
90
+ /**
91
+ * This will delete commission recipient.
92
+ * @summary Delete the commission recipient
93
+ * @param {any} code Unique identifier for the object.
94
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
95
+ * @param {*} [options] Override http request option.
96
+ * @throws {RequiredError}
97
+ */
98
+ deleteCommissionRecipient(code: any, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
99
+ /**
100
+ * This will get commission recipient.
101
+ * @summary Retrieve the commission recipient
102
+ * @param {string} code
103
+ * @param {string} expand
104
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
105
+ * @param {*} [options] Override http request option.
106
+ * @throws {RequiredError}
107
+ */
108
+ getCommissionRecipient(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCommissionRecipientResponseClass>>;
109
+ /**
110
+ * Retrieves a list of commissionrecipients.
111
+ * @summary List commission recipients
112
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
113
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
114
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
115
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: createdAt&lt;/i&gt;
116
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt;
117
+ * @param {*} [options] Override http request option.
118
+ * @throws {RequiredError}
119
+ */
120
+ listCommissionRecipients(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCommissionRecipientsResponseClass>>;
121
+ /**
122
+ * This will update commission recipient.
123
+ * @summary Update the commission recipient
124
+ * @param {UpdateCommissionRecipientRequestDto} updateCommissionRecipientRequestDto
125
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ */
129
+ updateCommissionRecipient(updateCommissionRecipientRequestDto: UpdateCommissionRecipientRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateCommissionRecipientResponseClass>>;
130
+ };
131
+ /**
132
+ * CommissionRecipientsApi - factory interface
133
+ * @export
134
+ */
135
+ export declare const CommissionRecipientsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
136
+ /**
137
+ * This will create commission recipient.
138
+ * @summary Create the commission recipient
139
+ * @param {CreateCommissionRecipientRequestDto} createCommissionRecipientRequestDto
140
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
141
+ * @param {*} [options] Override http request option.
142
+ * @throws {RequiredError}
143
+ */
144
+ createCommissionRecipient(createCommissionRecipientRequestDto: CreateCommissionRecipientRequestDto, authorization?: string, options?: any): AxiosPromise<CreateCommissionRecipientResponseClass>;
145
+ /**
146
+ * This will delete commission recipient.
147
+ * @summary Delete the commission recipient
148
+ * @param {any} code Unique identifier for the object.
149
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
150
+ * @param {*} [options] Override http request option.
151
+ * @throws {RequiredError}
152
+ */
153
+ deleteCommissionRecipient(code: any, authorization?: string, options?: any): AxiosPromise<void>;
154
+ /**
155
+ * This will get commission recipient.
156
+ * @summary Retrieve the commission recipient
157
+ * @param {string} code
158
+ * @param {string} expand
159
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
160
+ * @param {*} [options] Override http request option.
161
+ * @throws {RequiredError}
162
+ */
163
+ getCommissionRecipient(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetCommissionRecipientResponseClass>;
164
+ /**
165
+ * Retrieves a list of commissionrecipients.
166
+ * @summary List commission recipients
167
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
168
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
169
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
170
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: createdAt&lt;/i&gt;
171
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt;
172
+ * @param {*} [options] Override http request option.
173
+ * @throws {RequiredError}
174
+ */
175
+ listCommissionRecipients(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListCommissionRecipientsResponseClass>;
176
+ /**
177
+ * This will update commission recipient.
178
+ * @summary Update the commission recipient
179
+ * @param {UpdateCommissionRecipientRequestDto} updateCommissionRecipientRequestDto
180
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
181
+ * @param {*} [options] Override http request option.
182
+ * @throws {RequiredError}
183
+ */
184
+ updateCommissionRecipient(updateCommissionRecipientRequestDto: UpdateCommissionRecipientRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateCommissionRecipientResponseClass>;
185
+ };
186
+ /**
187
+ * Request parameters for createCommissionRecipient operation in CommissionRecipientsApi.
188
+ * @export
189
+ * @interface CommissionRecipientsApiCreateCommissionRecipientRequest
190
+ */
191
+ export interface CommissionRecipientsApiCreateCommissionRecipientRequest {
192
+ /**
193
+ *
194
+ * @type {CreateCommissionRecipientRequestDto}
195
+ * @memberof CommissionRecipientsApiCreateCommissionRecipient
196
+ */
197
+ readonly createCommissionRecipientRequestDto: CreateCommissionRecipientRequestDto;
198
+ /**
199
+ * Bearer Token: provided by the login endpoint under the name accessToken.
200
+ * @type {string}
201
+ * @memberof CommissionRecipientsApiCreateCommissionRecipient
202
+ */
203
+ readonly authorization?: string;
204
+ }
205
+ /**
206
+ * Request parameters for deleteCommissionRecipient operation in CommissionRecipientsApi.
207
+ * @export
208
+ * @interface CommissionRecipientsApiDeleteCommissionRecipientRequest
209
+ */
210
+ export interface CommissionRecipientsApiDeleteCommissionRecipientRequest {
211
+ /**
212
+ * Unique identifier for the object.
213
+ * @type {any}
214
+ * @memberof CommissionRecipientsApiDeleteCommissionRecipient
215
+ */
216
+ readonly code: any;
217
+ /**
218
+ * Bearer Token: provided by the login endpoint under the name accessToken.
219
+ * @type {string}
220
+ * @memberof CommissionRecipientsApiDeleteCommissionRecipient
221
+ */
222
+ readonly authorization?: string;
223
+ }
224
+ /**
225
+ * Request parameters for getCommissionRecipient operation in CommissionRecipientsApi.
226
+ * @export
227
+ * @interface CommissionRecipientsApiGetCommissionRecipientRequest
228
+ */
229
+ export interface CommissionRecipientsApiGetCommissionRecipientRequest {
230
+ /**
231
+ *
232
+ * @type {string}
233
+ * @memberof CommissionRecipientsApiGetCommissionRecipient
234
+ */
235
+ readonly code: string;
236
+ /**
237
+ *
238
+ * @type {string}
239
+ * @memberof CommissionRecipientsApiGetCommissionRecipient
240
+ */
241
+ readonly expand: string;
242
+ /**
243
+ * Bearer Token: provided by the login endpoint under the name accessToken.
244
+ * @type {string}
245
+ * @memberof CommissionRecipientsApiGetCommissionRecipient
246
+ */
247
+ readonly authorization?: string;
248
+ }
249
+ /**
250
+ * Request parameters for listCommissionRecipients operation in CommissionRecipientsApi.
251
+ * @export
252
+ * @interface CommissionRecipientsApiListCommissionRecipientsRequest
253
+ */
254
+ export interface CommissionRecipientsApiListCommissionRecipientsRequest {
255
+ /**
256
+ * Bearer Token: provided by the login endpoint under the name accessToken.
257
+ * @type {string}
258
+ * @memberof CommissionRecipientsApiListCommissionRecipients
259
+ */
260
+ readonly authorization?: string;
261
+ /**
262
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
263
+ * @type {string}
264
+ * @memberof CommissionRecipientsApiListCommissionRecipients
265
+ */
266
+ readonly filter?: string;
267
+ /**
268
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, displayName, partnerCode, status, createdAt&lt;/i&gt;
269
+ * @type {string}
270
+ * @memberof CommissionRecipientsApiListCommissionRecipients
271
+ */
272
+ readonly filters?: string;
273
+ /**
274
+ * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: createdAt&lt;/i&gt;
275
+ * @type {string}
276
+ * @memberof CommissionRecipientsApiListCommissionRecipients
277
+ */
278
+ readonly order?: string;
279
+ /**
280
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt;
281
+ * @type {string}
282
+ * @memberof CommissionRecipientsApiListCommissionRecipients
283
+ */
284
+ readonly expand?: string;
285
+ }
286
+ /**
287
+ * Request parameters for updateCommissionRecipient operation in CommissionRecipientsApi.
288
+ * @export
289
+ * @interface CommissionRecipientsApiUpdateCommissionRecipientRequest
290
+ */
291
+ export interface CommissionRecipientsApiUpdateCommissionRecipientRequest {
292
+ /**
293
+ *
294
+ * @type {UpdateCommissionRecipientRequestDto}
295
+ * @memberof CommissionRecipientsApiUpdateCommissionRecipient
296
+ */
297
+ readonly updateCommissionRecipientRequestDto: UpdateCommissionRecipientRequestDto;
298
+ /**
299
+ * Bearer Token: provided by the login endpoint under the name accessToken.
300
+ * @type {string}
301
+ * @memberof CommissionRecipientsApiUpdateCommissionRecipient
302
+ */
303
+ readonly authorization?: string;
304
+ }
305
+ /**
306
+ * CommissionRecipientsApi - object-oriented interface
307
+ * @export
308
+ * @class CommissionRecipientsApi
309
+ * @extends {BaseAPI}
310
+ */
311
+ export declare class CommissionRecipientsApi extends BaseAPI {
312
+ /**
313
+ * This will create commission recipient.
314
+ * @summary Create the commission recipient
315
+ * @param {CommissionRecipientsApiCreateCommissionRecipientRequest} requestParameters Request parameters.
316
+ * @param {*} [options] Override http request option.
317
+ * @throws {RequiredError}
318
+ * @memberof CommissionRecipientsApi
319
+ */
320
+ createCommissionRecipient(requestParameters: CommissionRecipientsApiCreateCommissionRecipientRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateCommissionRecipientResponseClass, any, {}>>;
321
+ /**
322
+ * This will delete commission recipient.
323
+ * @summary Delete the commission recipient
324
+ * @param {CommissionRecipientsApiDeleteCommissionRecipientRequest} requestParameters Request parameters.
325
+ * @param {*} [options] Override http request option.
326
+ * @throws {RequiredError}
327
+ * @memberof CommissionRecipientsApi
328
+ */
329
+ deleteCommissionRecipient(requestParameters: CommissionRecipientsApiDeleteCommissionRecipientRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
330
+ /**
331
+ * This will get commission recipient.
332
+ * @summary Retrieve the commission recipient
333
+ * @param {CommissionRecipientsApiGetCommissionRecipientRequest} requestParameters Request parameters.
334
+ * @param {*} [options] Override http request option.
335
+ * @throws {RequiredError}
336
+ * @memberof CommissionRecipientsApi
337
+ */
338
+ getCommissionRecipient(requestParameters: CommissionRecipientsApiGetCommissionRecipientRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCommissionRecipientResponseClass, any, {}>>;
339
+ /**
340
+ * Retrieves a list of commissionrecipients.
341
+ * @summary List commission recipients
342
+ * @param {CommissionRecipientsApiListCommissionRecipientsRequest} requestParameters Request parameters.
343
+ * @param {*} [options] Override http request option.
344
+ * @throws {RequiredError}
345
+ * @memberof CommissionRecipientsApi
346
+ */
347
+ listCommissionRecipients(requestParameters?: CommissionRecipientsApiListCommissionRecipientsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCommissionRecipientsResponseClass, any, {}>>;
348
+ /**
349
+ * This will update commission recipient.
350
+ * @summary Update the commission recipient
351
+ * @param {CommissionRecipientsApiUpdateCommissionRecipientRequest} requestParameters Request parameters.
352
+ * @param {*} [options] Override http request option.
353
+ * @throws {RequiredError}
354
+ * @memberof CommissionRecipientsApi
355
+ */
356
+ updateCommissionRecipient(requestParameters: CommissionRecipientsApiUpdateCommissionRecipientRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateCommissionRecipientResponseClass, any, {}>>;
357
+ }