@emilgroup/payment-sdk-node 1.23.1-beta.11 → 1.23.1-beta.12
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/payment-requests-api.ts +8 -8
- package/dist/api/payment-requests-api.d.ts +8 -8
- package/dist/api/payment-requests-api.js +6 -6
- package/dist/models/create-payment-request-request-dto.d.ts +37 -6
- package/dist/models/create-payment-request-request-dto.js +8 -2
- package/dist/models/payment-request-class.d.ts +37 -6
- package/dist/models/payment-request-class.js +8 -2
- package/models/create-payment-request-request-dto.ts +38 -6
- package/models/payment-request-class.ts +38 -6
- 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/payment-sdk-node@1.23.1-beta.
|
|
20
|
+
npm install @emilgroup/payment-sdk-node@1.23.1-beta.12 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/payment-sdk-node@1.23.1-beta.
|
|
24
|
+
yarn add @emilgroup/payment-sdk-node@1.23.1-beta.12
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `PaymentsApi`.
|
|
@@ -192,11 +192,11 @@ export const PaymentRequestsApiAxiosParamCreator = function (configuration?: Con
|
|
|
192
192
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
193
193
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
194
194
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
195
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
195
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
196
196
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
197
197
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
198
198
|
* @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.<br/> <br/>
|
|
199
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
199
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
200
200
|
* @param {*} [options] Override http request option.
|
|
201
201
|
* @throws {RequiredError}
|
|
202
202
|
*/
|
|
@@ -366,11 +366,11 @@ export const PaymentRequestsApiFp = function(configuration?: Configuration) {
|
|
|
366
366
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
367
367
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
368
368
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
369
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
369
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
370
370
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
371
371
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
372
372
|
* @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.<br/> <br/>
|
|
373
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
373
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
374
374
|
* @param {*} [options] Override http request option.
|
|
375
375
|
* @throws {RequiredError}
|
|
376
376
|
*/
|
|
@@ -441,11 +441,11 @@ export const PaymentRequestsApiFactory = function (configuration?: Configuration
|
|
|
441
441
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
442
442
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
443
443
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
444
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
444
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
445
445
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
446
446
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
447
447
|
* @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.<br/> <br/>
|
|
448
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
448
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
450
450
|
* @throws {RequiredError}
|
|
451
451
|
*/
|
|
@@ -565,7 +565,7 @@ export interface PaymentRequestsApiListPaymentRequestsRequest {
|
|
|
565
565
|
readonly pageToken?: string
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
568
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
569
569
|
* @type {string}
|
|
570
570
|
* @memberof PaymentRequestsApiListPaymentRequests
|
|
571
571
|
*/
|
|
@@ -593,7 +593,7 @@ export interface PaymentRequestsApiListPaymentRequestsRequest {
|
|
|
593
593
|
readonly expand?: string
|
|
594
594
|
|
|
595
595
|
/**
|
|
596
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
596
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
597
597
|
* @type {string}
|
|
598
598
|
* @memberof PaymentRequestsApiListPaymentRequests
|
|
599
599
|
*/
|
|
@@ -57,11 +57,11 @@ export declare const PaymentRequestsApiAxiosParamCreator: (configuration?: Confi
|
|
|
57
57
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
58
58
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
59
59
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
60
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
60
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
61
61
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
62
62
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
63
63
|
* @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.<br/> <br/>
|
|
64
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
64
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
@@ -116,11 +116,11 @@ export declare const PaymentRequestsApiFp: (configuration?: Configuration) => {
|
|
|
116
116
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
117
117
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
118
118
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
119
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
119
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
120
120
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
121
121
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
122
122
|
* @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.<br/> <br/>
|
|
123
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
123
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
124
124
|
* @param {*} [options] Override http request option.
|
|
125
125
|
* @throws {RequiredError}
|
|
126
126
|
*/
|
|
@@ -175,11 +175,11 @@ export declare const PaymentRequestsApiFactory: (configuration?: Configuration,
|
|
|
175
175
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
176
176
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
177
177
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
178
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
178
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
179
179
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
180
180
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
181
181
|
* @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.<br/> <br/>
|
|
182
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
182
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
183
183
|
* @param {*} [options] Override http request option.
|
|
184
184
|
* @throws {RequiredError}
|
|
185
185
|
*/
|
|
@@ -283,7 +283,7 @@ export interface PaymentRequestsApiListPaymentRequestsRequest {
|
|
|
283
283
|
*/
|
|
284
284
|
readonly pageToken?: string;
|
|
285
285
|
/**
|
|
286
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
286
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
287
287
|
* @type {string}
|
|
288
288
|
* @memberof PaymentRequestsApiListPaymentRequests
|
|
289
289
|
*/
|
|
@@ -307,7 +307,7 @@ export interface PaymentRequestsApiListPaymentRequestsRequest {
|
|
|
307
307
|
*/
|
|
308
308
|
readonly expand?: string;
|
|
309
309
|
/**
|
|
310
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
310
|
+
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
311
311
|
* @type {string}
|
|
312
312
|
* @memberof PaymentRequestsApiListPaymentRequests
|
|
313
313
|
*/
|
|
@@ -253,11 +253,11 @@ var PaymentRequestsApiAxiosParamCreator = function (configuration) {
|
|
|
253
253
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
254
254
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
255
255
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
256
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
256
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
257
257
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
258
258
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
259
259
|
* @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.<br/> <br/>
|
|
260
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
260
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
261
261
|
* @param {*} [options] Override http request option.
|
|
262
262
|
* @throws {RequiredError}
|
|
263
263
|
*/
|
|
@@ -452,11 +452,11 @@ var PaymentRequestsApiFp = function (configuration) {
|
|
|
452
452
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
453
453
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
454
454
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
455
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
455
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
456
456
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
457
457
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
458
458
|
* @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.<br/> <br/>
|
|
459
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
459
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
460
460
|
* @param {*} [options] Override http request option.
|
|
461
461
|
* @throws {RequiredError}
|
|
462
462
|
*/
|
|
@@ -545,11 +545,11 @@ var PaymentRequestsApiFactory = function (configuration, basePath, axios) {
|
|
|
545
545
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
546
546
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
547
547
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
548
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code,
|
|
548
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
549
549
|
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
550
550
|
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: createdAt</i>
|
|
551
551
|
* @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.<br/> <br/>
|
|
552
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code,
|
|
552
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, status, direction, financialEntityType, domainEntityType, paymentMethodPsp, paymentMethodType, createdAt</i>
|
|
553
553
|
* @param {*} [options] Override http request option.
|
|
554
554
|
* @throws {RequiredError}
|
|
555
555
|
*/
|
|
@@ -34,17 +34,41 @@ export interface CreatePaymentRequestRequestDto {
|
|
|
34
34
|
*/
|
|
35
35
|
'direction': CreatePaymentRequestRequestDtoDirectionEnum;
|
|
36
36
|
/**
|
|
37
|
-
* Code of the
|
|
37
|
+
* Code of the financial entity (e.g., invoice code, claim adjustment code) that this payment request is associated with.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof CreatePaymentRequestRequestDto
|
|
40
40
|
*/
|
|
41
|
-
'
|
|
41
|
+
'financialEntityCode': string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Number of the financial entity (e.g., invoice number, claim adjustment number).
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof CreatePaymentRequestRequestDto
|
|
46
46
|
*/
|
|
47
|
-
'
|
|
47
|
+
'financialEntityNumber': string;
|
|
48
|
+
/**
|
|
49
|
+
* Type of the financial entity (e.g., invoice, claim_adjustment).
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'financialEntityType': CreatePaymentRequestRequestDtoFinancialEntityTypeEnum;
|
|
54
|
+
/**
|
|
55
|
+
* Code of the domain entity (e.g., policy code, claim code) that this payment request is associated with.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
58
|
+
*/
|
|
59
|
+
'domainEntityCode': string;
|
|
60
|
+
/**
|
|
61
|
+
* Number of the domain entity (e.g., policy number, claim number).
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
64
|
+
*/
|
|
65
|
+
'domainEntityNumber': string;
|
|
66
|
+
/**
|
|
67
|
+
* Type of the domain entity (e.g., policy, claim).
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
70
|
+
*/
|
|
71
|
+
'domainEntityType': CreatePaymentRequestRequestDtoDomainEntityTypeEnum;
|
|
48
72
|
/**
|
|
49
73
|
* Code of the payment method to be used for this payment request. If not provided, a default payment method may be selected.
|
|
50
74
|
* @type {string}
|
|
@@ -63,10 +87,17 @@ export declare const CreatePaymentRequestRequestDtoDirectionEnum: {
|
|
|
63
87
|
readonly Disburse: "disburse";
|
|
64
88
|
};
|
|
65
89
|
export type CreatePaymentRequestRequestDtoDirectionEnum = typeof CreatePaymentRequestRequestDtoDirectionEnum[keyof typeof CreatePaymentRequestRequestDtoDirectionEnum];
|
|
66
|
-
export declare const
|
|
90
|
+
export declare const CreatePaymentRequestRequestDtoFinancialEntityTypeEnum: {
|
|
91
|
+
readonly ClaimAdjustment: "claim_adjustment";
|
|
92
|
+
readonly CommissionSettlement: "commission_settlement";
|
|
93
|
+
readonly Invoice: "invoice";
|
|
94
|
+
readonly Other: "other";
|
|
95
|
+
};
|
|
96
|
+
export type CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum];
|
|
97
|
+
export declare const CreatePaymentRequestRequestDtoDomainEntityTypeEnum: {
|
|
67
98
|
readonly Other: "other";
|
|
68
99
|
readonly Claim: "claim";
|
|
69
100
|
readonly Premium: "premium";
|
|
70
101
|
readonly Commission: "commission";
|
|
71
102
|
};
|
|
72
|
-
export type
|
|
103
|
+
export type CreatePaymentRequestRequestDtoDomainEntityTypeEnum = typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum];
|
|
@@ -13,12 +13,18 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.CreatePaymentRequestRequestDtoDomainEntityTypeEnum = exports.CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = exports.CreatePaymentRequestRequestDtoDirectionEnum = void 0;
|
|
17
17
|
exports.CreatePaymentRequestRequestDtoDirectionEnum = {
|
|
18
18
|
Collect: 'collect',
|
|
19
19
|
Disburse: 'disburse'
|
|
20
20
|
};
|
|
21
|
-
exports.
|
|
21
|
+
exports.CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = {
|
|
22
|
+
ClaimAdjustment: 'claim_adjustment',
|
|
23
|
+
CommissionSettlement: 'commission_settlement',
|
|
24
|
+
Invoice: 'invoice',
|
|
25
|
+
Other: 'other'
|
|
26
|
+
};
|
|
27
|
+
exports.CreatePaymentRequestRequestDtoDomainEntityTypeEnum = {
|
|
22
28
|
Other: 'other',
|
|
23
29
|
Claim: 'claim',
|
|
24
30
|
Premium: 'premium',
|
|
@@ -46,17 +46,41 @@ export interface PaymentRequestClass {
|
|
|
46
46
|
*/
|
|
47
47
|
'direction': PaymentRequestClassDirectionEnum;
|
|
48
48
|
/**
|
|
49
|
-
* Code of the
|
|
49
|
+
* Code of the financial entity (e.g., invoice code, claim adjustment code) that this payment request is associated with.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof PaymentRequestClass
|
|
52
52
|
*/
|
|
53
|
-
'
|
|
53
|
+
'financialEntityCode': string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Number of the financial entity (e.g., invoice number, claim adjustment number).
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof PaymentRequestClass
|
|
58
58
|
*/
|
|
59
|
-
'
|
|
59
|
+
'financialEntityNumber': string;
|
|
60
|
+
/**
|
|
61
|
+
* Type of the financial entity (e.g., invoice, claim_adjustment).
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof PaymentRequestClass
|
|
64
|
+
*/
|
|
65
|
+
'financialEntityType': PaymentRequestClassFinancialEntityTypeEnum;
|
|
66
|
+
/**
|
|
67
|
+
* Code of the domain entity (e.g., policy code, claim code) that this payment request is associated with.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof PaymentRequestClass
|
|
70
|
+
*/
|
|
71
|
+
'domainEntityCode': string;
|
|
72
|
+
/**
|
|
73
|
+
* Number of the domain entity (e.g., policy number, claim number).
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof PaymentRequestClass
|
|
76
|
+
*/
|
|
77
|
+
'domainEntityNumber': string;
|
|
78
|
+
/**
|
|
79
|
+
* Type of the domain entity (e.g., policy, claim).
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof PaymentRequestClass
|
|
82
|
+
*/
|
|
83
|
+
'domainEntityType': PaymentRequestClassDomainEntityTypeEnum;
|
|
60
84
|
/**
|
|
61
85
|
* Current status of the payment request. Valid statuses: open, approved, pending, succeeded, failed, withdrawn.
|
|
62
86
|
* @type {string}
|
|
@@ -93,13 +117,20 @@ export declare const PaymentRequestClassDirectionEnum: {
|
|
|
93
117
|
readonly Disburse: "disburse";
|
|
94
118
|
};
|
|
95
119
|
export type PaymentRequestClassDirectionEnum = typeof PaymentRequestClassDirectionEnum[keyof typeof PaymentRequestClassDirectionEnum];
|
|
96
|
-
export declare const
|
|
120
|
+
export declare const PaymentRequestClassFinancialEntityTypeEnum: {
|
|
121
|
+
readonly ClaimAdjustment: "claim_adjustment";
|
|
122
|
+
readonly CommissionSettlement: "commission_settlement";
|
|
123
|
+
readonly Invoice: "invoice";
|
|
124
|
+
readonly Other: "other";
|
|
125
|
+
};
|
|
126
|
+
export type PaymentRequestClassFinancialEntityTypeEnum = typeof PaymentRequestClassFinancialEntityTypeEnum[keyof typeof PaymentRequestClassFinancialEntityTypeEnum];
|
|
127
|
+
export declare const PaymentRequestClassDomainEntityTypeEnum: {
|
|
97
128
|
readonly Other: "other";
|
|
98
129
|
readonly Claim: "claim";
|
|
99
130
|
readonly Premium: "premium";
|
|
100
131
|
readonly Commission: "commission";
|
|
101
132
|
};
|
|
102
|
-
export type
|
|
133
|
+
export type PaymentRequestClassDomainEntityTypeEnum = typeof PaymentRequestClassDomainEntityTypeEnum[keyof typeof PaymentRequestClassDomainEntityTypeEnum];
|
|
103
134
|
export declare const PaymentRequestClassStatusEnum: {
|
|
104
135
|
readonly Open: "open";
|
|
105
136
|
readonly Approved: "approved";
|
|
@@ -13,12 +13,18 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.PaymentRequestClassStatusEnum = exports.
|
|
16
|
+
exports.PaymentRequestClassStatusEnum = exports.PaymentRequestClassDomainEntityTypeEnum = exports.PaymentRequestClassFinancialEntityTypeEnum = exports.PaymentRequestClassDirectionEnum = void 0;
|
|
17
17
|
exports.PaymentRequestClassDirectionEnum = {
|
|
18
18
|
Collect: 'collect',
|
|
19
19
|
Disburse: 'disburse'
|
|
20
20
|
};
|
|
21
|
-
exports.
|
|
21
|
+
exports.PaymentRequestClassFinancialEntityTypeEnum = {
|
|
22
|
+
ClaimAdjustment: 'claim_adjustment',
|
|
23
|
+
CommissionSettlement: 'commission_settlement',
|
|
24
|
+
Invoice: 'invoice',
|
|
25
|
+
Other: 'other'
|
|
26
|
+
};
|
|
27
|
+
exports.PaymentRequestClassDomainEntityTypeEnum = {
|
|
22
28
|
Other: 'other',
|
|
23
29
|
Claim: 'claim',
|
|
24
30
|
Premium: 'premium',
|
|
@@ -39,17 +39,41 @@ export interface CreatePaymentRequestRequestDto {
|
|
|
39
39
|
*/
|
|
40
40
|
'direction': CreatePaymentRequestRequestDtoDirectionEnum;
|
|
41
41
|
/**
|
|
42
|
-
* Code of the
|
|
42
|
+
* Code of the financial entity (e.g., invoice code, claim adjustment code) that this payment request is associated with.
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof CreatePaymentRequestRequestDto
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'financialEntityCode': string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Number of the financial entity (e.g., invoice number, claim adjustment number).
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof CreatePaymentRequestRequestDto
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'financialEntityNumber': string;
|
|
53
|
+
/**
|
|
54
|
+
* Type of the financial entity (e.g., invoice, claim_adjustment).
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
57
|
+
*/
|
|
58
|
+
'financialEntityType': CreatePaymentRequestRequestDtoFinancialEntityTypeEnum;
|
|
59
|
+
/**
|
|
60
|
+
* Code of the domain entity (e.g., policy code, claim code) that this payment request is associated with.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
63
|
+
*/
|
|
64
|
+
'domainEntityCode': string;
|
|
65
|
+
/**
|
|
66
|
+
* Number of the domain entity (e.g., policy number, claim number).
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
69
|
+
*/
|
|
70
|
+
'domainEntityNumber': string;
|
|
71
|
+
/**
|
|
72
|
+
* Type of the domain entity (e.g., policy, claim).
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof CreatePaymentRequestRequestDto
|
|
75
|
+
*/
|
|
76
|
+
'domainEntityType': CreatePaymentRequestRequestDtoDomainEntityTypeEnum;
|
|
53
77
|
/**
|
|
54
78
|
* Code of the payment method to be used for this payment request. If not provided, a default payment method may be selected.
|
|
55
79
|
* @type {string}
|
|
@@ -70,13 +94,21 @@ export const CreatePaymentRequestRequestDtoDirectionEnum = {
|
|
|
70
94
|
} as const;
|
|
71
95
|
|
|
72
96
|
export type CreatePaymentRequestRequestDtoDirectionEnum = typeof CreatePaymentRequestRequestDtoDirectionEnum[keyof typeof CreatePaymentRequestRequestDtoDirectionEnum];
|
|
73
|
-
export const
|
|
97
|
+
export const CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = {
|
|
98
|
+
ClaimAdjustment: 'claim_adjustment',
|
|
99
|
+
CommissionSettlement: 'commission_settlement',
|
|
100
|
+
Invoice: 'invoice',
|
|
101
|
+
Other: 'other'
|
|
102
|
+
} as const;
|
|
103
|
+
|
|
104
|
+
export type CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum];
|
|
105
|
+
export const CreatePaymentRequestRequestDtoDomainEntityTypeEnum = {
|
|
74
106
|
Other: 'other',
|
|
75
107
|
Claim: 'claim',
|
|
76
108
|
Premium: 'premium',
|
|
77
109
|
Commission: 'commission'
|
|
78
110
|
} as const;
|
|
79
111
|
|
|
80
|
-
export type
|
|
112
|
+
export type CreatePaymentRequestRequestDtoDomainEntityTypeEnum = typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum];
|
|
81
113
|
|
|
82
114
|
|
|
@@ -51,17 +51,41 @@ export interface PaymentRequestClass {
|
|
|
51
51
|
*/
|
|
52
52
|
'direction': PaymentRequestClassDirectionEnum;
|
|
53
53
|
/**
|
|
54
|
-
* Code of the
|
|
54
|
+
* Code of the financial entity (e.g., invoice code, claim adjustment code) that this payment request is associated with.
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof PaymentRequestClass
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'financialEntityCode': string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Number of the financial entity (e.g., invoice number, claim adjustment number).
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof PaymentRequestClass
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'financialEntityNumber': string;
|
|
65
|
+
/**
|
|
66
|
+
* Type of the financial entity (e.g., invoice, claim_adjustment).
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof PaymentRequestClass
|
|
69
|
+
*/
|
|
70
|
+
'financialEntityType': PaymentRequestClassFinancialEntityTypeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* Code of the domain entity (e.g., policy code, claim code) that this payment request is associated with.
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof PaymentRequestClass
|
|
75
|
+
*/
|
|
76
|
+
'domainEntityCode': string;
|
|
77
|
+
/**
|
|
78
|
+
* Number of the domain entity (e.g., policy number, claim number).
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof PaymentRequestClass
|
|
81
|
+
*/
|
|
82
|
+
'domainEntityNumber': string;
|
|
83
|
+
/**
|
|
84
|
+
* Type of the domain entity (e.g., policy, claim).
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof PaymentRequestClass
|
|
87
|
+
*/
|
|
88
|
+
'domainEntityType': PaymentRequestClassDomainEntityTypeEnum;
|
|
65
89
|
/**
|
|
66
90
|
* Current status of the payment request. Valid statuses: open, approved, pending, succeeded, failed, withdrawn.
|
|
67
91
|
* @type {string}
|
|
@@ -100,14 +124,22 @@ export const PaymentRequestClassDirectionEnum = {
|
|
|
100
124
|
} as const;
|
|
101
125
|
|
|
102
126
|
export type PaymentRequestClassDirectionEnum = typeof PaymentRequestClassDirectionEnum[keyof typeof PaymentRequestClassDirectionEnum];
|
|
103
|
-
export const
|
|
127
|
+
export const PaymentRequestClassFinancialEntityTypeEnum = {
|
|
128
|
+
ClaimAdjustment: 'claim_adjustment',
|
|
129
|
+
CommissionSettlement: 'commission_settlement',
|
|
130
|
+
Invoice: 'invoice',
|
|
131
|
+
Other: 'other'
|
|
132
|
+
} as const;
|
|
133
|
+
|
|
134
|
+
export type PaymentRequestClassFinancialEntityTypeEnum = typeof PaymentRequestClassFinancialEntityTypeEnum[keyof typeof PaymentRequestClassFinancialEntityTypeEnum];
|
|
135
|
+
export const PaymentRequestClassDomainEntityTypeEnum = {
|
|
104
136
|
Other: 'other',
|
|
105
137
|
Claim: 'claim',
|
|
106
138
|
Premium: 'premium',
|
|
107
139
|
Commission: 'commission'
|
|
108
140
|
} as const;
|
|
109
141
|
|
|
110
|
-
export type
|
|
142
|
+
export type PaymentRequestClassDomainEntityTypeEnum = typeof PaymentRequestClassDomainEntityTypeEnum[keyof typeof PaymentRequestClassDomainEntityTypeEnum];
|
|
111
143
|
export const PaymentRequestClassStatusEnum = {
|
|
112
144
|
Open: 'open',
|
|
113
145
|
Approved: 'approved',
|