@emilgroup/payment-sdk 1.5.1-beta.2 → 1.6.1-beta.1

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 (188) hide show
  1. package/.openapi-generator/FILES +52 -0
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +20 -12
  4. package/api/bank-transaction-api.ts +20 -10
  5. package/api/payment-methods-api.ts +26 -18
  6. package/api/payment-reminders-api.ts +16 -8
  7. package/api/payment-setup-api.ts +36 -28
  8. package/api/payments-api.ts +12 -6
  9. package/api/refunds-api.ts +12 -6
  10. package/api/webhooks-api.ts +4 -4
  11. package/dist/api/bank-accounts-api.d.ts +22 -18
  12. package/dist/api/bank-transaction-api.d.ts +20 -15
  13. package/dist/api/payment-methods-api.d.ts +19 -15
  14. package/dist/api/payment-methods-api.js +12 -12
  15. package/dist/api/payment-reminders-api.d.ts +16 -12
  16. package/dist/api/payment-setup-api.d.ts +22 -18
  17. package/dist/api/payment-setup-api.js +24 -24
  18. package/dist/api/payments-api.d.ts +12 -9
  19. package/dist/api/refunds-api.d.ts +12 -9
  20. package/dist/api/webhooks-api.d.ts +4 -4
  21. package/dist/api/webhooks-api.js +3 -3
  22. package/dist/models/bank-account-class-without-expand-properties.d.ts +84 -0
  23. package/dist/models/bank-account-class-without-expand-properties.js +15 -0
  24. package/dist/models/bank-account-class.d.ts +91 -0
  25. package/dist/models/bank-account-class.js +15 -0
  26. package/dist/models/bank-transaction-class.d.ts +140 -0
  27. package/dist/models/bank-transaction-class.js +15 -0
  28. package/dist/models/billing-profile-dto.d.ts +38 -0
  29. package/dist/models/billing-profile-dto.js +15 -0
  30. package/dist/models/billing-profile-limited-response-dto.d.ts +54 -0
  31. package/dist/models/billing-profile-limited-response-dto.js +15 -0
  32. package/dist/models/complete-adyen-payment-setup-request-dto.d.ts +77 -0
  33. package/dist/models/complete-adyen-payment-setup-request-dto.js +32 -0
  34. package/dist/models/complete-braintree-payment-setup-request-dto.d.ts +48 -0
  35. package/dist/models/complete-braintree-payment-setup-request-dto.js +15 -0
  36. package/dist/models/complete-payment-setup-request-dto.d.ts +45 -0
  37. package/dist/models/complete-payment-setup-request-dto.js +15 -0
  38. package/dist/models/complete-payment-setup-response-class.d.ts +25 -0
  39. package/dist/models/complete-payment-setup-response-class.js +15 -0
  40. package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +77 -0
  41. package/dist/models/complete-stripe-payment-setup-request-dto.js +32 -0
  42. package/dist/models/create-bank-account-request-dto.d.ts +2 -2
  43. package/dist/models/create-bank-account-response-class.d.ts +25 -0
  44. package/dist/models/create-bank-account-response-class.js +15 -0
  45. package/dist/models/create-payment-method-response-class.d.ts +25 -0
  46. package/dist/models/create-payment-method-response-class.js +15 -0
  47. package/dist/models/create-payment-reminder-response-class.d.ts +25 -0
  48. package/dist/models/create-payment-reminder-response-class.js +15 -0
  49. package/dist/models/create-payment-request-dto.d.ts +1 -1
  50. package/dist/models/create-payment-response-class.d.ts +25 -0
  51. package/dist/models/create-payment-response-class.js +15 -0
  52. package/dist/models/create-psp-payment-method-request-dto.d.ts +67 -0
  53. package/dist/models/create-psp-payment-method-request-dto.js +32 -0
  54. package/dist/models/create-refund-response-class.d.ts +25 -0
  55. package/dist/models/create-refund-response-class.js +15 -0
  56. package/dist/models/deactivate-payment-reminder-response-class.d.ts +25 -0
  57. package/dist/models/deactivate-payment-reminder-response-class.js +15 -0
  58. package/dist/models/deactivated-payment-reminder-class.d.ts +102 -0
  59. package/dist/models/deactivated-payment-reminder-class.js +15 -0
  60. package/dist/models/get-bank-account-response-class.d.ts +25 -0
  61. package/dist/models/get-bank-account-response-class.js +15 -0
  62. package/dist/models/get-bank-transactions-response-class.d.ts +25 -0
  63. package/dist/models/get-bank-transactions-response-class.js +15 -0
  64. package/dist/models/get-payment-method-response-class.d.ts +25 -0
  65. package/dist/models/get-payment-method-response-class.js +15 -0
  66. package/dist/models/get-payment-reminder-response-class.d.ts +25 -0
  67. package/dist/models/get-payment-reminder-response-class.js +15 -0
  68. package/dist/models/get-payment-response-class.d.ts +25 -0
  69. package/dist/models/get-payment-response-class.js +15 -0
  70. package/dist/models/get-refund-response-class.d.ts +25 -0
  71. package/dist/models/get-refund-response-class.js +15 -0
  72. package/dist/models/import-bank-transactions-response-class.d.ts +25 -0
  73. package/dist/models/import-bank-transactions-response-class.js +15 -0
  74. package/dist/models/index.d.ts +52 -0
  75. package/dist/models/index.js +52 -0
  76. package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +30 -0
  77. package/dist/models/initiate-adyen-payment-setup-request-dto.js +15 -0
  78. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +30 -0
  79. package/dist/models/initiate-braintree-payment-setup-request-dto.js +15 -0
  80. package/dist/models/initiate-braintree-payment-setup-response-class.d.ts +24 -0
  81. package/dist/models/initiate-braintree-payment-setup-response-class.js +15 -0
  82. package/dist/models/initiate-payment-setup-request-dto.d.ts +57 -0
  83. package/dist/models/initiate-payment-setup-request-dto.js +15 -0
  84. package/dist/models/initiate-payment-setup-response-class.d.ts +32 -0
  85. package/dist/models/initiate-payment-setup-response-class.js +15 -0
  86. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +30 -0
  87. package/dist/models/initiate-stripe-payment-setup-request-dto.js +15 -0
  88. package/dist/models/initiate-stripe-payment-setup-response-class.d.ts +30 -0
  89. package/dist/models/initiate-stripe-payment-setup-response-class.js +15 -0
  90. package/dist/models/link-bank-transactions-response-class.d.ts +25 -0
  91. package/dist/models/link-bank-transactions-response-class.js +15 -0
  92. package/dist/models/list-bank-accounts-response-class.d.ts +31 -0
  93. package/dist/models/list-bank-accounts-response-class.js +15 -0
  94. package/dist/models/list-bank-transactions-response-class.d.ts +31 -0
  95. package/dist/models/list-bank-transactions-response-class.js +15 -0
  96. package/dist/models/list-payment-methods-response-class.d.ts +31 -0
  97. package/dist/models/list-payment-methods-response-class.js +15 -0
  98. package/dist/models/list-payment-reminders-response-class.d.ts +31 -0
  99. package/dist/models/list-payment-reminders-response-class.js +15 -0
  100. package/dist/models/list-payments-response-class.d.ts +31 -0
  101. package/dist/models/list-payments-response-class.js +15 -0
  102. package/dist/models/list-refunds-response-class.d.ts +31 -0
  103. package/dist/models/list-refunds-response-class.js +15 -0
  104. package/dist/models/payment-class-without-expand-properties.d.ts +108 -0
  105. package/dist/models/payment-class-without-expand-properties.js +15 -0
  106. package/dist/models/payment-class.d.ts +115 -0
  107. package/dist/models/payment-class.js +15 -0
  108. package/dist/models/payment-method-class.d.ts +84 -0
  109. package/dist/models/payment-method-class.js +15 -0
  110. package/dist/models/payment-reminder-class.d.ts +102 -0
  111. package/dist/models/payment-reminder-class.js +15 -0
  112. package/dist/models/primary-bank-account-response-class.d.ts +54 -0
  113. package/dist/models/primary-bank-account-response-class.js +15 -0
  114. package/dist/models/refund-class.d.ts +118 -0
  115. package/dist/models/refund-class.js +29 -0
  116. package/dist/models/refund-item-class.d.ts +114 -0
  117. package/dist/models/refund-item-class.js +15 -0
  118. package/dist/models/sepa-direct-dto.d.ts +24 -0
  119. package/dist/models/sepa-direct-dto.js +15 -0
  120. package/dist/models/shared-transaction-class.d.ts +72 -0
  121. package/dist/models/shared-transaction-class.js +15 -0
  122. package/dist/models/symphony-profile-limited-response-dto.d.ts +42 -0
  123. package/dist/models/symphony-profile-limited-response-dto.js +15 -0
  124. package/dist/models/unlink-bank-transactions-response-class.d.ts +25 -0
  125. package/dist/models/unlink-bank-transactions-response-class.js +15 -0
  126. package/dist/models/unlinked-bank-transaction-response-class.d.ts +108 -0
  127. package/dist/models/unlinked-bank-transaction-response-class.js +15 -0
  128. package/dist/models/update-bank-account-response-class.d.ts +25 -0
  129. package/dist/models/update-bank-account-response-class.js +15 -0
  130. package/dist/models/validate-pspconfig-request-dto.d.ts +9 -1
  131. package/dist/models/validate-pspconfig-request-dto.js +8 -0
  132. package/models/bank-account-class-without-expand-properties.ts +90 -0
  133. package/models/bank-account-class.ts +97 -0
  134. package/models/bank-transaction-class.ts +146 -0
  135. package/models/billing-profile-dto.ts +44 -0
  136. package/models/billing-profile-limited-response-dto.ts +60 -0
  137. package/models/complete-adyen-payment-setup-request-dto.ts +86 -0
  138. package/models/complete-braintree-payment-setup-request-dto.ts +54 -0
  139. package/models/complete-payment-setup-request-dto.ts +51 -0
  140. package/models/complete-payment-setup-response-class.ts +31 -0
  141. package/models/complete-stripe-payment-setup-request-dto.ts +86 -0
  142. package/models/create-bank-account-request-dto.ts +2 -2
  143. package/models/create-bank-account-response-class.ts +31 -0
  144. package/models/create-payment-method-response-class.ts +31 -0
  145. package/models/create-payment-reminder-response-class.ts +31 -0
  146. package/models/create-payment-request-dto.ts +1 -1
  147. package/models/create-payment-response-class.ts +31 -0
  148. package/models/create-psp-payment-method-request-dto.ts +76 -0
  149. package/models/create-refund-response-class.ts +31 -0
  150. package/models/deactivate-payment-reminder-response-class.ts +31 -0
  151. package/models/deactivated-payment-reminder-class.ts +108 -0
  152. package/models/get-bank-account-response-class.ts +31 -0
  153. package/models/get-bank-transactions-response-class.ts +31 -0
  154. package/models/get-payment-method-response-class.ts +31 -0
  155. package/models/get-payment-reminder-response-class.ts +31 -0
  156. package/models/get-payment-response-class.ts +31 -0
  157. package/models/get-refund-response-class.ts +31 -0
  158. package/models/import-bank-transactions-response-class.ts +31 -0
  159. package/models/index.ts +52 -0
  160. package/models/initiate-adyen-payment-setup-request-dto.ts +36 -0
  161. package/models/initiate-braintree-payment-setup-request-dto.ts +36 -0
  162. package/models/initiate-braintree-payment-setup-response-class.ts +30 -0
  163. package/models/initiate-payment-setup-request-dto.ts +63 -0
  164. package/models/initiate-payment-setup-response-class.ts +38 -0
  165. package/models/initiate-stripe-payment-setup-request-dto.ts +36 -0
  166. package/models/initiate-stripe-payment-setup-response-class.ts +36 -0
  167. package/models/link-bank-transactions-response-class.ts +31 -0
  168. package/models/list-bank-accounts-response-class.ts +37 -0
  169. package/models/list-bank-transactions-response-class.ts +37 -0
  170. package/models/list-payment-methods-response-class.ts +37 -0
  171. package/models/list-payment-reminders-response-class.ts +37 -0
  172. package/models/list-payments-response-class.ts +37 -0
  173. package/models/list-refunds-response-class.ts +37 -0
  174. package/models/payment-class-without-expand-properties.ts +114 -0
  175. package/models/payment-class.ts +121 -0
  176. package/models/payment-method-class.ts +90 -0
  177. package/models/payment-reminder-class.ts +108 -0
  178. package/models/primary-bank-account-response-class.ts +60 -0
  179. package/models/refund-class.ts +128 -0
  180. package/models/refund-item-class.ts +120 -0
  181. package/models/sepa-direct-dto.ts +30 -0
  182. package/models/shared-transaction-class.ts +78 -0
  183. package/models/symphony-profile-limited-response-dto.ts +48 -0
  184. package/models/unlink-bank-transactions-response-class.ts +31 -0
  185. package/models/unlinked-bank-transaction-response-class.ts +114 -0
  186. package/models/update-bank-account-response-class.ts +31 -0
  187. package/models/validate-pspconfig-request-dto.ts +12 -1
  188. package/package.json +1 -1
