@emilgroup/payment-sdk 1.13.1-beta.25 → 1.13.1-beta.26

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 (91) hide show
  1. package/.openapi-generator/FILES +0 -10
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +13 -55
  4. package/api/bank-transaction-api.ts +17 -45
  5. package/api/payment-methods-api.ts +17 -59
  6. package/api/payment-reminders-api.ts +13 -55
  7. package/api/payments-api.ts +17 -59
  8. package/api/refunds-api.ts +17 -45
  9. package/api/tenant-bank-account-api.ts +17 -45
  10. package/api.ts +0 -2
  11. package/dist/api/bank-accounts-api.d.ts +8 -35
  12. package/dist/api/bank-accounts-api.js +11 -29
  13. package/dist/api/bank-transaction-api.d.ts +10 -28
  14. package/dist/api/bank-transaction-api.js +12 -24
  15. package/dist/api/payment-methods-api.d.ts +12 -39
  16. package/dist/api/payment-methods-api.js +14 -32
  17. package/dist/api/payment-reminders-api.d.ts +8 -35
  18. package/dist/api/payment-reminders-api.js +11 -29
  19. package/dist/api/payments-api.d.ts +12 -39
  20. package/dist/api/payments-api.js +14 -32
  21. package/dist/api/refunds-api.d.ts +10 -28
  22. package/dist/api/refunds-api.js +12 -24
  23. package/dist/api/tenant-bank-account-api.d.ts +10 -28
  24. package/dist/api/tenant-bank-account-api.js +12 -24
  25. package/dist/api.d.ts +0 -1
  26. package/dist/api.js +0 -1
  27. package/dist/models/complete-adyen-payment-setup-request-dto.d.ts +0 -1
  28. package/dist/models/complete-adyen-payment-setup-request-dto.js +1 -2
  29. package/dist/models/complete-payment-setup-request-dto.d.ts +0 -7
  30. package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +0 -1
  31. package/dist/models/complete-stripe-payment-setup-request-dto.js +1 -2
  32. package/dist/models/create-payment-reminder-request-dto.d.ts +1 -7
  33. package/dist/models/create-payment-request-dto.d.ts +1 -7
  34. package/dist/models/create-psp-payment-method-request-dto.d.ts +1 -14
  35. package/dist/models/create-psp-payment-method-request-dto.js +1 -2
  36. package/dist/models/deactivated-payment-reminder-class.d.ts +1 -7
  37. package/dist/models/index.d.ts +0 -9
  38. package/dist/models/index.js +0 -9
  39. package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +0 -6
  40. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +0 -6
  41. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +0 -6
  42. package/dist/models/payment-class-without-expand-properties.d.ts +1 -7
  43. package/dist/models/payment-class.d.ts +1 -7
  44. package/dist/models/payment-reminder-class.d.ts +1 -7
  45. package/dist/models/refund-class.d.ts +1 -7
  46. package/models/complete-adyen-payment-setup-request-dto.ts +1 -2
  47. package/models/complete-payment-setup-request-dto.ts +0 -7
  48. package/models/complete-stripe-payment-setup-request-dto.ts +1 -2
  49. package/models/create-payment-reminder-request-dto.ts +1 -7
  50. package/models/create-payment-request-dto.ts +1 -7
  51. package/models/create-psp-payment-method-request-dto.ts +2 -15
  52. package/models/deactivated-payment-reminder-class.ts +1 -7
  53. package/models/index.ts +0 -9
  54. package/models/initiate-adyen-payment-setup-request-dto.ts +0 -6
  55. package/models/initiate-braintree-payment-setup-request-dto.ts +0 -6
  56. package/models/initiate-stripe-payment-setup-request-dto.ts +0 -6
  57. package/models/payment-class-without-expand-properties.ts +1 -7
  58. package/models/payment-class.ts +1 -7
  59. package/models/payment-reminder-class.ts +1 -7
  60. package/models/refund-class.ts +1 -7
  61. package/package.json +1 -1
  62. package/api/bank-orders-api.ts +0 -691
  63. package/dist/api/bank-orders-api.d.ts +0 -393
  64. package/dist/api/bank-orders-api.js +0 -642
  65. package/dist/models/bank-order-class.d.ts +0 -115
  66. package/dist/models/bank-order-class.js +0 -15
  67. package/dist/models/complete-eis-payment-setup-request-dto.d.ts +0 -42
  68. package/dist/models/complete-eis-payment-setup-request-dto.js +0 -15
  69. package/dist/models/create-bank-order-request-dto.d.ts +0 -74
  70. package/dist/models/create-bank-order-request-dto.js +0 -28
  71. package/dist/models/create-bank-order-response-class.d.ts +0 -25
  72. package/dist/models/create-bank-order-response-class.js +0 -15
  73. package/dist/models/financial-account-class.d.ts +0 -111
  74. package/dist/models/financial-account-class.js +0 -24
  75. package/dist/models/get-bank-order-response-class.d.ts +0 -25
  76. package/dist/models/get-bank-order-response-class.js +0 -15
  77. package/dist/models/list-bank-orders-response-class.d.ts +0 -31
  78. package/dist/models/list-bank-orders-response-class.js +0 -15
  79. package/dist/models/update-bank-order-request-dto.d.ts +0 -56
  80. package/dist/models/update-bank-order-request-dto.js +0 -23
  81. package/dist/models/update-bank-order-response-class.d.ts +0 -25
  82. package/dist/models/update-bank-order-response-class.js +0 -15
  83. package/models/bank-order-class.ts +0 -121
  84. package/models/complete-eis-payment-setup-request-dto.ts +0 -48
  85. package/models/create-bank-order-request-dto.ts +0 -84
  86. package/models/create-bank-order-response-class.ts +0 -31
  87. package/models/financial-account-class.ts +0 -120
  88. package/models/get-bank-order-response-class.ts +0 -31
  89. package/models/list-bank-orders-response-class.ts +0 -37
  90. package/models/update-bank-order-request-dto.ts +0 -65
  91. package/models/update-bank-order-response-class.ts +0 -31
