@emilgroup/payment-sdk 1.15.0 → 1.15.1-beta.2

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 +14 -0
  2. package/README.md +2 -2
  3. package/api/billing-addresses-api.ts +677 -0
  4. package/api/payout-methods-api.ts +672 -0
  5. package/api/tenant-bank-account-api.ts +12 -12
  6. package/api.ts +4 -0
  7. package/dist/api/billing-addresses-api.d.ts +384 -0
  8. package/dist/api/billing-addresses-api.js +636 -0
  9. package/dist/api/payout-methods-api.d.ts +382 -0
  10. package/dist/api/payout-methods-api.js +635 -0
  11. package/dist/api/tenant-bank-account-api.d.ts +12 -12
  12. package/dist/api/tenant-bank-account-api.js +9 -9
  13. package/dist/api.d.ts +2 -0
  14. package/dist/api.js +2 -0
  15. package/dist/models/bank-order-class.d.ts +3 -3
  16. package/dist/models/bank-order-entity.d.ts +3 -2
  17. package/dist/models/bank-order-entity.js +2 -1
  18. package/dist/models/billing-address-class.d.ts +108 -0
  19. package/dist/models/billing-address-class.js +15 -0
  20. package/dist/models/create-bank-order-request-dto.d.ts +4 -3
  21. package/dist/models/create-bank-order-request-dto.js +2 -1
  22. package/dist/models/create-billing-address-request-dto.d.ts +66 -0
  23. package/dist/models/create-billing-address-request-dto.js +15 -0
  24. package/dist/models/create-billing-address-response-class.d.ts +25 -0
  25. package/dist/models/create-billing-address-response-class.js +15 -0
  26. package/dist/models/create-payout-method-request-dto.d.ts +60 -0
  27. package/dist/models/create-payout-method-request-dto.js +15 -0
  28. package/dist/models/create-payout-method-response-class.d.ts +25 -0
  29. package/dist/models/create-payout-method-response-class.js +15 -0
  30. package/dist/models/create-tenant-bank-account-request-dto.d.ts +17 -0
  31. package/dist/models/create-tenant-bank-account-request-dto.js +11 -1
  32. package/dist/models/get-billing-address-response-class.d.ts +25 -0
  33. package/dist/models/get-billing-address-response-class.js +15 -0
  34. package/dist/models/get-payout-method-response-class.d.ts +25 -0
  35. package/dist/models/get-payout-method-response-class.js +15 -0
  36. package/dist/models/index.d.ts +12 -0
  37. package/dist/models/index.js +12 -0
  38. package/dist/models/list-billing-addresses-response-class.d.ts +43 -0
  39. package/dist/models/list-billing-addresses-response-class.js +15 -0
  40. package/dist/models/list-payout-methods-response-class.d.ts +43 -0
  41. package/dist/models/list-payout-methods-response-class.js +15 -0
  42. package/dist/models/payout-method-class.d.ts +115 -0
  43. package/dist/models/payout-method-class.js +15 -0
  44. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +17 -0
  45. package/dist/models/tenant-bank-account-class-without-expand-properties.js +11 -1
  46. package/dist/models/tenant-bank-account-class.d.ts +17 -0
  47. package/dist/models/tenant-bank-account-class.js +11 -1
  48. package/dist/models/tenant-bank-account-entity.d.ts +17 -0
  49. package/dist/models/tenant-bank-account-entity.js +11 -1
  50. package/dist/models/update-bank-order-request-dto.d.ts +3 -3
  51. package/dist/models/update-billing-address-request-dto.d.ts +66 -0
  52. package/dist/models/update-billing-address-request-dto.js +15 -0
  53. package/dist/models/update-billing-address-response-class.d.ts +25 -0
  54. package/dist/models/update-billing-address-response-class.js +15 -0
  55. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +17 -0
  56. package/dist/models/update-tenant-bank-account-rest-request-dto.js +11 -1
  57. package/models/bank-order-class.ts +3 -3
  58. package/models/bank-order-entity.ts +4 -3
  59. package/models/billing-address-class.ts +114 -0
  60. package/models/create-bank-order-request-dto.ts +5 -4
  61. package/models/create-billing-address-request-dto.ts +72 -0
  62. package/models/create-billing-address-response-class.ts +31 -0
  63. package/models/create-payout-method-request-dto.ts +66 -0
  64. package/models/create-payout-method-response-class.ts +31 -0
  65. package/models/create-tenant-bank-account-request-dto.ts +18 -0
  66. package/models/get-billing-address-response-class.ts +31 -0
  67. package/models/get-payout-method-response-class.ts +31 -0
  68. package/models/index.ts +12 -0
  69. package/models/list-billing-addresses-response-class.ts +49 -0
  70. package/models/list-payout-methods-response-class.ts +49 -0
  71. package/models/payout-method-class.ts +121 -0
  72. package/models/tenant-bank-account-class-without-expand-properties.ts +18 -0
  73. package/models/tenant-bank-account-class.ts +18 -0
  74. package/models/tenant-bank-account-entity.ts +18 -0
  75. package/models/update-bank-order-request-dto.ts +3 -3
  76. package/models/update-billing-address-request-dto.ts +72 -0
  77. package/models/update-billing-address-response-class.ts +31 -0
  78. package/models/update-tenant-bank-account-rest-request-dto.ts +18 -0
  79. package/package.json +2 -1
