@emilgroup/payment-sdk 1.13.1-beta.24 → 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 (79) hide show
  1. package/.openapi-generator/FILES +0 -9
  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/create-payment-reminder-request-dto.d.ts +1 -7
  28. package/dist/models/create-payment-request-dto.d.ts +1 -7
  29. package/dist/models/create-psp-payment-method-request-dto.d.ts +1 -7
  30. package/dist/models/deactivated-payment-reminder-class.d.ts +1 -7
  31. package/dist/models/index.d.ts +0 -8
  32. package/dist/models/index.js +0 -8
  33. package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +0 -6
  34. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +0 -6
  35. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +0 -6
  36. package/dist/models/payment-class-without-expand-properties.d.ts +1 -7
  37. package/dist/models/payment-class.d.ts +1 -7
  38. package/dist/models/payment-reminder-class.d.ts +1 -7
  39. package/dist/models/refund-class.d.ts +1 -7
  40. package/models/create-payment-reminder-request-dto.ts +1 -7
  41. package/models/create-payment-request-dto.ts +1 -7
  42. package/models/create-psp-payment-method-request-dto.ts +1 -7
  43. package/models/deactivated-payment-reminder-class.ts +1 -7
  44. package/models/index.ts +0 -8
  45. package/models/initiate-adyen-payment-setup-request-dto.ts +0 -6
  46. package/models/initiate-braintree-payment-setup-request-dto.ts +0 -6
  47. package/models/initiate-stripe-payment-setup-request-dto.ts +0 -6
  48. package/models/payment-class-without-expand-properties.ts +1 -7
  49. package/models/payment-class.ts +1 -7
  50. package/models/payment-reminder-class.ts +1 -7
  51. package/models/refund-class.ts +1 -7
  52. package/package.json +1 -1
  53. package/api/bank-orders-api.ts +0 -691
  54. package/dist/api/bank-orders-api.d.ts +0 -393
  55. package/dist/api/bank-orders-api.js +0 -642
  56. package/dist/models/bank-order-class.d.ts +0 -115
  57. package/dist/models/bank-order-class.js +0 -15
  58. package/dist/models/create-bank-order-request-dto.d.ts +0 -74
  59. package/dist/models/create-bank-order-request-dto.js +0 -28
  60. package/dist/models/create-bank-order-response-class.d.ts +0 -25
  61. package/dist/models/create-bank-order-response-class.js +0 -15
  62. package/dist/models/financial-account-class.d.ts +0 -111
  63. package/dist/models/financial-account-class.js +0 -24
  64. package/dist/models/get-bank-order-response-class.d.ts +0 -25
  65. package/dist/models/get-bank-order-response-class.js +0 -15
  66. package/dist/models/list-bank-orders-response-class.d.ts +0 -31
  67. package/dist/models/list-bank-orders-response-class.js +0 -15
  68. package/dist/models/update-bank-order-request-dto.d.ts +0 -56
  69. package/dist/models/update-bank-order-request-dto.js +0 -23
  70. package/dist/models/update-bank-order-response-class.d.ts +0 -25
  71. package/dist/models/update-bank-order-response-class.js +0 -15
  72. package/models/bank-order-class.ts +0 -121
  73. package/models/create-bank-order-request-dto.ts +0 -84
  74. package/models/create-bank-order-response-class.ts +0 -31
  75. package/models/financial-account-class.ts +0 -120
  76. package/models/get-bank-order-response-class.ts +0 -31
  77. package/models/list-bank-orders-response-class.ts +0 -37
  78. package/models/update-bank-order-request-dto.ts +0 -65
  79. package/models/update-bank-order-response-class.ts +0 -31
