@emilgroup/payment-sdk-node 1.23.1-beta.10 → 1.23.1-beta.101

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 (129) hide show
  1. package/.openapi-generator/FILES +12 -0
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +16 -16
  4. package/api/bank-orders-api.ts +16 -16
  5. package/api/bank-transaction-api.ts +12 -12
  6. package/api/billing-addresses-api.ts +12 -12
  7. package/api/credit-allocation-api.ts +12 -12
  8. package/api/exceeding-credits-api.ts +12 -12
  9. package/api/ibanvalidator-api.ts +169 -0
  10. package/api/payment-methods-api.ts +12 -12
  11. package/api/payment-receipts-api.ts +680 -0
  12. package/api/payment-reminders-api.ts +16 -16
  13. package/api/payment-requests-api.ts +20 -20
  14. package/api/payments-api.ts +12 -12
  15. package/api/payout-methods-api.ts +138 -20
  16. package/api/refunds-api.ts +12 -12
  17. package/api/tenant-bank-account-api.ts +12 -12
  18. package/api/webhooks-api.ts +125 -14
  19. package/api.ts +4 -0
  20. package/base.ts +1 -0
  21. package/dist/api/bank-accounts-api.d.ts +16 -16
  22. package/dist/api/bank-accounts-api.js +13 -13
  23. package/dist/api/bank-orders-api.d.ts +16 -16
  24. package/dist/api/bank-orders-api.js +14 -14
  25. package/dist/api/bank-transaction-api.d.ts +12 -12
  26. package/dist/api/bank-transaction-api.js +10 -10
  27. package/dist/api/billing-addresses-api.d.ts +12 -12
  28. package/dist/api/billing-addresses-api.js +10 -10
  29. package/dist/api/credit-allocation-api.d.ts +12 -12
  30. package/dist/api/credit-allocation-api.js +10 -10
  31. package/dist/api/exceeding-credits-api.d.ts +12 -12
  32. package/dist/api/exceeding-credits-api.js +10 -10
  33. package/dist/api/ibanvalidator-api.d.ts +97 -0
  34. package/dist/api/ibanvalidator-api.js +228 -0
  35. package/dist/api/payment-methods-api.d.ts +12 -12
  36. package/dist/api/payment-methods-api.js +10 -10
  37. package/dist/api/payment-receipts-api.d.ts +383 -0
  38. package/dist/api/payment-receipts-api.js +641 -0
  39. package/dist/api/payment-reminders-api.d.ts +16 -16
  40. package/dist/api/payment-reminders-api.js +13 -13
  41. package/dist/api/payment-requests-api.d.ts +20 -20
  42. package/dist/api/payment-requests-api.js +15 -15
  43. package/dist/api/payments-api.d.ts +12 -12
  44. package/dist/api/payments-api.js +10 -10
  45. package/dist/api/payout-methods-api.d.ts +85 -20
  46. package/dist/api/payout-methods-api.js +115 -16
  47. package/dist/api/refunds-api.d.ts +12 -12
  48. package/dist/api/refunds-api.js +10 -10
  49. package/dist/api/tenant-bank-account-api.d.ts +12 -12
  50. package/dist/api/tenant-bank-account-api.js +10 -10
  51. package/dist/api/webhooks-api.d.ts +73 -9
  52. package/dist/api/webhooks-api.js +100 -11
  53. package/dist/api.d.ts +2 -0
  54. package/dist/api.js +2 -0
  55. package/dist/base.d.ts +2 -1
  56. package/dist/base.js +1 -0
  57. package/dist/models/bank-account-class-without-expand-properties.d.ts +6 -0
  58. package/dist/models/bank-account-class.d.ts +6 -0
  59. package/dist/models/bank-data-class.d.ts +36 -0
  60. package/dist/models/bank-data-class.js +15 -0
  61. package/dist/models/bank-transaction-entity.d.ts +4 -2
  62. package/dist/models/create-payment-order-dto.d.ts +4 -2
  63. package/dist/models/create-payment-order-request-dto.d.ts +4 -2
  64. package/dist/models/create-payment-receipt-request-dto.d.ts +65 -0
  65. package/dist/models/create-payment-receipt-request-dto.js +20 -0
  66. package/dist/models/create-payment-receipt-response-class.d.ts +25 -0
  67. package/dist/models/create-payment-receipt-response-class.js +15 -0
  68. package/dist/models/create-payment-request-dto.d.ts +4 -2
  69. package/dist/models/create-payment-request-request-dto.d.ts +54 -11
  70. package/dist/models/create-payment-request-request-dto.js +8 -4
  71. package/dist/models/create-payout-method-by-bank-account-request-dto.d.ts +36 -0
  72. package/dist/models/create-payout-method-by-bank-account-request-dto.js +15 -0
  73. package/dist/models/create-payout-method-request-dto.d.ts +8 -2
  74. package/dist/models/credit-allocation-class.d.ts +6 -0
  75. package/dist/models/credit-allocation-entity.d.ts +6 -0
  76. package/dist/models/get-payment-receipt-response-class.d.ts +25 -0
  77. package/dist/models/get-payment-receipt-response-class.js +15 -0
  78. package/dist/models/index.d.ts +10 -0
  79. package/dist/models/index.js +10 -0
  80. package/dist/models/invoice-match-suggestion-entity.d.ts +4 -2
  81. package/dist/models/list-payment-receipts-response-class.d.ts +43 -0
  82. package/dist/models/list-payment-receipts-response-class.js +15 -0
  83. package/dist/models/payment-class-without-expand-properties.d.ts +1 -1
  84. package/dist/models/payment-class.d.ts +1 -1
  85. package/dist/models/payment-entity.d.ts +5 -3
  86. package/dist/models/payment-receipt-class.d.ts +101 -0
  87. package/dist/models/payment-receipt-class.js +20 -0
  88. package/dist/models/payment-request-class.d.ts +68 -12
  89. package/dist/models/payment-request-class.js +9 -5
  90. package/dist/models/payout-method-class.d.ts +6 -0
  91. package/dist/models/update-payment-receipt-response-class.d.ts +25 -0
  92. package/dist/models/update-payment-receipt-response-class.js +15 -0
  93. package/dist/models/update-payment-request-request-dto.d.ts +2 -2
  94. package/dist/models/update-payment-request-request-dto.js +1 -1
  95. package/dist/models/validate-iban-request-dto.d.ts +24 -0
  96. package/dist/models/validate-iban-request-dto.js +15 -0
  97. package/dist/models/validate-iban-response-class.d.ts +31 -0
  98. package/dist/models/validate-iban-response-class.js +15 -0
  99. package/dist/models/validate-pspconfig-request-dto.d.ts +4 -2
  100. package/models/bank-account-class-without-expand-properties.ts +6 -0
  101. package/models/bank-account-class.ts +6 -0
  102. package/models/bank-data-class.ts +42 -0
  103. package/models/bank-transaction-entity.ts +2 -2
  104. package/models/create-payment-order-dto.ts +2 -2
  105. package/models/create-payment-order-request-dto.ts +2 -2
  106. package/models/create-payment-receipt-request-dto.ts +74 -0
  107. package/models/create-payment-receipt-response-class.ts +31 -0
  108. package/models/create-payment-request-dto.ts +2 -2
  109. package/models/create-payment-request-request-dto.ts +53 -11
  110. package/models/create-payout-method-by-bank-account-request-dto.ts +42 -0
  111. package/models/create-payout-method-request-dto.ts +8 -2
  112. package/models/credit-allocation-class.ts +6 -0
  113. package/models/credit-allocation-entity.ts +6 -0
  114. package/models/get-payment-receipt-response-class.ts +31 -0
  115. package/models/index.ts +10 -0
  116. package/models/invoice-match-suggestion-entity.ts +2 -2
  117. package/models/list-payment-receipts-response-class.ts +49 -0
  118. package/models/payment-class-without-expand-properties.ts +1 -1
  119. package/models/payment-class.ts +1 -1
  120. package/models/payment-entity.ts +3 -3
  121. package/models/payment-receipt-class.ts +110 -0
  122. package/models/payment-request-class.ts +67 -12
  123. package/models/payout-method-class.ts +6 -0
  124. package/models/update-payment-receipt-response-class.ts +31 -0
  125. package/models/update-payment-request-request-dto.ts +2 -2
  126. package/models/validate-iban-request-dto.ts +30 -0
  127. package/models/validate-iban-response-class.ts +37 -0
  128. package/models/validate-pspconfig-request-dto.ts +2 -2
  129. package/package.json +2 -2
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./activate-policy-payment-method-request-dto"), exports);
18
18
  __exportStar(require("./bank-account-class"), exports);