@@ -95,20 +95,20 @@ var PaymentSetupApiAxiosParamCreator = function (configuration) {
95
95
  /**
96
96
  * This endpoint is used to save user-provided payment information. The service will send a request to the configured PSP to securely store the payment data.
97
97
  * @summary Complete a payment setup
98
- * @param {object} body
98
+ * @param {CompletePaymentSetupRequestDto} completePaymentSetupRequestDto
99
99
  * @param {string} [authorization] Bearer Token
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  */
103
- completePaymentSetup: function (body, authorization, options) {
103
+ completePaymentSetup: function (completePaymentSetupRequestDto, authorization, options) {
104
104
  if (options === void 0) { options = {}; }
105
105
  return __awaiter(_this, void 0, void 0, function () {
106
106
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
107
107
  return __generator(this, function (_a) {
108
108
  switch (_a.label) {
109
109
  case 0:
110
- // verify required parameter 'body' is not null or undefined
111
- (0, common_1.assertParamExists)('completePaymentSetup', 'body', body);
110
+ // verify required parameter 'completePaymentSetupRequestDto' is not null or undefined
111
+ (0, common_1.assertParamExists)('completePaymentSetup', 'completePaymentSetupRequestDto', completePaymentSetupRequestDto);
112
112
  localVarPath = "/paymentservice/v1/payment-setup/complete";
113
113
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
114
114
  if (configuration) {
@@ -132,7 +132,7 @@ var PaymentSetupApiAxiosParamCreator = function (configuration) {
132
132
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
133
133
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
134
134
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
135
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
135
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(completePaymentSetupRequestDto, localVarRequestOptions, configuration);
136
136
  return [2 /*return*/, {
137
137
  url: (0, common_1.toPathString)(localVarUrlObj),
138
138
  options: localVarRequestOptions,
@@ -144,20 +144,20 @@ var PaymentSetupApiAxiosParamCreator = function (configuration) {
144
144
  /**
145
145
  * This initiates an account within the configured payment service provider, whichgenerates a secret token, allowing the user to add their payment information.
146
146
  * @summary Initiate a payment setup
147
- * @param {object} body
147
+ * @param {InitiatePaymentSetupRequestDto} initiatePaymentSetupRequestDto
148
148
  * @param {string} [authorization] Bearer Token
149
149
  * @param {*} [options] Override http request option.
150
150
  * @throws {RequiredError}
151
151
  */
152
- initiatePaymentSetup: function (body, authorization, options) {
152
+ initiatePaymentSetup: function (initiatePaymentSetupRequestDto, authorization, options) {
153
153
  if (options === void 0) { options = {}; }
154
154
  return __awaiter(_this, void 0, void 0, function () {
155
155
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
156
156
  return __generator(this, function (_a) {
157
157
  switch (_a.label) {
158
158
  case 0:
159
- // verify required parameter 'body' is not null or undefined
160
- (0, common_1.assertParamExists)('initiatePaymentSetup', 'body', body);
159
+ // verify required parameter 'initiatePaymentSetupRequestDto' is not null or undefined
160
+ (0, common_1.assertParamExists)('initiatePaymentSetup', 'initiatePaymentSetupRequestDto', initiatePaymentSetupRequestDto);
161
161
  localVarPath = "/paymentservice/v1/payment-setup/initiate";
162
162
  localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
163
163
  if (configuration) {
@@ -181,7 +181,7 @@ var PaymentSetupApiAxiosParamCreator = function (configuration) {
181
181
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
182
182
  headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
183
183
  localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
184
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
184
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(initiatePaymentSetupRequestDto, localVarRequestOptions, configuration);
185
185
  return [2 /*return*/, {
186
186
  url: (0, common_1.toPathString)(localVarUrlObj),
187
187
  options: localVarRequestOptions,
@@ -203,17 +203,17 @@ var PaymentSetupApiFp = function (configuration) {
203
203
  /**
204
204
  * This endpoint is used to save user-provided payment information. The service will send a request to the configured PSP to securely store the payment data.
205
205
  * @summary Complete a payment setup
206
- * @param {object} body
206
+ * @param {CompletePaymentSetupRequestDto} completePaymentSetupRequestDto
207
207
  * @param {string} [authorization] Bearer Token
208
208
  * @param {*} [options] Override http request option.
209
209
  * @throws {RequiredError}
210
210
  */
211
- completePaymentSetup: function (body, authorization, options) {
211
+ completePaymentSetup: function (completePaymentSetupRequestDto, authorization, options) {
212
212
  return __awaiter(this, void 0, void 0, function () {
213
213
  var localVarAxiosArgs;
214
214
  return __generator(this, function (_a) {
215
215
  switch (_a.label) {
216
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.completePaymentSetup(body, authorization, options)];
216
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.completePaymentSetup(completePaymentSetupRequestDto, authorization, options)];
217
217
  case 1:
218
218
  localVarAxiosArgs = _a.sent();
219
219
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -224,17 +224,17 @@ var PaymentSetupApiFp = function (configuration) {
224
224
  /**
225
225
  * This initiates an account within the configured payment service provider, whichgenerates a secret token, allowing the user to add their payment information.
226
226
  * @summary Initiate a payment setup
227
- * @param {object} body
227
+ * @param {InitiatePaymentSetupRequestDto} initiatePaymentSetupRequestDto
228
228
  * @param {string} [authorization] Bearer Token
229
229
  * @param {*} [options] Override http request option.
230
230
  * @throws {RequiredError}
231
231
  */
232
- initiatePaymentSetup: function (body, authorization, options) {
232
+ initiatePaymentSetup: function (initiatePaymentSetupRequestDto, authorization, options) {
233
233
  return __awaiter(this, void 0, void 0, function () {
234
234
  var localVarAxiosArgs;
235
235
  return __generator(this, function (_a) {
236
236
  switch (_a.label) {
237
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.initiatePaymentSetup(body, authorization, options)];
237
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.initiatePaymentSetup(initiatePaymentSetupRequestDto, authorization, options)];
238
238
  case 1:
239
239
  localVarAxiosArgs = _a.sent();
240
240
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -255,24 +255,24 @@ var PaymentSetupApiFactory = function (configuration, basePath, axios) {
255
255
  /**
256
256
  * This endpoint is used to save user-provided payment information. The service will send a request to the configured PSP to securely store the payment data.
257
257
  * @summary Complete a payment setup
258
- * @param {object} body
258
+ * @param {CompletePaymentSetupRequestDto} completePaymentSetupRequestDto
259
259
  * @param {string} [authorization] Bearer Token
260
260
  * @param {*} [options] Override http request option.
261
261
  * @throws {RequiredError}
262
262
  */
263
- completePaymentSetup: function (body, authorization, options) {
264
- return localVarFp.completePaymentSetup(body, authorization, options).then(function (request) { return request(axios, basePath); });
263
+ completePaymentSetup: function (completePaymentSetupRequestDto, authorization, options) {
264
+ return localVarFp.completePaymentSetup(completePaymentSetupRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
265
265
  },
266
266
  /**
267
267
  * This initiates an account within the configured payment service provider, whichgenerates a secret token, allowing the user to add their payment information.
268
268
  * @summary Initiate a payment setup
269
- * @param {object} body
269
+ * @param {InitiatePaymentSetupRequestDto} initiatePaymentSetupRequestDto
270
270
  * @param {string} [authorization] Bearer Token
271
271
  * @param {*} [options] Override http request option.
272
272
  * @throws {RequiredError}
273
273
  */
274
- initiatePaymentSetup: function (body, authorization, options) {
275
- return localVarFp.initiatePaymentSetup(body, authorization, options).then(function (request) { return request(axios, basePath); });
274
+ initiatePaymentSetup: function (initiatePaymentSetupRequestDto, authorization, options) {
275
+ return localVarFp.initiatePaymentSetup(initiatePaymentSetupRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
276
276
  },
277
277
  };
278
278
  };
@@ -298,7 +298,7 @@ var PaymentSetupApi = /** @class */ (function (_super) {
298
298
  */
299
299
  PaymentSetupApi.prototype.completePaymentSetup = function (requestParameters, options) {
300
300
  var _this = this;
301
- return (0, exports.PaymentSetupApiFp)(this.configuration).completePaymentSetup(requestParameters.body, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
301
+ return (0, exports.PaymentSetupApiFp)(this.configuration).completePaymentSetup(requestParameters.completePaymentSetupRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
302
302
  };
303
303
  /**
304
304
  * This initiates an account within the configured payment service provider, whichgenerates a secret token, allowing the user to add their payment information.
@@ -310,7 +310,7 @@ var PaymentSetupApi = /** @class */ (function (_super) {
310
310
  */
311
311
  PaymentSetupApi.prototype.initiatePaymentSetup = function (requestParameters, options) {
312
312
  var _this = this;
313
- return (0, exports.PaymentSetupApiFp)(this.configuration).initiatePaymentSetup(requestParameters.body, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
313
+ return (0, exports.PaymentSetupApiFp)(this.configuration).initiatePaymentSetup(requestParameters.initiatePaymentSetupRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
314
314
  };
315
315
  return PaymentSetupApi;
316
316
  }(base_1.BaseAPI));
@@ -13,6 +13,9 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { CreatePaymentRequestDto } from '../models';
16
+ import { CreatePaymentResponseClass } from '../models';
17
+ import { GetPaymentResponseClass } from '../models';
18
+ import { ListPaymentsResponseClass } from '../models';
16
19
  /**
17
20
  * PaymentsApi - axios parameter creator
18
21
  * @export
@@ -65,7 +68,7 @@ export declare const PaymentsApiFp: (configuration?: Configuration) => {
65
68
  * @param {*} [options] Override http request option.
66
69
  * @throws {RequiredError}
67
70
  */
68
- createPayment(idempotencyKey: string, createPaymentRequestDto: CreatePaymentRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
71
+ createPayment(idempotencyKey: string, createPaymentRequestDto: CreatePaymentRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePaymentResponseClass>>;
69
72
  /**
70
73
  * Retrieves the details of the payment that was previously created. Supply the unique payment code that was returned when you created it and Emil Api will return the corresponding payment information.
71
74
  * @summary Retrieve the payment
@@ -75,7 +78,7 @@ export declare const PaymentsApiFp: (configuration?: Configuration) => {
75
78
  * @param {*} [options] Override http request option.
76
79
  * @throws {RequiredError}
77
80
  */
78
- getPayment(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
81
+ getPayment(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPaymentResponseClass>>;
79
82
  /**
80
83
  * Returns a list of payments you have previously created. The payments are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
81
84
  * @summary List payments
@@ -87,7 +90,7 @@ export declare const PaymentsApiFp: (configuration?: Configuration) => {
87
90
  * @param {*} [options] Override http request option.
88
91
  * @throws {RequiredError}
89
92
  */
90
- listPayments(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
93
+ listPayments(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListPaymentsResponseClass>>;
91
94
  };
92
95
  /**
93
96
  * PaymentsApi - factory interface
@@ -103,7 +106,7 @@ export declare const PaymentsApiFactory: (configuration?: Configuration, basePat
103
106
  * @param {*} [options] Override http request option.
104
107
  * @throws {RequiredError}
105
108
  */
106
- createPayment(idempotencyKey: string, createPaymentRequestDto: CreatePaymentRequestDto, authorization?: string, options?: any): AxiosPromise<void>;
109
+ createPayment(idempotencyKey: string, createPaymentRequestDto: CreatePaymentRequestDto, authorization?: string, options?: any): AxiosPromise<CreatePaymentResponseClass>;
107
110
  /**
108
111
  * Retrieves the details of the payment that was previously created. Supply the unique payment code that was returned when you created it and Emil Api will return the corresponding payment information.
109
112
  * @summary Retrieve the payment
@@ -113,7 +116,7 @@ export declare const PaymentsApiFactory: (configuration?: Configuration, basePat
113
116
  * @param {*} [options] Override http request option.
114
117
  * @throws {RequiredError}
115
118
  */
116
- getPayment(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<void>;
119
+ getPayment(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetPaymentResponseClass>;
117
120
  /**
118
121
  * Returns a list of payments you have previously created. The payments are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
119
122
  * @summary List payments
@@ -125,7 +128,7 @@ export declare const PaymentsApiFactory: (configuration?: Configuration, basePat
125
128
  * @param {*} [options] Override http request option.
126
129
  * @throws {RequiredError}
127
130
  */
128
- listPayments(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: any): AxiosPromise<void>;
131
+ listPayments(authorization?: string, filter?: string, filters?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListPaymentsResponseClass>;
129
132
  };
130
133
  /**
131
134
  * Request parameters for createPayment operation in PaymentsApi.
@@ -229,7 +232,7 @@ export declare class PaymentsApi extends BaseAPI {
229
232
  * @throws {RequiredError}
230
233
  * @memberof PaymentsApi
231
234
  */
232
- createPayment(requestParameters: PaymentsApiCreatePaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
235
+ createPayment(requestParameters: PaymentsApiCreatePaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePaymentResponseClass, any>>;
233
236
  /**
234
237
  * Retrieves the details of the payment that was previously created. Supply the unique payment code that was returned when you created it and Emil Api will return the corresponding payment information.
235
238
  * @summary Retrieve the payment
@@ -238,7 +241,7 @@ export declare class PaymentsApi extends BaseAPI {
238
241
  * @throws {RequiredError}
239
242
  * @memberof PaymentsApi
240
243
  */
241
- getPayment(requestParameters: PaymentsApiGetPaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
244
+ getPayment(requestParameters: PaymentsApiGetPaymentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPaymentResponseClass, any>>;
242
245
  /**
243
246
  * Returns a list of payments you have previously created. The payments are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
244
247
  * @summary List payments
@@ -247,5 +250,5 @@ export declare class PaymentsApi extends BaseAPI {
247
250
  * @throws {RequiredError}
248
251
  * @memberof PaymentsApi
249
252
  */
250
- listPayments(requestParameters?: PaymentsApiListPaymentsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
253
+ listPayments(requestParameters?: PaymentsApiListPaymentsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListPaymentsResponseClass, any>>;
251
254
  }
@@ -13,6 +13,9 @@ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { CreateRefundRequestDto } from '../models';
16
+ import { CreateRefundResponseClass } from '../models';
17
+ import { GetRefundResponseClass } from '../models';
18
+ import { ListRefundsResponseClass } from '../models';
16
19
  /**
17
20
  * RefundsApi - axios parameter creator
18
21
  * @export
@@ -64,7 +67,7 @@ export declare const RefundsApiFp: (configuration?: Configuration) => {
64
67
  * @param {*} [options] Override http request option.
65
68
  * @throws {RequiredError}
66
69
  */
67
- createRefund(createRefundRequestDto: CreateRefundRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
70
+ createRefund(createRefundRequestDto: CreateRefundRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateRefundResponseClass>>;
68
71
  /**
69
72
  * Retrieves the details of the refund that was previously created. Supply the unique refund code that was returned when you created it and Emil Api will return the corresponding refund information.
70
73
  * @summary Retrieve the refund
@@ -74,7 +77,7 @@ export declare const RefundsApiFp: (configuration?: Configuration) => {
74
77
  * @param {*} [options] Override http request option.
75
78
  * @throws {RequiredError}
76
79
  */
77
- getRefund(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
80
+ getRefund(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetRefundResponseClass>>;
78
81
  /**
79
82
  * 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.
80
83
  * @summary List refunds
@@ -87,7 +90,7 @@ export declare const RefundsApiFp: (configuration?: Configuration) => {
87
90
  * @param {*} [options] Override http request option.
88
91
  * @throws {RequiredError}
89
92
  */
90
- listRefunds(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
93
+ listRefunds(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRefundsResponseClass>>;
91
94
  };
92
95
  /**
93
96
  * RefundsApi - factory interface
@@ -102,7 +105,7 @@ export declare const RefundsApiFactory: (configuration?: Configuration, basePath
102
105
  * @param {*} [options] Override http request option.
103
106
  * @throws {RequiredError}
104
107
  */
105
- createRefund(createRefundRequestDto: CreateRefundRequestDto, authorization?: string, options?: any): AxiosPromise<void>;
108
+ createRefund(createRefundRequestDto: CreateRefundRequestDto, authorization?: string, options?: any): AxiosPromise<CreateRefundResponseClass>;
106
109
  /**
107
110
  * Retrieves the details of the refund that was previously created. Supply the unique refund code that was returned when you created it and Emil Api will return the corresponding refund information.
108
111
  * @summary Retrieve the refund
@@ -112,7 +115,7 @@ export declare const RefundsApiFactory: (configuration?: Configuration, basePath
112
115
  * @param {*} [options] Override http request option.
113
116
  * @throws {RequiredError}
114
117
  */
115
- getRefund(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<void>;
118
+ getRefund(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetRefundResponseClass>;
116
119
  /**
117
120
  * 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.
118
121
  * @summary List refunds
@@ -125,7 +128,7 @@ export declare const RefundsApiFactory: (configuration?: Configuration, basePath
125
128
  * @param {*} [options] Override http request option.
126
129
  * @throws {RequiredError}
127
130
  */
128
- listRefunds(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<void>;
131
+ listRefunds(authorization?: string, filter?: string, filters?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListRefundsResponseClass>;
129
132
  };
130
133
  /**
131
134
  * Request parameters for createRefund operation in RefundsApi.
@@ -229,7 +232,7 @@ export declare class RefundsApi extends BaseAPI {
229
232
  * @throws {RequiredError}
230
233
  * @memberof RefundsApi
231
234
  */
232
- createRefund(requestParameters: RefundsApiCreateRefundRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
235
+ createRefund(requestParameters: RefundsApiCreateRefundRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateRefundResponseClass, any>>;
233
236
  /**
234
237
  * Retrieves the details of the refund that was previously created. Supply the unique refund code that was returned when you created it and Emil Api will return the corresponding refund information.
235
238
  * @summary Retrieve the refund
@@ -238,7 +241,7 @@ export declare class RefundsApi extends BaseAPI {
238
241
  * @throws {RequiredError}
239
242
  * @memberof RefundsApi
240
243
  */
241
- getRefund(requestParameters: RefundsApiGetRefundRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
244
+ getRefund(requestParameters: RefundsApiGetRefundRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetRefundResponseClass, any>>;
242
245
  /**
243
246
  * 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.
244
247
  * @summary List refunds
@@ -247,5 +250,5 @@ export declare class RefundsApi extends BaseAPI {
247
250
  * @throws {RequiredError}
248
251
  * @memberof RefundsApi
249
252
  */
250
- listRefunds(requestParameters?: RefundsApiListRefundsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
253
+ listRefunds(requestParameters?: RefundsApiListRefundsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRefundsResponseClass, any>>;
251
254
  }
@@ -20,7 +20,7 @@ export declare const WebhooksApiAxiosParamCreator: (configuration?: Configuratio
20
20
  /**
21
21
  * This will processes the webhook from external payment service provider.
22
22
  * @summary Handle the webhook from PSP
23
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
23
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
24
24
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
25
25
  * @param {string} productSlug
26
26
  * @param {*} [options] Override http request option.
@@ -36,7 +36,7 @@ export declare const WebhooksApiFp: (configuration?: Configuration) => {
36
36
  /**
37
37
  * This will processes the webhook from external payment service provider.
38
38
  * @summary Handle the webhook from PSP
39
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
39
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
40
40
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
41
41
  * @param {string} productSlug
42
42
  * @param {*} [options] Override http request option.
@@ -52,7 +52,7 @@ export declare const WebhooksApiFactory: (configuration?: Configuration, basePat
52
52
  /**
53
53
  * This will processes the webhook from external payment service provider.
54
54
  * @summary Handle the webhook from PSP
55
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
55
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
56
56
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
57
57
  * @param {string} productSlug
58
58
  * @param {*} [options] Override http request option.
@@ -67,7 +67,7 @@ export declare const WebhooksApiFactory: (configuration?: Configuration, basePat
67
67
  */
68
68
  export interface WebhooksApiPostWebhookRequest {
69
69
  /**
70
- * The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
70
+ * The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
71
71
  * @type {string}
72
72
  * @memberof WebhooksApiPostWebhook
73
73
  */
@@ -95,7 +95,7 @@ var WebhooksApiAxiosParamCreator = function (configuration) {
95
95
  /**
96
96
  * This will processes the webhook from external payment service provider.
97
97
  * @summary Handle the webhook from PSP
98
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
98
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
99
99
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
100
100
  * @param {string} productSlug
101
101
  * @param {*} [options] Override http request option.
@@ -147,7 +147,7 @@ var WebhooksApiFp = function (configuration) {
147
147
  /**
148
148
  * This will processes the webhook from external payment service provider.
149
149
  * @summary Handle the webhook from PSP
150
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
150
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
151
151
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
152
152
  * @param {string} productSlug
153
153
  * @param {*} [options] Override http request option.
@@ -179,7 +179,7 @@ var WebhooksApiFactory = function (configuration, basePath, axios) {
179
179
  /**
180
180
  * This will processes the webhook from external payment service provider.
181
181
  * @summary Handle the webhook from PSP
182
- * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis&lt;/i&gt;
182
+ * @param {string} pspType The type of the payment service provider (PSP).&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Supported PSP: braintree, stripe, b4u, eis, adyen&lt;/i&gt;
183
183
  * @param {string} tenantSlug Unique slug identifier representing a tenant.
184
184
  * @param {string} productSlug
185
185
  * @param {*} [options] Override http request option.
@@ -0,0 +1,84 @@
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 BankAccountClassWithoutExpandProperties
16
+ */
17
+ export interface BankAccountClassWithoutExpandProperties {
18
+ /**
19
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
20
+ * @type {number}
21
+ * @memberof BankAccountClassWithoutExpandProperties
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Unique identifier for the object.
26
+ * @type {string}
27
+ * @memberof BankAccountClassWithoutExpandProperties
28
+ */
29
+ 'code': string;
30
+ /**
31
+ * User account code associated with bank account.
32
+ * @type {string}
33
+ * @memberof BankAccountClassWithoutExpandProperties
34
+ */
35
+ 'accountCode'?: string;
36
+ /**
37
+ * International bank account number with witch the bank account is created.
38
+ * @type {string}
39
+ * @memberof BankAccountClassWithoutExpandProperties
40
+ */
41
+ 'iban': string;
42
+ /**
43
+ * Business Identifier Codes.
44
+ * @type {string}
45
+ * @memberof BankAccountClassWithoutExpandProperties
46
+ */
47
+ 'bic': string;
48
+ /**
49
+ * Bank account holder.
50
+ * @type {string}
51
+ * @memberof BankAccountClassWithoutExpandProperties
52
+ */
53
+ 'accountHolder': string;
54
+ /**
55
+ * Time at which the object was created.
56
+ * @type {string}
57
+ * @memberof BankAccountClassWithoutExpandProperties
58
+ */
59
+ 'createdAt': string;
60
+ /**
61
+ * Time at which the object was updated.
62
+ * @type {string}
63
+ * @memberof BankAccountClassWithoutExpandProperties
64
+ */
65
+ 'updatedAt': string;
66
+ /**
67
+ * Partner code associated with bank account.
68
+ * @type {string}
69
+ * @memberof BankAccountClassWithoutExpandProperties
70
+ */
71
+ 'partnerCode'?: string;
72
+ /**
73
+ * Identifier of the user who created the record.
74
+ * @type {string}
75
+ * @memberof BankAccountClassWithoutExpandProperties
76
+ */
77
+ 'createdBy': string;
78
+ /**
79
+ * Identifier of the user who last updated the record.
80
+ * @type {string}
81
+ * @memberof BankAccountClassWithoutExpandProperties
82
+ */
83
+ 'updatedBy': string;
84
+ }
@@ -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,91 @@
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 { PrimaryBankAccountResponseClass } from './primary-bank-account-response-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BankAccountClass
17
+ */
18
+ export interface BankAccountClass {
19
+ /**
20
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
21
+ * @type {number}
22
+ * @memberof BankAccountClass
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * Unique identifier for the object.
27
+ * @type {string}
28
+ * @memberof BankAccountClass
29
+ */
30
+ 'code': string;
31
+ /**
32
+ * User account code associated with bank account.
33
+ * @type {string}
34
+ * @memberof BankAccountClass
35
+ */
36
+ 'accountCode'?: string;
37
+ /**
38
+ * International bank account number with witch the bank account is created.
39
+ * @type {string}
40
+ * @memberof BankAccountClass
41
+ */
42
+ 'iban': string;
43
+ /**
44
+ * Business Identifier Codes.
45
+ * @type {string}
46
+ * @memberof BankAccountClass
47
+ */
48
+ 'bic': string;
49
+ /**
50
+ * Bank account holder.
51
+ * @type {string}
52
+ * @memberof BankAccountClass
53
+ */
54
+ 'accountHolder': string;
55
+ /**
56
+ * Time at which the object was created.
57
+ * @type {string}
58
+ * @memberof BankAccountClass
59
+ */
60
+ 'createdAt': string;
61
+ /**
62
+ * Time at which the object was updated.
63
+ * @type {string}
64
+ * @memberof BankAccountClass
65
+ */
66
+ 'updatedAt': string;
67
+ /**
68
+ * Partner code associated with bank account.
69
+ * @type {string}
70
+ * @memberof BankAccountClass
71
+ */
72
+ 'partnerCode'?: string;
73
+ /**
74
+ * Primary bank account data
75
+ * @type {PrimaryBankAccountResponseClass}
76
+ * @memberof BankAccountClass
77
+ */
78
+ 'primaryBankAccount'?: PrimaryBankAccountResponseClass;
79
+ /**
80
+ * Identifier of the user who created the record.
81
+ * @type {string}
82
+ * @memberof BankAccountClass
83
+ */
84
+ 'createdBy': string;
85
+ /**
86
+ * Identifier of the user who last updated the record.
87
+ * @type {string}
88
+ * @memberof BankAccountClass
89
+ */
90
+ 'updatedBy': string;
91
+ }
@@ -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 });