@@ -301,17 +301,15 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
301
301
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.bank-accounts.view\"
302
302
  * @summary List bank transactions
303
303
  * @param {string} [authorization] Bearer Token
304
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
305
- * @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.
306
304
  * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
305
+ * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
307
306
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, createdAt, amount</i>
308
307
  * @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: id, createdAt, transactionDate, entryDate</i>
309
308
  * @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/> <i>Allowed values: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<i>
310
- * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
311
309
  * @param {*} [options] Override http request option.
312
310
  * @throws {RequiredError}
313
311
  */
314
- listBankTransactions: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
312
+ listBankTransactions: function (authorization, filter, filters, search, order, expand, options) {
315
313
  if (options === void 0) { options = {}; }
316
314
  return __awaiter(_this, void 0, void 0, function () {
317
315
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -334,15 +332,12 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
334
332
  // authentication bearer required
335
333
  // http bearer authentication required
336
334
  _a.sent();
337
- if (pageSize !== undefined) {
338
- localVarQueryParameter['pageSize'] = pageSize;
339
- }
340
- if (pageToken !== undefined) {
341
- localVarQueryParameter['pageToken'] = pageToken;
342
- }
343
335
  if (filter !== undefined) {
344
336
  localVarQueryParameter['filter'] = filter;
345
337
  }
338
+ if (filters !== undefined) {
339
+ localVarQueryParameter['filters'] = filters;
340
+ }
346
341
  if (search !== undefined) {
347
342
  localVarQueryParameter['search'] = search;
348
343
  }
@@ -352,9 +347,6 @@ var BankTransactionApiAxiosParamCreator = function (configuration) {
352
347
  if (expand !== undefined) {
353
348
  localVarQueryParameter['expand'] = expand;
354
349
  }
355
- if (filters !== undefined) {
356
- localVarQueryParameter['filters'] = filters;
357
- }
358
350
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
359
351
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
360
352
  }
@@ -522,22 +514,20 @@ var BankTransactionApiFp = function (configuration) {
522
514
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.bank-accounts.view\"
523
515
  * @summary List bank transactions
524
516
  * @param {string} [authorization] Bearer Token
525
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
526
- * @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.
527
517
  * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
518
+ * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
528
519
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, createdAt, amount</i>
529
520
  * @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: id, createdAt, transactionDate, entryDate</i>
530
521
  * @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/> <i>Allowed values: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<i>
531
- * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
532
522
  * @param {*} [options] Override http request option.
533
523
  * @throws {RequiredError}
534
524
  */
535
- listBankTransactions: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
525
+ listBankTransactions: function (authorization, filter, filters, search, order, expand, options) {
536
526
  return __awaiter(this, void 0, void 0, function () {
537
527
  var localVarAxiosArgs;
538
528
  return __generator(this, function (_a) {
539
529
  switch (_a.label) {
540
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listBankTransactions(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
530
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listBankTransactions(authorization, filter, filters, search, order, expand, options)];
541
531
  case 1:
542
532
  localVarAxiosArgs = _a.sent();
543
533
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -627,18 +617,16 @@ var BankTransactionApiFactory = function (configuration, basePath, axios) {
627
617
  * Returns a list of bank transactions you have previously created. The bank transactions are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.bank-accounts.view\"
628
618
  * @summary List bank transactions
629
619
  * @param {string} [authorization] Bearer Token
630
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
631
- * @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.
632
620
  * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
621
+ * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
633
622
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: id, createdAt, amount</i>
634
623
  * @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: id, createdAt, transactionDate, entryDate</i>
635
624
  * @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/> <i>Allowed values: bankAccount, transaction, invoiceMatchSuggestions, suggestionGenerationProgress<i>
636
- * @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, bankAccountId, bankAccountNumber, messageReference, amount, currency, transactionReference, transactionDate, entryDate, isLinked</i>
637
625
  * @param {*} [options] Override http request option.
638
626
  * @throws {RequiredError}
639
627
  */
640
- listBankTransactions: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
641
- return localVarFp.listBankTransactions(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
628
+ listBankTransactions: function (authorization, filter, filters, search, order, expand, options) {
629
+ return localVarFp.listBankTransactions(authorization, filter, filters, search, order, expand, options).then(function (request) { return request(axios, basePath); });
642
630
  },
643
631
  /**
644
632
  * Unlinks an already linked bank transaction **Required Permissions** \"payment-management.bank-accounts.update\"
@@ -725,7 +713,7 @@ var BankTransactionApi = /** @class */ (function (_super) {
725
713
  BankTransactionApi.prototype.listBankTransactions = function (requestParameters, options) {
726
714
  var _this = this;
727
715
  if (requestParameters === void 0) { requestParameters = {}; }
728
- return (0, exports.BankTransactionApiFp)(this.configuration).listBankTransactions(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
716
+ return (0, exports.BankTransactionApiFp)(this.configuration).listBankTransactions(requestParameters.authorization, requestParameters.filter, requestParameters.filters, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
729
717
  };
730
718
  /**
731
719
  * Unlinks an already linked bank transaction **Required Permissions** \"payment-management.bank-accounts.update\"
@@ -43,17 +43,14 @@ export declare const PaymentMethodsApiAxiosParamCreator: (configuration?: Config
43
43
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
44
44
  * @summary List payment methods
45
45
  * @param {string} [authorization] Bearer Token
46
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
47
- * @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.
48
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode</i>
49
- * @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
46
+ * @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: code, id, pspCustomerId, psp, type, productSlug</i>
47
+ * @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: code, id, pspCustomerId, psp, type, productSlug</i>
50
48
  * @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: id, createdAt</i>
51
49
  * @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/>
52
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode</i>
53
50
  * @param {*} [options] Override http request option.
54
51
  * @throws {RequiredError}
55
52
  */
56
- listPaymentMethods: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
+ listPaymentMethods: (authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
54
  };
58
55
  /**
59
56
  * PaymentMethodsApi - functional programming interface
@@ -82,17 +79,14 @@ export declare const PaymentMethodsApiFp: (configuration?: Configuration) => {
82
79
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
83
80
  * @summary List payment methods
84
81
  * @param {string} [authorization] Bearer Token
85
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
86
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
87
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
88
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
82
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
83
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
89
84
  * @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: id, createdAt&lt;/i&gt;
90
85
  * @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;
91
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
92
86
  * @param {*} [options] Override http request option.
93
87
  * @throws {RequiredError}
94
88
  */
95
- listPaymentMethods(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentMethodsResponseClass>>;
89
+ listPaymentMethods(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentMethodsResponseClass>>;
96
90
  };
97
91
  /**
98
92
  * PaymentMethodsApi - factory interface
@@ -121,17 +115,14 @@ export declare const PaymentMethodsApiFactory: (configuration?: Configuration, b
121
115
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
122
116
  * @summary List payment methods
123
117
  * @param {string} [authorization] Bearer Token
124
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
125
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
126
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
127
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
118
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
119
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
128
120
  * @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: id, createdAt&lt;/i&gt;
129
121
  * @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;
130
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
131
122
  * @param {*} [options] Override http request option.
132
123
  * @throws {RequiredError}
133
124
  */
134
- listPaymentMethods(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPaymentMethodsResponseClass>;
125
+ listPaymentMethods(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListPaymentMethodsResponseClass>;
135
126
  };
136
127
  /**
137
128
  * Request parameters for createPaymentMethod operation in PaymentMethodsApi.
@@ -184,29 +175,17 @@ export interface PaymentMethodsApiListPaymentMethodsRequest {
184
175
  */
185
176
  readonly authorization?: string;
186
177
  /**
187
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
188
- * @type {number}
189
- * @memberof PaymentMethodsApiListPaymentMethods
190
- */
191
- readonly pageSize?: number;
192
- /**
193
- * 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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
194
- * @type {string}
195
- * @memberof PaymentMethodsApiListPaymentMethods
196
- */
197
- readonly pageToken?: string;
198
- /**
199
- * 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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
178
+ * 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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
200
179
  * @type {string}
201
180
  * @memberof PaymentMethodsApiListPaymentMethods
202
181
  */
203
182
  readonly filter?: string;
204
183
  /**
205
- * To search the list by any field, pass search&#x3D;xxx to fetch the result.
184
+ * 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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
206
185
  * @type {string}
207
186
  * @memberof PaymentMethodsApiListPaymentMethods
208
187
  */
209
- readonly search?: string;
188
+ readonly filters?: string;
210
189
  /**
211
190
  * 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: id, createdAt&lt;/i&gt;
212
191
  * @type {string}
@@ -219,12 +198,6 @@ export interface PaymentMethodsApiListPaymentMethodsRequest {
219
198
  * @memberof PaymentMethodsApiListPaymentMethods
220
199
  */
221
200
  readonly expand?: string;
222
- /**
223
- * 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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
224
- * @type {string}
225
- * @memberof PaymentMethodsApiListPaymentMethods
226
- */
227
- readonly filters?: string;
228
201
  }
229
202
  /**
230
203
  * PaymentMethodsApi - object-oriented interface
@@ -193,17 +193,14 @@ var PaymentMethodsApiAxiosParamCreator = function (configuration) {
193
193
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
194
194
  * @summary List payment methods
195
195
  * @param {string} [authorization] Bearer Token
196
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
197
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
198
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
199
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
196
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
197
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
200
198
  * @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: id, createdAt&lt;/i&gt;
201
199
  * @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;
202
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
203
200
  * @param {*} [options] Override http request option.
204
201
  * @throws {RequiredError}
205
202
  */
206
- listPaymentMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
203
+ listPaymentMethods: function (authorization, filter, filters, order, expand, options) {
207
204
  if (options === void 0) { options = {}; }
208
205
  return __awaiter(_this, void 0, void 0, function () {
209
206
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -226,17 +223,11 @@ var PaymentMethodsApiAxiosParamCreator = function (configuration) {
226
223
  // authentication bearer required
227
224
  // http bearer authentication required
228
225
  _a.sent();
229
- if (pageSize !== undefined) {
230
- localVarQueryParameter['pageSize'] = pageSize;
231
- }
232
- if (pageToken !== undefined) {
233
- localVarQueryParameter['pageToken'] = pageToken;
234
- }
235
226
  if (filter !== undefined) {
236
227
  localVarQueryParameter['filter'] = filter;
237
228
  }
238
- if (search !== undefined) {
239
- localVarQueryParameter['search'] = search;
229
+ if (filters !== undefined) {
230
+ localVarQueryParameter['filters'] = filters;
240
231
  }
241
232
  if (order !== undefined) {
242
233
  localVarQueryParameter['order'] = order;
@@ -244,9 +235,6 @@ var PaymentMethodsApiAxiosParamCreator = function (configuration) {
244
235
  if (expand !== undefined) {
245
236
  localVarQueryParameter['expand'] = expand;
246
237
  }
247
- if (filters !== undefined) {
248
- localVarQueryParameter['filters'] = filters;
249
- }
250
238
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
251
239
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
252
240
  }
@@ -317,22 +305,19 @@ var PaymentMethodsApiFp = function (configuration) {
317
305
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
318
306
  * @summary List payment methods
319
307
  * @param {string} [authorization] Bearer Token
320
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
321
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
322
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
323
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
308
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
309
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
324
310
  * @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: id, createdAt&lt;/i&gt;
325
311
  * @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;
326
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
327
312
  * @param {*} [options] Override http request option.
328
313
  * @throws {RequiredError}
329
314
  */
330
- listPaymentMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
315
+ listPaymentMethods: function (authorization, filter, filters, order, expand, options) {
331
316
  return __awaiter(this, void 0, void 0, function () {
332
317
  var localVarAxiosArgs;
333
318
  return __generator(this, function (_a) {
334
319
  switch (_a.label) {
335
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listPaymentMethods(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
320
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listPaymentMethods(authorization, filter, filters, order, expand, options)];
336
321
  case 1:
337
322
  localVarAxiosArgs = _a.sent();
338
323
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -376,18 +361,15 @@ var PaymentMethodsApiFactory = function (configuration, basePath, axios) {
376
361
  * Returns a list of payment methods you have previously created. The payment methods are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.payments.view\"
377
362
  * @summary List payment methods
378
363
  * @param {string} [authorization] Bearer Token
379
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
380
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
381
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
382
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
364
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
365
+ * @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: code, id, pspCustomerId, psp, type, productSlug&lt;/i&gt;
383
366
  * @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: id, createdAt&lt;/i&gt;
384
367
  * @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;
385
- * @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: code, id, pspCustomerId, psp, type, productSlug, accountCode, partnerCode&lt;/i&gt;
386
368
  * @param {*} [options] Override http request option.
387
369
  * @throws {RequiredError}
388
370
  */
389
- listPaymentMethods: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
390
- return localVarFp.listPaymentMethods(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
371
+ listPaymentMethods: function (authorization, filter, filters, order, expand, options) {
372
+ return localVarFp.listPaymentMethods(authorization, filter, filters, order, expand, options).then(function (request) { return request(axios, basePath); });
391
373
  },
392
374
  };
393
375
  };
@@ -438,7 +420,7 @@ var PaymentMethodsApi = /** @class */ (function (_super) {
438
420
  PaymentMethodsApi.prototype.listPaymentMethods = function (requestParameters, options) {
439
421
  var _this = this;
440
422
  if (requestParameters === void 0) { requestParameters = {}; }
441
- return (0, exports.PaymentMethodsApiFp)(this.configuration).listPaymentMethods(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
423
+ return (0, exports.PaymentMethodsApiFp)(this.configuration).listPaymentMethods(requestParameters.authorization, requestParameters.filter, requestParameters.filters, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
442
424
  };
443
425
  return PaymentMethodsApi;
444
426
  }(base_1.BaseAPI));
@@ -55,17 +55,14 @@ export declare const PaymentRemindersApiAxiosParamCreator: (configuration?: Conf
55
55
  * Returns a list of payment reminders you have previously created. The payment reminders are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.reminders.view\"
56
56
  * @summary List payment reminders
57
57
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
58
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
60
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: code, id, policyCode, nextReminderDate&lt;/i&gt;
61
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
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: code, id, policyCode, nextReminderDate&lt;/i&gt;
62
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: id, createdAt, updatedAt&lt;/i&gt;
63
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;
64
- * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
65
62
  * @param {*} [options] Override http request option.
66
63
  * @throws {RequiredError}
67
64
  */
68
- listPaymentReminders: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
65
+ listPaymentReminders: (authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
69
66
  };
70
67
  /**
71
68
  * PaymentRemindersApi - functional programming interface
@@ -104,17 +101,14 @@ export declare const PaymentRemindersApiFp: (configuration?: Configuration) => {
104
101
  * Returns a list of payment reminders you have previously created. The payment reminders are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.reminders.view\"
105
102
  * @summary List payment reminders
106
103
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
107
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
108
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
109
104
  * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
110
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
105
+ * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
111
106
  * @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: id, createdAt, updatedAt&lt;/i&gt;
112
107
  * @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;
113
- * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
114
108
  * @param {*} [options] Override http request option.
115
109
  * @throws {RequiredError}
116
110
  */
117
- listPaymentReminders(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentRemindersResponseClass>>;
111
+ listPaymentReminders(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentRemindersResponseClass>>;
118
112
  };
119
113
  /**
120
114
  * PaymentRemindersApi - factory interface
@@ -153,17 +147,14 @@ export declare const PaymentRemindersApiFactory: (configuration?: Configuration,
153
147
  * Returns a list of payment reminders you have previously created. The payment reminders are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"payment-management.reminders.view\"
154
148
  * @summary List payment reminders
155
149
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
156
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
157
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
158
150
  * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
159
- * @param {string} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
151
+ * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
160
152
  * @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: id, createdAt, updatedAt&lt;/i&gt;
161
153
  * @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;
162
- * @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: code, id, policyCode, nextReminderDate&lt;/i&gt;
163
154
  * @param {*} [options] Override http request option.
164
155
  * @throws {RequiredError}
165
156
  */
166
- listPaymentReminders(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListPaymentRemindersResponseClass>;
157
+ listPaymentReminders(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListPaymentRemindersResponseClass>;
167
158
  };
168
159
  /**
169
160
  * Request parameters for createPaymentReminder operation in PaymentRemindersApi.
@@ -240,18 +231,6 @@ export interface PaymentRemindersApiListPaymentRemindersRequest {
240
231
  * @memberof PaymentRemindersApiListPaymentReminders
241
232
  */
242
233
  readonly authorization?: string;
243
- /**
244
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
245
- * @type {number}
246
- * @memberof PaymentRemindersApiListPaymentReminders
247
- */
248
- readonly pageSize?: number;
249
- /**
250
- * 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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
251
- * @type {string}
252
- * @memberof PaymentRemindersApiListPaymentReminders
253
- */
254
- readonly pageToken?: string;
255
234
  /**
256
235
  * 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: code, id, policyCode, nextReminderDate&lt;/i&gt;
257
236
  * @type {string}
@@ -259,11 +238,11 @@ export interface PaymentRemindersApiListPaymentRemindersRequest {
259
238
  */
260
239
  readonly filter?: string;
261
240
  /**
262
- * To search the list by any field, pass search&#x3D;xxx to fetch the result.
241
+ * 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: code, id, policyCode, nextReminderDate&lt;/i&gt;
263
242
  * @type {string}
264
243
  * @memberof PaymentRemindersApiListPaymentReminders
265
244
  */
266
- readonly search?: string;
245
+ readonly filters?: string;
267
246
  /**
268
247
  * 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: id, createdAt, updatedAt&lt;/i&gt;
269
248
  * @type {string}
@@ -276,12 +255,6 @@ export interface PaymentRemindersApiListPaymentRemindersRequest {
276
255
  * @memberof PaymentRemindersApiListPaymentReminders
277
256
  */
278
257
  readonly expand?: string;
279
- /**
280
- * 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: code, id, policyCode, nextReminderDate&lt;/i&gt;
281
- * @type {string}
282
- * @memberof PaymentRemindersApiListPaymentReminders
283
- */
284
- readonly filters?: string;
285
258
  }
286
259
  /**
287
260
  * PaymentRemindersApi - object-oriented interface