@@ -57,11 +57,11 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
57
57
  * @param {string} [authorization] Bearer Token
58
58
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
59
59
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
60
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
60
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
61
61
  * @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
- * @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>
62
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, bankName, accountName</i>
63
63
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <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, sepaPainVersion</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, sepaPainVersion, payoutPainVersion</i>
65
65
  * @param {*} [options] Override http request option.
66
66
  * @throws {RequiredError}
67
67
  */
@@ -116,11 +116,11 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
116
116
  * @param {string} [authorization] Bearer Token
117
117
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
118
118
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
119
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
119
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
120
120
  * @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>
121
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
121
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, bankName, accountName</i>
122
122
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
123
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
123
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
124
124
  * @param {*} [options] Override http request option.
125
125
  * @throws {RequiredError}
126
126
  */
@@ -175,11 +175,11 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
175
175
  * @param {string} [authorization] Bearer Token
176
176
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
177
177
  * @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
178
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
178
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
179
179
  * @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>
180
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt</i>
180
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, bankName, accountName</i>
181
181
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: bankTransactions<i>
182
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
182
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
183
183
  * @param {*} [options] Override http request option.
184
184
  * @throws {RequiredError}
185
185
  */
@@ -283,7 +283,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
283
283
  */
284
284
  readonly pageToken?: string;
285
285
  /**
286
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
286
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
287
287
  * @type {string}
288
288
  * @memberof TenantBankAccountApiListTenantBankAccounts
289
289
  */
@@ -295,7 +295,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
295
295
  */
296
296
  readonly search?: string;
297
297
  /**
298
- * 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>
298
+ * 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, bankName, accountName</i>
299
299
  * @type {string}
300
300
  * @memberof TenantBankAccountApiListTenantBankAccounts
301
301
  */
@@ -307,7 +307,7 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
307
307
  */
308
308
  readonly expand?: string;
309
309
  /**
310
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion</i>
310
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, code, iban, bankName, accountName, sepaPainVersion, payoutPainVersion</i>
311
311
  * @type {string}
312
312
  * @memberof TenantBankAccountApiListTenantBankAccounts
313
313
  */
@@ -247,11 +247,11 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
247
247
  * @param {string} [authorization] Bearer Token
248
248
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
249
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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
250
- * @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, sepaPainVersion</i>
250
+ * @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, sepaPainVersion, payoutPainVersion</i>
251
251
  * @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>
252
- * @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>
252
+ * @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, bankName, accountName</i>
253
253
  * @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>
254
- * @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, sepaPainVersion</i>
254
+ * @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, sepaPainVersion, payoutPainVersion</i>
255
255
  * @param {*} [options] Override http request option.
256
256
  * @throws {RequiredError}
257
257
  */