@@ -197,17 +197,15 @@ var RefundsApiAxiosParamCreator = function (configuration) {
197
197
  * Returns a list of refunds you have previously created. The refunds 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\"
198
198
  * @summary List refunds
199
199
  * @param {string} [authorization] Bearer Token
200
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
201
- * @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.
202
200
  * @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, status, reason, psp, accountCode, invoiceCode</i>
201
+ * @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, status, reason, psp, accountCode, invoiceCode</i>
203
202
  * @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, updatedAt, amount, psp, accountCode, invoiceCode, reason, status</i>
204
203
  * @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, updatedAt, amount</i>
205
204
  * @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: refundItems<i>
206
- * @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, status, reason, psp, accountCode, invoiceCode</i>
207
205
  * @param {*} [options] Override http request option.
208
206
  * @throws {RequiredError}
209
207
  */
210
- listRefunds: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
208
+ listRefunds: function (authorization, filter, filters, search, order, expand, options) {
211
209
  if (options === void 0) { options = {}; }
212
210
  return __awaiter(_this, void 0, void 0, function () {
213
211
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -230,15 +228,12 @@ var RefundsApiAxiosParamCreator = function (configuration) {
230
228
  // authentication bearer required
231
229
  // http bearer authentication required
232
230
  _a.sent();
233
- if (pageSize !== undefined) {
234
- localVarQueryParameter['pageSize'] = pageSize;
235
- }
236
- if (pageToken !== undefined) {
237
- localVarQueryParameter['pageToken'] = pageToken;
238
- }
239
231
  if (filter !== undefined) {
240
232
  localVarQueryParameter['filter'] = filter;
241
233
  }
234
+ if (filters !== undefined) {
235
+ localVarQueryParameter['filters'] = filters;
236
+ }
242
237
  if (search !== undefined) {
243
238
  localVarQueryParameter['search'] = search;
244
239
  }
@@ -248,9 +243,6 @@ var RefundsApiAxiosParamCreator = function (configuration) {
248
243
  if (expand !== undefined) {
249
244
  localVarQueryParameter['expand'] = expand;
250
245
  }
251
- if (filters !== undefined) {
252
- localVarQueryParameter['filters'] = filters;
253
- }
254
246
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
255
247
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
256
248
  }
@@ -322,22 +314,20 @@ var RefundsApiFp = function (configuration) {
322
314
  * Returns a list of refunds you have previously created. The refunds 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\"
323
315
  * @summary List refunds
324
316
  * @param {string} [authorization] Bearer Token
325
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
326
- * @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.
327
317
  * @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, status, reason, psp, accountCode, invoiceCode</i>
318
+ * @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, status, reason, psp, accountCode, invoiceCode</i>
328
319
  * @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, updatedAt, amount, psp, accountCode, invoiceCode, reason, status</i>
329
320
  * @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, updatedAt, amount</i>
330
321
  * @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: refundItems<i>
331
- * @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, status, reason, psp, accountCode, invoiceCode</i>
332
322
  * @param {*} [options] Override http request option.
333
323
  * @throws {RequiredError}
334
324
  */
335
- listRefunds: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
325
+ listRefunds: function (authorization, filter, filters, search, order, expand, options) {
336
326
  return __awaiter(this, void 0, void 0, function () {
337
327
  var localVarAxiosArgs;
338
328
  return __generator(this, function (_a) {
339
329
  switch (_a.label) {
340
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listRefunds(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
330
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listRefunds(authorization, filter, filters, search, order, expand, options)];
341
331
  case 1:
342
332
  localVarAxiosArgs = _a.sent();
343
333
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -382,18 +372,16 @@ var RefundsApiFactory = function (configuration, basePath, axios) {
382
372
  * Returns a list of refunds you have previously created. The refunds 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\"
383
373
  * @summary List refunds
384
374
  * @param {string} [authorization] Bearer Token
385
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
386
- * @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.
387
375
  * @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, status, reason, psp, accountCode, invoiceCode</i>
376
+ * @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, status, reason, psp, accountCode, invoiceCode</i>
388
377
  * @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, updatedAt, amount, psp, accountCode, invoiceCode, reason, status</i>
389
378
  * @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, updatedAt, amount</i>
390
379
  * @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: refundItems<i>
391
- * @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, status, reason, psp, accountCode, invoiceCode</i>
392
380
  * @param {*} [options] Override http request option.
393
381
  * @throws {RequiredError}
394
382
  */
395
- listRefunds: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
396
- return localVarFp.listRefunds(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
383
+ listRefunds: function (authorization, filter, filters, search, order, expand, options) {
384
+ return localVarFp.listRefunds(authorization, filter, filters, search, order, expand, options).then(function (request) { return request(axios, basePath); });
397
385
  },
398
386
  };
399
387
  };
@@ -444,7 +432,7 @@ var RefundsApi = /** @class */ (function (_super) {
444
432
  RefundsApi.prototype.listRefunds = function (requestParameters, options) {
445
433
  var _this = this;
446
434
  if (requestParameters === void 0) { requestParameters = {}; }
447
- return (0, exports.RefundsApiFp)(this.configuration).listRefunds(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); });
435
+ return (0, exports.RefundsApiFp)(this.configuration).listRefunds(requestParameters.authorization, requestParameters.filter, requestParameters.filters, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
448
436
  };
449
437
  return RefundsApi;
450
438
  }(base_1.BaseAPI));
@@ -55,17 +55,15 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
55
55
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
56
56
  * @summary List tenant bank accounts
57
57
  * @param {string} [authorization] Bearer Token
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=1, your subsequent call can include pageToken=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.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName</i>
59
+ * @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, iban, bankName, accountName</i>
61
60
  * @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, iban, bankName, accountName</i>
62
61
  * @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>
63
62
  * @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: bankTransactions<i>
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, iban, bankName, accountName</i>
65
63
  * @param {*} [options] Override http request option.
66
64
  * @throws {RequiredError}
67
65
  */
68
- listTenantBankAccounts: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
+ listTenantBankAccounts: (authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
69
67
  /**
70
68
  * Update a tenant bank account by code
71
69
  * @summary Update the tenant bank account
@@ -114,17 +112,15 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
114
112
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
115
113
  * @summary List tenant bank accounts
116
114
  * @param {string} [authorization] Bearer Token
117
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
119
115
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
116
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
120
117
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
121
118
  * @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;
122
119
  * @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; &lt;i&gt;Allowed values: bankTransactions&lt;i&gt;
123
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
124
120
  * @param {*} [options] Override http request option.
125
121
  * @throws {RequiredError}
126
122
  */
127
- listTenantBankAccounts(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTenantBankAccountResponseClass>>;
123
+ listTenantBankAccounts(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTenantBankAccountResponseClass>>;
128
124
  /**
129
125
  * Update a tenant bank account by code
130
126
  * @summary Update the tenant bank account
@@ -173,17 +169,15 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
173
169
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
174
170
  * @summary List tenant bank accounts
175
171
  * @param {string} [authorization] Bearer Token
176
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
178
172
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
173
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
179
174
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
180
175
  * @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;
181
176
  * @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; &lt;i&gt;Allowed values: bankTransactions&lt;i&gt;
182
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
183
177
  * @param {*} [options] Override http request option.
184
178
  * @throws {RequiredError}
185
179
  */
186
- listTenantBankAccounts(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListTenantBankAccountResponseClass>;
180
+ listTenantBankAccounts(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListTenantBankAccountResponseClass>;
187
181
  /**
188
182
  * Update a tenant bank account by code
189
183
  * @summary Update the tenant bank account
@@ -271,23 +265,17 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
271
265
  */
272
266
  readonly authorization?: string;
273
267
  /**
274
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
275
- * @type {number}
276
- * @memberof TenantBankAccountApiListTenantBankAccounts
277
- */
278
- readonly pageSize?: number;
279
- /**
280
- * 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.
268
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
281
269
  * @type {string}
282
270
  * @memberof TenantBankAccountApiListTenantBankAccounts
283
271
  */
284
- readonly pageToken?: string;
272
+ readonly filter?: string;
285
273
  /**
286
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
274
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
287
275
  * @type {string}
288
276
  * @memberof TenantBankAccountApiListTenantBankAccounts
289
277
  */
290
- readonly filter?: string;
278
+ readonly filters?: string;
291
279
  /**
292
280
  * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
293
281
  * @type {string}
@@ -306,12 +294,6 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
306
294
  * @memberof TenantBankAccountApiListTenantBankAccounts
307
295
  */
308
296
  readonly expand?: string;
309
- /**
310
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
311
- * @type {string}
312
- * @memberof TenantBankAccountApiListTenantBankAccounts
313
- */
314
- readonly filters?: string;
315
297
  }
316
298
  /**
317
299
  * Request parameters for updateTenantBankAccount operation in TenantBankAccountApi.
@@ -245,17 +245,15 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
245
245
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
246
246
  * @summary List tenant bank accounts
247
247
  * @param {string} [authorization] Bearer Token
248
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
249
- * @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.
250
248
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
249
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
251
250
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
252
251
  * @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;
253
252
  * @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; &lt;i&gt;Allowed values: bankTransactions&lt;i&gt;
254
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
255
253
  * @param {*} [options] Override http request option.
256
254
  * @throws {RequiredError}
257
255
  */
258
- listTenantBankAccounts: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
256
+ listTenantBankAccounts: function (authorization, filter, filters, search, order, expand, options) {
259
257
  if (options === void 0) { options = {}; }
260
258
  return __awaiter(_this, void 0, void 0, function () {
261
259
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -278,15 +276,12 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
278
276
  // authentication bearer required
279
277
  // http bearer authentication required
280
278
  _a.sent();
281
- if (pageSize !== undefined) {
282
- localVarQueryParameter['pageSize'] = pageSize;
283
- }
284
- if (pageToken !== undefined) {
285
- localVarQueryParameter['pageToken'] = pageToken;
286
- }
287
279
  if (filter !== undefined) {
288
280
  localVarQueryParameter['filter'] = filter;
289
281
  }
282
+ if (filters !== undefined) {
283
+ localVarQueryParameter['filters'] = filters;
284
+ }
290
285
  if (search !== undefined) {
291
286
  localVarQueryParameter['search'] = search;
292
287
  }
@@ -296,9 +291,6 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
296
291
  if (expand !== undefined) {
297
292
  localVarQueryParameter['expand'] = expand;
298
293
  }
299
- if (filters !== undefined) {
300
- localVarQueryParameter['filters'] = filters;
301
- }
302
294
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
303
295
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
304
296
  }
@@ -444,22 +436,20 @@ var TenantBankAccountApiFp = function (configuration) {
444
436
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
445
437
  * @summary List tenant bank accounts
446
438
  * @param {string} [authorization] Bearer Token
447
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
448
- * @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.
449
439
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
440
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
450
441
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
451
442
  * @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;
452
443
  * @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; &lt;i&gt;Allowed values: bankTransactions&lt;i&gt;
453
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
454
444
  * @param {*} [options] Override http request option.
455
445
  * @throws {RequiredError}
456
446
  */
457
- listTenantBankAccounts: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
447
+ listTenantBankAccounts: function (authorization, filter, filters, search, order, expand, options) {
458
448
  return __awaiter(this, void 0, void 0, function () {
459
449
  var localVarAxiosArgs;
460
450
  return __generator(this, function (_a) {
461
451
  switch (_a.label) {
462
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listTenantBankAccounts(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
452
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listTenantBankAccounts(authorization, filter, filters, search, order, expand, options)];
463
453
  case 1:
464
454
  localVarAxiosArgs = _a.sent();
465
455
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -537,18 +527,16 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
537
527
  * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
538
528
  * @summary List tenant bank accounts
539
529
  * @param {string} [authorization] Bearer Token
540
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
541
- * @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.
542
530
  * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
531
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
543
532
  * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
544
533
  * @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;
545
534
  * @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; &lt;i&gt;Allowed values: bankTransactions&lt;i&gt;
546
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
547
535
  * @param {*} [options] Override http request option.
548
536
  * @throws {RequiredError}
549
537
  */
550
- listTenantBankAccounts: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
551
- return localVarFp.listTenantBankAccounts(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
538
+ listTenantBankAccounts: function (authorization, filter, filters, search, order, expand, options) {
539
+ return localVarFp.listTenantBankAccounts(authorization, filter, filters, search, order, expand, options).then(function (request) { return request(axios, basePath); });
552
540
  },
553
541
  /**
554
542
  * Update a tenant bank account by code
@@ -623,7 +611,7 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
623
611
  TenantBankAccountApi.prototype.listTenantBankAccounts = function (requestParameters, options) {
624
612
  var _this = this;
625
613
  if (requestParameters === void 0) { requestParameters = {}; }
626
- return (0, exports.TenantBankAccountApiFp)(this.configuration).listTenantBankAccounts(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); });
614
+ return (0, exports.TenantBankAccountApiFp)(this.configuration).listTenantBankAccounts(requestParameters.authorization, requestParameters.filter, requestParameters.filters, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
627
615
  };
628
616
  /**
629
617
  * Update a tenant bank account by code
package/dist/api.d.ts CHANGED
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export * from './api/bank-accounts-api';
13
- export * from './api/bank-orders-api';
14
13
  export * from './api/bank-transaction-api';
15
14
  export * from './api/health-check-api';
16
15
  export * from './api/payment-methods-api';
package/dist/api.js CHANGED
@@ -28,7 +28,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./api/bank-accounts-api"), exports);
31
- __exportStar(require("./api/bank-orders-api"), exports);
32
31
  __exportStar(require("./api/bank-transaction-api"), exports);
33
32
  __exportStar(require("./api/health-check-api"), exports);
34
33
  __exportStar(require("./api/payment-methods-api"), exports);
@@ -32,13 +32,7 @@ export interface CreatePaymentReminderRequestDto {
32
32
  * @type {string}
33
33
  * @memberof CreatePaymentReminderRequestDto
34
34
  */
35
- 'accountCode'?: string;
36
- /**
37
- * Code referencing the partner for which this reminder is created.
38
- * @type {string}
39
- * @memberof CreatePaymentReminderRequestDto
40
- */
41
- 'partnerCode'?: string;
35
+ 'accountCode': string;
42
36
  /**
43
37
  * The type of invoice is used to determine the proper workflow.
44
38
  * @type {string}
@@ -20,13 +20,7 @@ export interface CreatePaymentRequestDto {
20
20
  * @type {string}
21
21
  * @memberof CreatePaymentRequestDto
22
22
  */
23
- 'accountCode'?: string;
24
- /**
25
- * Partner code associated to that payment.
26
- * @type {string}
27
- * @memberof CreatePaymentRequestDto
28
- */
29
- 'partnerCode'?: string;
23
+ 'accountCode': string;
30
24
  /**
31
25
  * Amount to be paid in cents. 100 to charge 1€.
32
26
  * @type {number}
@@ -28,13 +28,7 @@ export interface CreatePspPaymentMethodRequestDto {
28
28
  * @type {string}
29
29
  * @memberof CreatePspPaymentMethodRequestDto
30
30
  */
31
- 'accountCode'?: string;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof CreatePspPaymentMethodRequestDto
36
- */
37
- 'partnerCode'?: string;
31
+ 'accountCode': string;
38
32
  /**
39
33
  *
40
34
  * @type {SepaDirectDto}
@@ -38,13 +38,7 @@ export interface DeactivatedPaymentReminderClass {
38
38
  * @type {string}
39
39
  * @memberof DeactivatedPaymentReminderClass
40
40
  */
41
- 'accountCode'?: string;
42
- /**
43
- * Unique identifier of related partner.
44
- * @type {string}
45
- * @memberof DeactivatedPaymentReminderClass
46
- */
47
- 'partnerCode'?: string;
41
+ 'accountCode': string;
48
42
  /**
49
43
  * Type of the invoice
50
44
  * @type {string}
@@ -1,6 +1,5 @@
1
1
  export * from './bank-account-class';
2
2
  export * from './bank-account-class-without-expand-properties';
3
- export * from './bank-order-class';
4
3
  export * from './bank-transaction-class';
5
4
  export * from './bank-transaction-class-without-expand-properties';
6
5
  export * from './billing-profile-dto';
@@ -13,8 +12,6 @@ export * from './complete-payment-setup-response-class';
13
12
  export * from './complete-stripe-payment-setup-request-dto';
14
13
  export * from './create-bank-account-request-dto';
15
14
  export * from './create-bank-account-response-class';
16
- export * from './create-bank-order-request-dto';
17
- export * from './create-bank-order-response-class';
18
15
  export * from './create-payment-method-response-class';
19
16
  export * from './create-payment-reminder-request-dto';
20
17
  export * from './create-payment-reminder-response-class';
@@ -28,10 +25,8 @@ export * from './create-tenant-bank-account-response-class';
28
25
  export * from './deactivate-payment-reminder-request-dto';
29
26
  export * from './deactivate-payment-reminder-response-class';
30
27
  export * from './deactivated-payment-reminder-class';
31
- export * from './financial-account-class';
32
28
  export * from './generate-invoice-match-suggestions-response-class';
33
29
  export * from './get-bank-account-response-class';
34
- export * from './get-bank-order-response-class';
35
30
  export * from './get-bank-transactions-response-class';
36
31
  export * from './get-payment-method-response-class';
37
32
  export * from './get-payment-reminder-response-class';
@@ -53,7 +48,6 @@ export * from './invoice-match-suggestion-class';
53
48
  export * from './link-bank-transaction-request-dto-rest';
54
49
  export * from './link-bank-transactions-response-class';
55
50
  export * from './list-bank-accounts-response-class';
56
- export * from './list-bank-orders-response-class';
57
51
  export * from './list-bank-transactions-response-class';
58
52
  export * from './list-payment-methods-response-class';
59
53
  export * from './list-payment-reminders-response-class';
@@ -80,8 +74,6 @@ export * from './unlinked-bank-transaction-response-class';
80
74
  export * from './update-bank-account-request-dto';
81
75
  export * from './update-bank-account-request-dto-rest';
82
76
  export * from './update-bank-account-response-class';
83
- export * from './update-bank-order-request-dto';
84
- export * from './update-bank-order-response-class';
85
77
  export * from './update-tenant-bank-account-response-class';
86
78
  export * from './update-tenant-bank-account-rest-request-dto';
87
79
  export * from './validate-pspconfig-request-dto';
@@ -16,7 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./bank-account-class"), exports);
18
18
  __exportStar(require("./bank-account-class-without-expand-properties"), exports);
19
- __exportStar(require("./bank-order-class"), exports);
20
19
  __exportStar(require("./bank-transaction-class"), exports);
21
20
  __exportStar(require("./bank-transaction-class-without-expand-properties"), exports);
22
21
  __exportStar(require("./billing-profile-dto"), exports);
@@ -29,8 +28,6 @@ __exportStar(require("./complete-payment-setup-response-class"), exports);
29
28
  __exportStar(require("./complete-stripe-payment-setup-request-dto"), exports);
30
29
  __exportStar(require("./create-bank-account-request-dto"), exports);
31
30
  __exportStar(require("./create-bank-account-response-class"), exports);
32
- __exportStar(require("./create-bank-order-request-dto"), exports);
33
- __exportStar(require("./create-bank-order-response-class"), exports);
34
31
  __exportStar(require("./create-payment-method-response-class"), exports);
35
32
  __exportStar(require("./create-payment-reminder-request-dto"), exports);
36
33
  __exportStar(require("./create-payment-reminder-response-class"), exports);
@@ -44,10 +41,8 @@ __exportStar(require("./create-tenant-bank-account-response-class"), exports);
44
41
  __exportStar(require("./deactivate-payment-reminder-request-dto"), exports);
45
42
  __exportStar(require("./deactivate-payment-reminder-response-class"), exports);
46
43
  __exportStar(require("./deactivated-payment-reminder-class"), exports);
47
- __exportStar(require("./financial-account-class"), exports);
48
44
  __exportStar(require("./generate-invoice-match-suggestions-response-class"), exports);
49
45
  __exportStar(require("./get-bank-account-response-class"), exports);
50
- __exportStar(require("./get-bank-order-response-class"), exports);
51
46
  __exportStar(require("./get-bank-transactions-response-class"), exports);
52
47
  __exportStar(require("./get-payment-method-response-class"), exports);
53
48
  __exportStar(require("./get-payment-reminder-response-class"), exports);
@@ -69,7 +64,6 @@ __exportStar(require("./invoice-match-suggestion-class"), exports);
69
64
  __exportStar(require("./link-bank-transaction-request-dto-rest"), exports);
70
65
  __exportStar(require("./link-bank-transactions-response-class"), exports);
71
66
  __exportStar(require("./list-bank-accounts-response-class"), exports);
72
- __exportStar(require("./list-bank-orders-response-class"), exports);
73
67
  __exportStar(require("./list-bank-transactions-response-class"), exports);
74
68
  __exportStar(require("./list-payment-methods-response-class"), exports);
75
69
  __exportStar(require("./list-payment-reminders-response-class"), exports);
@@ -96,8 +90,6 @@ __exportStar(require("./unlinked-bank-transaction-response-class"), exports);
96
90
  __exportStar(require("./update-bank-account-request-dto"), exports);
97
91
  __exportStar(require("./update-bank-account-request-dto-rest"), exports);
98
92
  __exportStar(require("./update-bank-account-response-class"), exports);
99
- __exportStar(require("./update-bank-order-request-dto"), exports);
100
- __exportStar(require("./update-bank-order-response-class"), exports);
101
93
  __exportStar(require("./update-tenant-bank-account-response-class"), exports);
102
94
  __exportStar(require("./update-tenant-bank-account-rest-request-dto"), exports);
103
95
  __exportStar(require("./validate-pspconfig-request-dto"), exports);
@@ -27,10 +27,4 @@ export interface InitiateAdyenPaymentSetupRequestDto {
27
27
  * @memberof InitiateAdyenPaymentSetupRequestDto
28
28
  */
29
29
  'accountCode'?: string;
30
- /**
31
- * Unique identifier of the partner that this object belongs to.
32
- * @type {string}
33
- * @memberof InitiateAdyenPaymentSetupRequestDto
34
- */
35
- 'partnerCode'?: string;
36
30
  }
@@ -27,10 +27,4 @@ export interface InitiateBraintreePaymentSetupRequestDto {
27
27
  * @memberof InitiateBraintreePaymentSetupRequestDto
28
28
  */
29
29
  'accountCode'?: string;
30
- /**
31
- * Unique identifier of the partner that this object belongs to.
32
- * @type {string}
33
- * @memberof InitiateBraintreePaymentSetupRequestDto
34
- */
35
- 'partnerCode'?: string;
36
30
  }
@@ -27,10 +27,4 @@ export interface InitiateStripePaymentSetupRequestDto {
27
27
  * @memberof InitiateStripePaymentSetupRequestDto
28
28
  */
29
29
  'accountCode'?: string;
30
- /**
31
- * Unique identifier of the partner that this object belongs to.
32
- * @type {string}
33
- * @memberof InitiateStripePaymentSetupRequestDto
34
- */
35
- 'partnerCode'?: string;
36
30
  }
@@ -38,13 +38,7 @@ export interface PaymentClassWithoutExpandProperties {
38
38
  * @type {string}
39
39
  * @memberof PaymentClassWithoutExpandProperties
40
40
  */
41
- 'accountCode'?: string;
42
- /**
43
- * Partner code associated to that payment.
44
- * @type {string}
45
- * @memberof PaymentClassWithoutExpandProperties
46
- */
47
- 'partnerCode'?: string;
41
+ 'accountCode': string;
48
42
  /**
49
43
  * Amount to be paid in cents. 100 to charge 1€.
50
44
  * @type {number}
@@ -39,13 +39,7 @@ export interface PaymentClass {
39
39
  * @type {string}
40
40
  * @memberof PaymentClass
41
41
  */
42
- 'accountCode'?: string;
43
- /**
44
- * Partner code associated to that payment.
45
- * @type {string}
46
- * @memberof PaymentClass
47
- */
48
- 'partnerCode'?: string;
42
+ 'accountCode': string;
49
43
  /**
50
44
  * Amount to be paid in cents. 100 to charge 1€.
51
45
  * @type {number}
@@ -38,13 +38,7 @@ export interface PaymentReminderClass {
38
38
  * @type {string}
39
39
  * @memberof PaymentReminderClass
40
40
  */
41
- 'accountCode'?: string;
42
- /**
43
- * Unique identifier of related partner.
44
- * @type {string}
45
- * @memberof PaymentReminderClass
46
- */
47
- 'partnerCode'?: string;
41
+ 'accountCode': string;
48
42
  /**
49
43
  * Type of the invoice
50
44
  * @type {string}
@@ -39,13 +39,7 @@ export interface RefundClass {
39
39
  * @type {string}
40
40
  * @memberof RefundClass
41
41
  */
42
- 'accountCode'?: string;
43
- /**
44
- * Partner code associated with the payment.
45
- * @type {string}
46
- * @memberof RefundClass
47
- */
48
- 'partnerCode'?: string;
42
+ 'accountCode': string;
49
43
  /**
50
44
  * Amount that was refunded in cents. 100 to refund 1€.
51
45
  * @type {number}