19
19
  __exportStar(require("./bank-account-class-without-expand-properties"), exports);
20
+ __exportStar(require("./bank-data-class"), exports);
20
21
  __exportStar(require("./bank-order-class"), exports);
21
22
  __exportStar(require("./bank-order-entity"), exports);
22
23
  __exportStar(require("./bank-order-xml-file-class"), exports);
@@ -49,12 +50,15 @@ __exportStar(require("./create-credit-allocation-response-class"), exports);
49
50
  __exportStar(require("./create-payment-method-response-class"), exports);
50
51
  __exportStar(require("./create-payment-order-dto"), exports);
51
52
  __exportStar(require("./create-payment-order-request-dto"), exports);
53
+ __exportStar(require("./create-payment-receipt-request-dto"), exports);
54
+ __exportStar(require("./create-payment-receipt-response-class"), exports);
52
55
  __exportStar(require("./create-payment-reminder-request-dto"), exports);
53
56
  __exportStar(require("./create-payment-reminder-response-class"), exports);
54
57
  __exportStar(require("./create-payment-request-dto"), exports);
55
58
  __exportStar(require("./create-payment-request-request-dto"), exports);
56
59
  __exportStar(require("./create-payment-request-response-class"), exports);
57
60
  __exportStar(require("./create-payment-response-class"), exports);
61
+ __exportStar(require("./create-payout-method-by-bank-account-request-dto"), exports);
58
62
  __exportStar(require("./create-payout-method-request-dto"), exports);
59
63
  __exportStar(require("./create-payout-method-response-class"), exports);
60
64
  __exportStar(require("./create-policy-payment-method-request-dto"), exports);
@@ -80,6 +84,7 @@ __exportStar(require("./get-billing-address-response-class"), exports);
80
84
  __exportStar(require("./get-credit-allocation-response-class"), exports);
81
85
  __exportStar(require("./get-exceeding-credit-response-class"), exports);
82
86
  __exportStar(require("./get-payment-method-response-class"), exports);
87
+ __exportStar(require("./get-payment-receipt-response-class"), exports);
83
88
  __exportStar(require("./get-payment-reminder-response-class"), exports);
84
89
  __exportStar(require("./get-payment-request-response-class"), exports);
85
90
  __exportStar(require("./get-payment-response-class"), exports);
@@ -110,6 +115,7 @@ __exportStar(require("./list-billing-addresses-response-class"), exports);
110
115
  __exportStar(require("./list-credit-allocations-response-class"), exports);
111
116
  __exportStar(require("./list-exceeding-credits-response-class"), exports);
112
117
  __exportStar(require("./list-payment-methods-response-class"), exports);
118
+ __exportStar(require("./list-payment-receipts-response-class"), exports);
113
119
  __exportStar(require("./list-payment-reminders-response-class"), exports);
114
120
  __exportStar(require("./list-payment-requests-response-class"), exports);
115
121
  __exportStar(require("./list-payments-response-class"), exports);
@@ -124,6 +130,7 @@ __exportStar(require("./payment-class"), exports);
124
130
  __exportStar(require("./payment-class-without-expand-properties"), exports);
125
131
  __exportStar(require("./payment-entity"), exports);
126
132
  __exportStar(require("./payment-method-class"), exports);
133
+ __exportStar(require("./payment-receipt-class"), exports);
127
134
  __exportStar(require("./payment-reminder-class"), exports);
128
135
  __exportStar(require("./payment-request-class"), exports);
129
136
  __exportStar(require("./payout-method-class"), exports);
@@ -150,8 +157,11 @@ __exportStar(require("./update-bank-order-request-dto"), exports);
150
157
  __exportStar(require("./update-bank-order-response-class"), exports);
151
158
  __exportStar(require("./update-billing-address-request-dto"), exports);
152
159
  __exportStar(require("./update-billing-address-response-class"), exports);
160
+ __exportStar(require("./update-payment-receipt-response-class"), exports);
153
161
  __exportStar(require("./update-payment-request-request-dto"), exports);
154
162
  __exportStar(require("./update-payment-request-response-class"), exports);
155
163
  __exportStar(require("./update-tenant-bank-account-response-class"), exports);
156
164
  __exportStar(require("./update-tenant-bank-account-rest-request-dto"), exports);
165
+ __exportStar(require("./validate-iban-request-dto"), exports);
166
+ __exportStar(require("./validate-iban-response-class"), exports);
157
167
  __exportStar(require("./validate-pspconfig-request-dto"), exports);
@@ -54,10 +54,12 @@ export interface InvoiceMatchSuggestionEntity {
54
54
  'confidenceScore': number;
55
55
  /**
56
56
  *
57
- * @type {object}
57
+ * @type {{ [key: string]: object; }}
58
58
  * @memberof InvoiceMatchSuggestionEntity
59
59
  */
60
- 'matchCriteria'?: object;
60
+ 'matchCriteria'?: {
61
+ [key: string]: object;
62
+ };
61
63
  /**
62
64
  *
63
65
  * @type {string}
@@ -0,0 +1,43 @@
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 { PaymentReceiptClass } from './payment-receipt-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListPaymentReceiptsResponseClass
17
+ */
18
+ export interface ListPaymentReceiptsResponseClass {
19
+ /**
20
+ * The list of payment receipts.
21
+ * @type {Array<PaymentReceiptClass>}
22
+ * @memberof ListPaymentReceiptsResponseClass
23
+ */
24
+ 'items': Array<PaymentReceiptClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListPaymentReceiptsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ /**
32
+ * Items per page.
33
+ * @type {number}
34
+ * @memberof ListPaymentReceiptsResponseClass
35
+ */
36
+ 'itemsPerPage': number;
37
+ /**
38
+ * Total amount of items.
39
+ * @type {number}
40
+ * @memberof ListPaymentReceiptsResponseClass
41
+ */
42
+ 'totalItems': number;
43
+ }
@@ -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 });
@@ -44,7 +44,7 @@ export interface PaymentClassWithoutExpandProperties {
44
44
  * @type {string}
45
45
  * @memberof PaymentClassWithoutExpandProperties
46
46
  */
47
- 'partnerCode'?: string;
47
+ 'partnerCode': string;
48
48
  /**
49
49
  * Amount to be paid in cents. 100 to charge 1€.
50
50
  * @type {number}
@@ -45,7 +45,7 @@ export interface PaymentClass {
45
45
  * @type {string}
46
46
  * @memberof PaymentClass
47
47
  */
48
- 'partnerCode'?: string;
48
+ 'partnerCode': string;
49
49
  /**
50
50
  * Amount to be paid in cents. 100 to charge 1€.
51
51
  * @type {number}
@@ -51,7 +51,7 @@ export interface PaymentEntity {
51
51
  * @type {string}
52
52
  * @memberof PaymentEntity
53
53
  */
54
- 'partnerCode'?: string;
54
+ 'partnerCode': string;
55
55
  /**
56
56
  *
57
57
  * @type {string}
@@ -84,10 +84,12 @@ export interface PaymentEntity {
84
84
  'transactions': Array<TransactionEntity>;
85
85
  /**
86
86
  *
87
- * @type {object}
87
+ * @type {{ [key: string]: string; }}
88
88
  * @memberof PaymentEntity
89
89
  */
90
- 'metadata': object;
90
+ 'metadata': {
91
+ [key: string]: string;
92
+ };
91
93
  /**
92
94
  *
93
95
  * @type {string}
@@ -0,0 +1,101 @@
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 PaymentReceiptClass
16
+ */
17
+ export interface PaymentReceiptClass {
18
+ /**
19
+ * id
20
+ * @type {number}
21
+ * @memberof PaymentReceiptClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * code
26
+ * @type {string}
27
+ * @memberof PaymentReceiptClass
28
+ */
29
+ 'code': string;
30
+ /**
31
+ * amount in cents.
32
+ * @type {number}
33
+ * @memberof PaymentReceiptClass
34
+ */
35
+ 'amount': number;
36
+ /**
37
+ * currency
38
+ * @type {string}
39
+ * @memberof PaymentReceiptClass
40
+ */
41
+ 'currency': string;
42
+ /**
43
+ * The receipt direction. Collect for incoming payments, Disburse for outgoing payments.
44
+ * @type {string}
45
+ * @memberof PaymentReceiptClass
46
+ */
47
+ 'direction': PaymentReceiptClassDirectionEnum;
48
+ /**
49
+ * Date the payment was confirmed
50
+ * @type {string}
51
+ * @memberof PaymentReceiptClass
52
+ */
53
+ 'dateOfPayment': string;
54
+ /**
55
+ * The code of the payment request associated with the payment receipt.
56
+ * @type {string}
57
+ * @memberof PaymentReceiptClass
58
+ */
59
+ 'paymentRequestCode'?: string;
60
+ /**
61
+ * The payment service provider that produced the payment receipt.
62
+ * @type {string}
63
+ * @memberof PaymentReceiptClass
64
+ */
65
+ 'psp'?: string;
66
+ /**
67
+ * An optional comment associated with the payment receipt.
68
+ * @type {string}
69
+ * @memberof PaymentReceiptClass
70
+ */
71
+ 'comment'?: string;
72
+ /**
73
+ * Time at which the object was created.
74
+ * @type {string}
75
+ * @memberof PaymentReceiptClass
76
+ */
77
+ 'createdAt': string;
78
+ /**
79
+ * Time at which the object was updated.
80
+ * @type {string}
81
+ * @memberof PaymentReceiptClass
82
+ */
83
+ 'updatedAt': string;
84
+ /**
85
+ * Identifier of the user who created the record.
86
+ * @type {string}
87
+ * @memberof PaymentReceiptClass
88
+ */
89
+ 'createdBy': string;
90
+ /**
91
+ * Identifier of the user who last updated the record.
92
+ * @type {string}
93
+ * @memberof PaymentReceiptClass
94
+ */
95
+ 'updatedBy': string;
96
+ }
97
+ export declare const PaymentReceiptClassDirectionEnum: {
98
+ readonly Collect: "collect";
99
+ readonly Disburse: "disburse";
100
+ };
101
+ export type PaymentReceiptClassDirectionEnum = typeof PaymentReceiptClassDirectionEnum[keyof typeof PaymentReceiptClassDirectionEnum];
@@ -0,0 +1,20 @@
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 });
16
+ exports.PaymentReceiptClassDirectionEnum = void 0;
17
+ exports.PaymentReceiptClassDirectionEnum = {
18
+ Collect: 'collect',
19
+ Disburse: 'disburse'
20
+ };
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { PaymentReceiptClass } from './payment-receipt-class';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -27,6 +28,12 @@ export interface PaymentRequestClass {
27
28
  * @memberof PaymentRequestClass
28
29
  */
29
30
  'code': string;
31
+ /**
32
+ * Payment request number.
33
+ * @type {string}
34
+ * @memberof PaymentRequestClass
35
+ */
36
+ 'paymentRequestNumber': string;
30
37
  /**
31
38
  * Payment amount in cents. 100 represents 1€.
32
39
  * @type {number}
@@ -46,23 +53,59 @@ export interface PaymentRequestClass {
46
53
  */
47
54
  'direction': PaymentRequestClassDirectionEnum;
48
55
  /**
49
- * Code of the source entity (e.g., invoice code, claim code) that this payment request is associated with.
56
+ * Code of the financial entity (e.g., invoice code, claim adjustment code) that this payment request is associated with.
50
57
  * @type {string}
51
58
  * @memberof PaymentRequestClass
52
59
  */
53
- 'sourceEntityCode'?: string;
60
+ 'financialEntityCode': string;
54
61
  /**
55
- * Type of the payment request. Defines the business context or purpose of the payment.
62
+ * Number of the financial entity (e.g., invoice number, claim adjustment number).
56
63
  * @type {string}
57
64
  * @memberof PaymentRequestClass
58
65
  */
59
- 'type': PaymentRequestClassTypeEnum;
66
+ 'financialEntityNumber': string;
60
67
  /**
61
- * Current status of the payment request. Valid statuses: open, approved, pending, succeeded, failed, withdrawn.
68
+ * Type of the financial entity (e.g., invoice, claim_regulation).
69
+ * @type {string}
70
+ * @memberof PaymentRequestClass
71
+ */
72
+ 'financialEntityType': PaymentRequestClassFinancialEntityTypeEnum;
73
+ /**
74
+ * Code of the domain entity (e.g., policy code, claim code) that this payment request is associated with.
75
+ * @type {string}
76
+ * @memberof PaymentRequestClass
77
+ */
78
+ 'domainEntityCode': string;
79
+ /**
80
+ * Number of the domain entity (e.g., policy number, claim number).
81
+ * @type {string}
82
+ * @memberof PaymentRequestClass
83
+ */
84
+ 'domainEntityNumber': string;
85
+ /**
86
+ * Type of the domain entity (e.g., policy, claim).
87
+ * @type {string}
88
+ * @memberof PaymentRequestClass
89
+ */
90
+ 'domainEntityType': PaymentRequestClassDomainEntityTypeEnum;
91
+ /**
92
+ * Current status of the payment request. Valid statuses: open, approved, pending, paid, failed, withdrawn.
62
93
  * @type {string}
63
94
  * @memberof PaymentRequestClass
64
95
  */
65
96
  'status': PaymentRequestClassStatusEnum;
97
+ /**
98
+ * Code of the settlement the payment request was created for.
99
+ * @type {string}
100
+ * @memberof PaymentRequestClass
101
+ */
102
+ 'settlementCode'?: string;
103
+ /**
104
+ * Code of the partner the payment request was created for.
105
+ * @type {string}
106
+ * @memberof PaymentRequestClass
107
+ */
108
+ 'partnerCode': string;
66
109
  /**
67
110
  * Code of the payment method used for this payment request.
68
111
  * @type {string}
@@ -83,28 +126,41 @@ export interface PaymentRequestClass {
83
126
  'paymentMethodPsp'?: string;
84
127
  /**
85
128
  * Optional field containing extra information about the payment request.
86
- * @type {object}
129
+ * @type {{ [key: string]: object; }}
130
+ * @memberof PaymentRequestClass
131
+ */
132
+ 'metadata'?: {
133
+ [key: string]: object;
134
+ };
135
+ /**
136
+ * The list of payment receipts.
137
+ * @type {Array<PaymentReceiptClass>}
87
138
  * @memberof PaymentRequestClass
88
139
  */
89
- 'metadata'?: object;
140
+ 'paymentReceipts': Array<PaymentReceiptClass>;
90
141
  }
91
142
  export declare const PaymentRequestClassDirectionEnum: {
92
143
  readonly Collect: "collect";
93
144
  readonly Disburse: "disburse";
94
145
  };
95
146
  export type PaymentRequestClassDirectionEnum = typeof PaymentRequestClassDirectionEnum[keyof typeof PaymentRequestClassDirectionEnum];
96
- export declare const PaymentRequestClassTypeEnum: {
147
+ export declare const PaymentRequestClassFinancialEntityTypeEnum: {
148
+ readonly ClaimRegulation: "claim_regulation";
149
+ readonly RefundAllocation: "refund_allocation";
150
+ readonly Other: "other";
151
+ };
152
+ export type PaymentRequestClassFinancialEntityTypeEnum = typeof PaymentRequestClassFinancialEntityTypeEnum[keyof typeof PaymentRequestClassFinancialEntityTypeEnum];
153
+ export declare const PaymentRequestClassDomainEntityTypeEnum: {
97
154
  readonly Other: "other";
98
155
  readonly Claim: "claim";
99
- readonly Premium: "premium";
100
- readonly Commission: "commission";
156
+ readonly Policy: "policy";
101
157
  };
102
- export type PaymentRequestClassTypeEnum = typeof PaymentRequestClassTypeEnum[keyof typeof PaymentRequestClassTypeEnum];
158
+ export type PaymentRequestClassDomainEntityTypeEnum = typeof PaymentRequestClassDomainEntityTypeEnum[keyof typeof PaymentRequestClassDomainEntityTypeEnum];
103
159
  export declare const PaymentRequestClassStatusEnum: {
104
160
  readonly Open: "open";
105
161
  readonly Approved: "approved";
106
162
  readonly Pending: "pending";
107
- readonly Succeeded: "succeeded";
163
+ readonly Paid: "paid";
108
164
  readonly Failed: "failed";
109
165
  readonly Withdrawn: "withdrawn";
110
166
  };
@@ -13,22 +13,26 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.PaymentRequestClassStatusEnum = exports.PaymentRequestClassTypeEnum = exports.PaymentRequestClassDirectionEnum = void 0;
16
+ exports.PaymentRequestClassStatusEnum = exports.PaymentRequestClassDomainEntityTypeEnum = exports.PaymentRequestClassFinancialEntityTypeEnum = exports.PaymentRequestClassDirectionEnum = void 0;
17
17
  exports.PaymentRequestClassDirectionEnum = {
18
18
  Collect: 'collect',
19
19
  Disburse: 'disburse'
20
20
  };
21
- exports.PaymentRequestClassTypeEnum = {
21
+ exports.PaymentRequestClassFinancialEntityTypeEnum = {
22
+ ClaimRegulation: 'claim_regulation',
23
+ RefundAllocation: 'refund_allocation',
24
+ Other: 'other'
25
+ };
26
+ exports.PaymentRequestClassDomainEntityTypeEnum = {
22
27
  Other: 'other',
23
28
  Claim: 'claim',
24
- Premium: 'premium',
25
- Commission: 'commission'
29
+ Policy: 'policy'
26
30
  };
27
31
  exports.PaymentRequestClassStatusEnum = {
28
32
  Open: 'open',
29
33
  Approved: 'approved',
30
34
  Pending: 'pending',
31
- Succeeded: 'succeeded',
35
+ Paid: 'paid',
32
36
  Failed: 'failed',
33
37
  Withdrawn: 'withdrawn'
34
38
  };
@@ -40,6 +40,12 @@ export interface PayoutMethodClass {
40
40
  * @memberof PayoutMethodClass
41
41
  */
42
42
  'lastName': string;
43
+ /**
44
+ * Bank account holder.
45
+ * @type {string}
46
+ * @memberof PayoutMethodClass
47
+ */
48
+ 'accountHolder': string;
43
49
  /**
44
50
  * IBAN
45
51
  * @type {string}
@@ -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 { PaymentReceiptClass } from './payment-receipt-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdatePaymentReceiptResponseClass
17
+ */
18
+ export interface UpdatePaymentReceiptResponseClass {
19
+ /**
20
+ * The updated payment receipt.
21
+ * @type {PaymentReceiptClass}
22
+ * @memberof UpdatePaymentReceiptResponseClass
23
+ */
24
+ 'paymentReceipt'?: PaymentReceiptClass;
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 });
@@ -22,7 +22,7 @@ export interface UpdatePaymentRequestRequestDto {
22
22
  */
23
23
  'code': string;
24
24
  /**
25
- * New status for the payment request. Valid statuses: open, approved, pending, succeeded, failed, withdrawn
25
+ * New status for the payment request. Valid statuses: open, approved, pending, paid, failed, withdrawn
26
26
  * @type {string}
27
27
  * @memberof UpdatePaymentRequestRequestDto
28
28
  */
@@ -32,7 +32,7 @@ export declare const UpdatePaymentRequestRequestDtoStatusEnum: {
32
32
  readonly Open: "open";
33
33
  readonly Approved: "approved";
34
34
  readonly Pending: "pending";
35
- readonly Succeeded: "succeeded";
35
+ readonly Paid: "paid";
36
36
  readonly Failed: "failed";
37
37
  readonly Withdrawn: "withdrawn";
38
38
  };
@@ -18,7 +18,7 @@ exports.UpdatePaymentRequestRequestDtoStatusEnum = {
18
18
  Open: 'open',
19
19
  Approved: 'approved',
20
20
  Pending: 'pending',
21
- Succeeded: 'succeeded',
21
+ Paid: 'paid',
22
22
  Failed: 'failed',
23
23
  Withdrawn: 'withdrawn'
24
24
  };
@@ -0,0 +1,24 @@
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 ValidateIbanRequestDto
16
+ */
17
+ export interface ValidateIbanRequestDto {
18
+ /**
19
+ * iban
20
+ * @type {string}
21
+ * @memberof ValidateIbanRequestDto
22
+ */
23
+ 'iban': string;
24
+ }
@@ -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,31 @@
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 { BankDataClass } from './bank-data-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ValidateIbanResponseClass
17
+ */
18
+ export interface ValidateIbanResponseClass {
19
+ /**
20
+ * valid
21
+ * @type {boolean}
22
+ * @memberof ValidateIbanResponseClass
23
+ */
24
+ 'valid': boolean;
25
+ /**
26
+ * bankData
27
+ * @type {BankDataClass}
28
+ * @memberof ValidateIbanResponseClass
29
+ */
30
+ 'bankData'?: BankDataClass;
31
+ }
@@ -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 });
@@ -23,10 +23,12 @@ export interface ValidatePSPConfigRequestDto {
23
23
  'type': ValidatePSPConfigRequestDtoTypeEnum;
24
24
  /**
25
25
  * Map containing various necessary keys to properly use the payment service provider. In the form of <api key name, api key value>.
26
- * @type {object}
26
+ * @type {{ [key: string]: string; }}
27
27
  * @memberof ValidatePSPConfigRequestDto
28
28
  */
29
- 'apiKeys': object;
29
+ 'apiKeys': {
30
+ [key: string]: string;
31
+ };
30
32
  /**
31
33
  * List of payment methods that should be accepted by the payment service provider.
32
34
  * @type {Array<string>}