@@ -446,11 +446,11 @@ var TenantBankAccountApiFp = function (configuration) {
446
446
  * @param {string} [authorization] Bearer Token
447
447
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
448
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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
449
- * @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, sepaPainVersion</i>
449
+ * @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, sepaPainVersion, payoutPainVersion</i>
450
450
  * @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>
451
- * @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>
451
+ * @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, bankName, accountName</i>
452
452
  * @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>
453
- * @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, sepaPainVersion</i>
453
+ * @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, sepaPainVersion, payoutPainVersion</i>
454
454
  * @param {*} [options] Override http request option.
455
455
  * @throws {RequiredError}
456
456
  */
@@ -539,11 +539,11 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
539
539
  * @param {string} [authorization] Bearer Token
540
540
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
541
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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
542
- * @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, sepaPainVersion</i>
542
+ * @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, sepaPainVersion, payoutPainVersion</i>
543
543
  * @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>
544
- * @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>
544
+ * @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, bankName, accountName</i>
545
545
  * @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>
546
- * @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, sepaPainVersion</i>
546
+ * @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, sepaPainVersion, payoutPainVersion</i>
547
547
  * @param {*} [options] Override http request option.
548
548
  * @throws {RequiredError}
549
549
  */
package/dist/api.d.ts CHANGED
@@ -12,6 +12,7 @@
12
12
  export * from './api/bank-accounts-api';
13
13
  export * from './api/bank-orders-api';
14
14
  export * from './api/bank-transaction-api';
15
+ export * from './api/billing-addresses-api';
15
16
  export * from './api/credit-allocation-api';
16
17
  export * from './api/exceeding-credits-api';
17
18
  export * from './api/health-check-api';
@@ -19,6 +20,7 @@ export * from './api/payment-methods-api';
19
20
  export * from './api/payment-reminders-api';
20
21
  export * from './api/payment-setup-api';
21
22
  export * from './api/payments-api';
23
+ export * from './api/payout-methods-api';
22
24
  export * from './api/policy-payment-methods-api';
23
25
  export * from './api/refunds-api';
24
26
  export * from './api/tenant-bank-account-api';
package/dist/api.js CHANGED
@@ -30,6 +30,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  __exportStar(require("./api/bank-accounts-api"), exports);
31
31
  __exportStar(require("./api/bank-orders-api"), exports);
32
32
  __exportStar(require("./api/bank-transaction-api"), exports);
33
+ __exportStar(require("./api/billing-addresses-api"), exports);
33
34
  __exportStar(require("./api/credit-allocation-api"), exports);
34
35
  __exportStar(require("./api/exceeding-credits-api"), exports);
35
36
  __exportStar(require("./api/health-check-api"), exports);
@@ -37,6 +38,7 @@ __exportStar(require("./api/payment-methods-api"), exports);
37
38
  __exportStar(require("./api/payment-reminders-api"), exports);
38
39
  __exportStar(require("./api/payment-setup-api"), exports);
39
40
  __exportStar(require("./api/payments-api"), exports);
41
+ __exportStar(require("./api/payout-methods-api"), exports);
40
42
  __exportStar(require("./api/policy-payment-methods-api"), exports);
41
43
  __exportStar(require("./api/refunds-api"), exports);
42
44
  __exportStar(require("./api/tenant-bank-account-api"), exports);
@@ -66,11 +66,11 @@ export interface BankOrderClass {
66
66
  */
67
67
  'tenantBankAccountCode': string;
68
68
  /**
69
- * List of invoice IDs associated with bank order.
70
- * @type {Array<number>}
69
+ * List of entity codes associated with bank order.
70
+ * @type {Array<string>}
71
71
  * @memberof BankOrderClass
72
72
  */
73
- 'invoiceIds': Array<number>;
73
+ 'entityCodes': Array<string>;
74
74
  /**
75
75
  * Day of execution of bank order.
76
76
  * @type {string}
@@ -80,10 +80,10 @@ export interface BankOrderEntity {
80
80
  'tenantBankAccountCode': string;
81
81
  /**
82
82
  *
83
- * @type {Array<number>}
83
+ * @type {Array<string>}
84
84
  * @memberof BankOrderEntity
85
85
  */
86
- 'invoiceIds': Array<number>;
86
+ 'entityCodes': Array<string>;
87
87
  /**
88
88
  *
89
89
  * @type {Array<BankTransactionEntity>}
@@ -143,6 +143,7 @@ export declare const BankOrderEntityTypeEnum: {
143
143
  readonly DirectDebit: "direct_debit";
144
144
  readonly PremiumPayment: "premium_payment";
145
145
  readonly ClaimPayment: "claim_payment";
146
+ readonly CommissionPayment: "commission_payment";
146
147
  };
147
148
  export type BankOrderEntityTypeEnum = typeof BankOrderEntityTypeEnum[keyof typeof BankOrderEntityTypeEnum];
148
149
  export declare const BankOrderEntityStatusEnum: {
@@ -17,7 +17,8 @@ exports.BankOrderEntityStatusEnum = exports.BankOrderEntityTypeEnum = void 0;
17
17
  exports.BankOrderEntityTypeEnum = {
18
18
  DirectDebit: 'direct_debit',
19
19
  PremiumPayment: 'premium_payment',
20
- ClaimPayment: 'claim_payment'
20
+ ClaimPayment: 'claim_payment',
21
+ CommissionPayment: 'commission_payment'
21
22
  };
22
23
  exports.BankOrderEntityStatusEnum = {
23
24
  Open: 'open',
@@ -0,0 +1,108 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface BillingAddressClass
16
+ */
17
+ export interface BillingAddressClass {
18
+ /**
19
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
20
+ * @type {number}
21
+ * @memberof BillingAddressClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Unique identifier for the object.
26
+ * @type {string}
27
+ * @memberof BillingAddressClass
28
+ */
29
+ 'code': string;
30
+ /**
31
+ * First name
32
+ * @type {string}
33
+ * @memberof BillingAddressClass
34
+ */
35
+ 'firstName': string;
36
+ /**
37
+ * Last name
38
+ * @type {string}
39
+ * @memberof BillingAddressClass
40
+ */
41
+ 'lastName': string;
42
+ /**
43
+ * Street name
44
+ * @type {string}
45
+ * @memberof BillingAddressClass
46
+ */
47
+ 'street': string;
48
+ /**
49
+ * House number
50
+ * @type {string}
51
+ * @memberof BillingAddressClass
52
+ */
53
+ 'houseNumber': string;
54
+ /**
55
+ * ZIP code
56
+ * @type {string}
57
+ * @memberof BillingAddressClass
58
+ */
59
+ 'zipCode': string;
60
+ /**
61
+ * City
62
+ * @type {string}
63
+ * @memberof BillingAddressClass
64
+ */
65
+ 'city': string;
66
+ /**
67
+ * Country code
68
+ * @type {string}
69
+ * @memberof BillingAddressClass
70
+ */
71
+ 'countryCode'?: string;
72
+ /**
73
+ * Unique identifier of the account that this object belongs to.
74
+ * @type {string}
75
+ * @memberof BillingAddressClass
76
+ */
77
+ 'accountCode': string;
78
+ /**
79
+ * Unique identifier of the partner that this object belongs to.
80
+ * @type {string}
81
+ * @memberof BillingAddressClass
82
+ */
83
+ 'partnerCode': string;
84
+ /**
85
+ * Time at which the object was created.
86
+ * @type {string}
87
+ * @memberof BillingAddressClass
88
+ */
89
+ 'createdAt': string;
90
+ /**
91
+ * Time at which the object was updated.
92
+ * @type {string}
93
+ * @memberof BillingAddressClass
94
+ */
95
+ 'updatedAt': string;
96
+ /**
97
+ * Identifier of the user who created the record.
98
+ * @type {string}
99
+ * @memberof BillingAddressClass
100
+ */
101
+ 'createdBy': string;
102
+ /**
103
+ * Identifier of the user who last updated the record.
104
+ * @type {string}
105
+ * @memberof BillingAddressClass
106
+ */
107
+ 'updatedBy': string;
108
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -40,11 +40,11 @@ export interface CreateBankOrderRequestDto {
40
40
  */
41
41
  'tenantBankAccountCode': string;
42
42
  /**
43
- * List of invoice IDs associated with bank order.
44
- * @type {Array<number>}
43
+ * List of entity codes associated with bank order.
44
+ * @type {Array<string>}
45
45
  * @memberof CreateBankOrderRequestDto
46
46
  */
47
- 'invoiceIds': Array<number>;
47
+ 'entityCodes': Array<string>;
48
48
  /**
49
49
  * Day of execution of bank order.
50
50
  * @type {string}
@@ -62,6 +62,7 @@ export declare const CreateBankOrderRequestDtoTypeEnum: {
62
62
  readonly DirectDebit: "direct_debit";
63
63
  readonly PremiumPayment: "premium_payment";
64
64
  readonly ClaimPayment: "claim_payment";
65
+ readonly CommissionPayment: "commission_payment";
65
66
  };
66
67
  export type CreateBankOrderRequestDtoTypeEnum = typeof CreateBankOrderRequestDtoTypeEnum[keyof typeof CreateBankOrderRequestDtoTypeEnum];
67
68
  export declare const CreateBankOrderRequestDtoStatusEnum: {
@@ -17,7 +17,8 @@ exports.CreateBankOrderRequestDtoStatusEnum = exports.CreateBankOrderRequestDtoT
17
17
  exports.CreateBankOrderRequestDtoTypeEnum = {
18
18
  DirectDebit: 'direct_debit',
19
19
  PremiumPayment: 'premium_payment',
20
- ClaimPayment: 'claim_payment'
20
+ ClaimPayment: 'claim_payment',
21
+ CommissionPayment: 'commission_payment'
21
22
  };
22
23
  exports.CreateBankOrderRequestDtoStatusEnum = {
23
24
  Open: 'open',
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateBillingAddressRequestDto
16
+ */
17
+ export interface CreateBillingAddressRequestDto {
18
+ /**
19
+ * First name
20
+ * @type {string}
21
+ * @memberof CreateBillingAddressRequestDto
22
+ */
23
+ 'firstName': string;
24
+ /**
25
+ * Last name
26
+ * @type {string}
27
+ * @memberof CreateBillingAddressRequestDto
28
+ */
29
+ 'lastName': string;
30
+ /**
31
+ * Street name
32
+ * @type {string}
33
+ * @memberof CreateBillingAddressRequestDto
34
+ */
35
+ 'street': string;
36
+ /**
37
+ * House number
38
+ * @type {string}
39
+ * @memberof CreateBillingAddressRequestDto
40
+ */
41
+ 'houseNumber': string;
42
+ /**
43
+ * ZIP code
44
+ * @type {string}
45
+ * @memberof CreateBillingAddressRequestDto
46
+ */
47
+ 'zipCode': string;
48
+ /**
49
+ * City
50
+ * @type {string}
51
+ * @memberof CreateBillingAddressRequestDto
52
+ */
53
+ 'city': string;
54
+ /**
55
+ * Country code
56
+ * @type {string}
57
+ * @memberof CreateBillingAddressRequestDto
58
+ */
59
+ 'countryCode'?: string;
60
+ /**
61
+ * Unique identifier of the partner that this object belongs to.
62
+ * @type {string}
63
+ * @memberof CreateBillingAddressRequestDto
64
+ */
65
+ 'partnerCode': string;
66
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BillingAddressClass } from './billing-address-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateBillingAddressResponseClass
17
+ */
18
+ export interface CreateBillingAddressResponseClass {
19
+ /**
20
+ * The created billing address
21
+ * @type {BillingAddressClass}
22
+ * @memberof CreateBillingAddressResponseClass
23
+ */
24
+ 'billingAddress': BillingAddressClass;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,60 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreatePayoutMethodRequestDto
16
+ */
17
+ export interface CreatePayoutMethodRequestDto {
18
+ /**
19
+ * Unique identifier of the partner that this object belongs to.
20
+ * @type {string}
21
+ * @memberof CreatePayoutMethodRequestDto
22
+ */
23
+ 'partnerCode': string;
24
+ /**
25
+ * First name
26
+ * @type {string}
27
+ * @memberof CreatePayoutMethodRequestDto
28
+ */
29
+ 'firstName': string;
30
+ /**
31
+ * Last name
32
+ * @type {string}
33
+ * @memberof CreatePayoutMethodRequestDto
34
+ */
35
+ 'lastName': string;
36
+ /**
37
+ * IBAN
38
+ * @type {string}
39
+ * @memberof CreatePayoutMethodRequestDto
40
+ */
41
+ 'iban': string;
42
+ /**
43
+ * BIC
44
+ * @type {string}
45
+ * @memberof CreatePayoutMethodRequestDto
46
+ */
47
+ 'bic': string;
48
+ /**
49
+ * Bank name
50
+ * @type {string}
51
+ * @memberof CreatePayoutMethodRequestDto
52
+ */
53
+ 'bankName': string;
54
+ /**
55
+ * Billing address code
56
+ * @type {string}
57
+ * @memberof CreatePayoutMethodRequestDto
58
+ */
59
+ 'billingAddressCode': string;
60
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { PayoutMethodClass } from './payout-method-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreatePayoutMethodResponseClass
17
+ */
18
+ export interface CreatePayoutMethodResponseClass {
19
+ /**
20
+ * The created payout method
21
+ * @type {PayoutMethodClass}
22
+ * @memberof CreatePayoutMethodResponseClass
23
+ */
24
+ 'payoutMethod': PayoutMethodClass;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });