@emilgroup/payment-sdk 1.13.1-beta.1 → 1.13.1-beta.100

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 (182) hide show
  1. package/.openapi-generator/FILES +34 -1
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +55 -13
  4. package/api/bank-orders-api.ts +691 -0
  5. package/api/bank-transaction-api.ts +177 -63
  6. package/api/exceeding-credits-api.ts +349 -0
  7. package/api/payment-methods-api.ts +59 -17
  8. package/api/payment-reminders-api.ts +55 -13
  9. package/api/payments-api.ts +188 -21
  10. package/api/policy-payment-methods-api.ts +353 -0
  11. package/api/refunds-api.ts +45 -17
  12. package/api/tenant-bank-account-api.ts +45 -17
  13. package/api.ts +6 -0
  14. package/base.ts +52 -3
  15. package/dist/api/bank-accounts-api.d.ts +35 -8
  16. package/dist/api/bank-accounts-api.js +29 -11
  17. package/dist/api/bank-orders-api.d.ts +393 -0
  18. package/dist/api/bank-orders-api.js +642 -0
  19. package/dist/api/bank-transaction-api.d.ts +110 -46
  20. package/dist/api/bank-transaction-api.js +141 -44
  21. package/dist/api/exceeding-credits-api.d.ts +206 -0
  22. package/dist/api/exceeding-credits-api.js +352 -0
  23. package/dist/api/payment-methods-api.d.ts +39 -12
  24. package/dist/api/payment-methods-api.js +32 -14
  25. package/dist/api/payment-reminders-api.d.ts +35 -8
  26. package/dist/api/payment-reminders-api.js +29 -11
  27. package/dist/api/payments-api.d.ts +112 -16
  28. package/dist/api/payments-api.js +141 -18
  29. package/dist/api/policy-payment-methods-api.d.ts +207 -0
  30. package/dist/api/policy-payment-methods-api.js +353 -0
  31. package/dist/api/refunds-api.d.ts +28 -10
  32. package/dist/api/refunds-api.js +24 -12
  33. package/dist/api/tenant-bank-account-api.d.ts +28 -10
  34. package/dist/api/tenant-bank-account-api.js +24 -12
  35. package/dist/api.d.ts +3 -0
  36. package/dist/api.js +3 -0
  37. package/dist/base.d.ts +10 -1
  38. package/dist/base.js +46 -2
  39. package/dist/models/bank-order-class.d.ts +122 -0
  40. package/dist/models/bank-order-xml-file-class.d.ts +72 -0
  41. package/dist/models/bank-order-xml-file-class.js +15 -0
  42. package/dist/models/bank-transaction-class-without-expand-properties.d.ts +18 -18
  43. package/dist/models/bank-transaction-class-without-expand-properties.js +5 -0
  44. package/dist/models/bank-transaction-class.d.ts +36 -22
  45. package/dist/models/bank-transaction-class.js +5 -0
  46. package/dist/models/bank-transaction-invoice-class.d.ts +60 -0
  47. package/dist/models/bank-transaction-invoice-class.js +15 -0
  48. package/dist/models/bank-transfer-dto.d.ts +25 -0
  49. package/dist/models/bank-transfer-dto.js +15 -0
  50. package/dist/models/billing-address-dto.d.ts +54 -0
  51. package/dist/models/billing-address-dto.js +15 -0
  52. package/dist/models/complete-adyen-payment-setup-request-dto.d.ts +2 -0
  53. package/dist/models/complete-adyen-payment-setup-request-dto.js +3 -1
  54. package/dist/models/complete-eis-payment-setup-request-dto.d.ts +36 -0
  55. package/dist/models/complete-eis-payment-setup-request-dto.js +15 -0
  56. package/dist/models/complete-payment-setup-request-dto.d.ts +7 -0
  57. package/dist/models/complete-stripe-payment-setup-request-dto.d.ts +2 -0
  58. package/dist/models/complete-stripe-payment-setup-request-dto.js +3 -1
  59. package/dist/models/create-bank-order-request-dto.d.ts +74 -0
  60. package/dist/models/create-bank-order-request-dto.js +28 -0
  61. package/dist/models/create-bank-order-response-class.d.ts +25 -0
  62. package/dist/models/create-bank-order-response-class.js +15 -0
  63. package/dist/models/create-payment-order-dto.d.ts +48 -0
  64. package/dist/models/create-payment-order-dto.js +15 -0
  65. package/dist/models/create-payment-order-request-dto.d.ts +48 -0
  66. package/dist/models/create-payment-order-request-dto.js +15 -0
  67. package/dist/models/create-payment-reminder-request-dto.d.ts +7 -1
  68. package/dist/models/create-payment-request-dto.d.ts +7 -1
  69. package/dist/models/create-policy-payment-method-request-dto.d.ts +30 -0
  70. package/dist/models/create-policy-payment-method-request-dto.js +15 -0
  71. package/dist/models/create-policy-payment-method-response-class.d.ts +25 -0
  72. package/dist/models/create-policy-payment-method-response-class.js +15 -0
  73. package/dist/models/create-psp-payment-method-request-dto.d.ts +29 -1
  74. package/dist/models/create-psp-payment-method-request-dto.js +3 -1
  75. package/dist/models/deactivated-payment-reminder-class.d.ts +7 -1
  76. package/dist/models/eis-sepa-debit-dto.d.ts +55 -0
  77. package/dist/models/eis-sepa-debit-dto.js +15 -0
  78. package/dist/models/exceeding-credit-class.d.ts +116 -0
  79. package/dist/models/exceeding-credit-class.js +29 -0
  80. package/dist/models/financial-account-class.d.ts +111 -0
  81. package/dist/models/financial-account-class.js +24 -0
  82. package/dist/models/generate-invoice-match-suggestions-response-class.d.ts +25 -0
  83. package/dist/models/generate-invoice-match-suggestions-response-class.js +15 -0
  84. package/dist/models/get-bank-order-response-class.d.ts +25 -0
  85. package/dist/models/get-bank-order-response-class.js +15 -0
  86. package/dist/models/get-exceeding-credit-response-class.d.ts +25 -0
  87. package/dist/models/get-exceeding-credit-response-class.js +15 -0
  88. package/dist/models/index.d.ts +31 -1
  89. package/dist/models/index.js +31 -1
  90. package/dist/models/initiate-adyen-payment-setup-request-dto.d.ts +6 -0
  91. package/dist/models/initiate-braintree-payment-setup-request-dto.d.ts +6 -0
  92. package/dist/models/initiate-eis-payment-setup-request-dto.d.ts +36 -0
  93. package/dist/models/initiate-eis-payment-setup-request-dto.js +15 -0
  94. package/dist/models/initiate-payment-setup-request-dto.d.ts +3 -2
  95. package/dist/models/initiate-stripe-payment-setup-request-dto.d.ts +6 -0
  96. package/dist/models/{unlink-bank-transaction-request-dto-rest.d.ts → invoice-allocation-dto.d.ts} +10 -4
  97. package/dist/models/invoice-allocation-dto.js +15 -0
  98. package/dist/models/invoice-match-suggestion-class.d.ts +60 -0
  99. package/dist/models/invoice-match-suggestion-class.js +15 -0
  100. package/dist/models/link-bank-transaction-request-dto-rest.d.ts +4 -3
  101. package/dist/models/list-bank-orders-response-class.d.ts +31 -0
  102. package/dist/models/list-bank-orders-response-class.js +15 -0
  103. package/dist/models/list-exceeding-credits-response-class.d.ts +31 -0
  104. package/dist/models/list-exceeding-credits-response-class.js +15 -0
  105. package/dist/models/list-policy-payment-methods-response-class.d.ts +31 -0
  106. package/dist/models/list-policy-payment-methods-response-class.js +15 -0
  107. package/dist/models/mandate-dto.d.ts +43 -0
  108. package/dist/models/mandate-dto.js +15 -0
  109. package/dist/models/mandate-hash-data-dto.d.ts +42 -0
  110. package/dist/models/mandate-hash-data-dto.js +15 -0
  111. package/dist/models/mandate-reference-class.d.ts +90 -0
  112. package/dist/models/mandate-reference-class.js +15 -0
  113. package/dist/models/payment-class-without-expand-properties.d.ts +7 -1
  114. package/dist/models/payment-class.d.ts +7 -1
  115. package/dist/models/payment-method-class.d.ts +6 -0
  116. package/dist/models/payment-reminder-class.d.ts +7 -1
  117. package/dist/models/policy-payment-method-class.d.ts +86 -0
  118. package/dist/models/policy-payment-method-class.js +15 -0
  119. package/dist/models/refund-class.d.ts +7 -1
  120. package/dist/models/suggestion-generation-progress-class.d.ts +43 -0
  121. package/dist/models/suggestion-generation-progress-class.js +22 -0
  122. package/dist/models/unlinked-bank-transaction-response-class.d.ts +18 -0
  123. package/dist/models/unlinked-bank-transaction-response-class.js +5 -0
  124. package/dist/models/update-bank-order-request-dto.d.ts +62 -0
  125. package/dist/models/update-bank-order-request-dto.js +23 -0
  126. package/dist/models/update-bank-order-response-class.d.ts +25 -0
  127. package/dist/models/update-bank-order-response-class.js +15 -0
  128. package/models/bank-order-class.ts +128 -0
  129. package/models/bank-order-xml-file-class.ts +78 -0
  130. package/models/bank-transaction-class-without-expand-properties.ts +21 -18
  131. package/models/bank-transaction-class.ts +39 -22
  132. package/models/bank-transaction-invoice-class.ts +66 -0
  133. package/models/bank-transfer-dto.ts +31 -0
  134. package/models/billing-address-dto.ts +60 -0
  135. package/models/complete-adyen-payment-setup-request-dto.ts +3 -1
  136. package/models/complete-eis-payment-setup-request-dto.ts +42 -0
  137. package/models/complete-payment-setup-request-dto.ts +7 -0
  138. package/models/complete-stripe-payment-setup-request-dto.ts +3 -1
  139. package/models/create-bank-order-request-dto.ts +84 -0
  140. package/models/create-bank-order-response-class.ts +31 -0
  141. package/models/create-payment-order-dto.ts +54 -0
  142. package/models/create-payment-order-request-dto.ts +54 -0
  143. package/models/create-payment-reminder-request-dto.ts +7 -1
  144. package/models/create-payment-request-dto.ts +7 -1
  145. package/models/create-policy-payment-method-request-dto.ts +36 -0
  146. package/models/create-policy-payment-method-response-class.ts +31 -0
  147. package/models/create-psp-payment-method-request-dto.ts +30 -2
  148. package/models/deactivated-payment-reminder-class.ts +7 -1
  149. package/models/eis-sepa-debit-dto.ts +61 -0
  150. package/models/exceeding-credit-class.ts +125 -0
  151. package/models/financial-account-class.ts +120 -0
  152. package/models/generate-invoice-match-suggestions-response-class.ts +31 -0
  153. package/models/get-bank-order-response-class.ts +31 -0
  154. package/models/get-exceeding-credit-response-class.ts +31 -0
  155. package/models/index.ts +31 -1
  156. package/models/initiate-adyen-payment-setup-request-dto.ts +6 -0
  157. package/models/initiate-braintree-payment-setup-request-dto.ts +6 -0
  158. package/models/initiate-eis-payment-setup-request-dto.ts +42 -0
  159. package/models/initiate-payment-setup-request-dto.ts +3 -2
  160. package/models/initiate-stripe-payment-setup-request-dto.ts +6 -0
  161. package/models/{unlink-bank-transaction-request-dto-rest.ts → invoice-allocation-dto.ts} +10 -4
  162. package/models/invoice-match-suggestion-class.ts +66 -0
  163. package/models/link-bank-transaction-request-dto-rest.ts +4 -3
  164. package/models/list-bank-orders-response-class.ts +37 -0
  165. package/models/list-exceeding-credits-response-class.ts +37 -0
  166. package/models/list-policy-payment-methods-response-class.ts +37 -0
  167. package/models/mandate-dto.ts +49 -0
  168. package/models/mandate-hash-data-dto.ts +48 -0
  169. package/models/mandate-reference-class.ts +96 -0
  170. package/models/payment-class-without-expand-properties.ts +7 -1
  171. package/models/payment-class.ts +7 -1
  172. package/models/payment-method-class.ts +6 -0
  173. package/models/payment-reminder-class.ts +7 -1
  174. package/models/policy-payment-method-class.ts +92 -0
  175. package/models/refund-class.ts +7 -1
  176. package/models/suggestion-generation-progress-class.ts +52 -0
  177. package/models/unlinked-bank-transaction-response-class.ts +21 -0
  178. package/models/update-bank-order-request-dto.ts +71 -0
  179. package/models/update-bank-order-response-class.ts +31 -0
  180. package/package.json +1 -1
  181. package/tsconfig.json +1 -0
  182. /package/dist/models/{unlink-bank-transaction-request-dto-rest.js → bank-order-class.js} +0 -0
@@ -0,0 +1,84 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface CreateBankOrderRequestDto
21
+ */
22
+ export interface CreateBankOrderRequestDto {
23
+ /**
24
+ * Bank order type.
25
+ * @type {string}
26
+ * @memberof CreateBankOrderRequestDto
27
+ */
28
+ 'type': CreateBankOrderRequestDtoTypeEnum;
29
+ /**
30
+ * Status associated with bank order.
31
+ * @type {string}
32
+ * @memberof CreateBankOrderRequestDto
33
+ */
34
+ 'status': CreateBankOrderRequestDtoStatusEnum;
35
+ /**
36
+ * Bank order description.
37
+ * @type {string}
38
+ * @memberof CreateBankOrderRequestDto
39
+ */
40
+ 'description'?: string;
41
+ /**
42
+ * Financial account code associated with the bank order.
43
+ * @type {string}
44
+ * @memberof CreateBankOrderRequestDto
45
+ */
46
+ 'financialAccountCode': string;
47
+ /**
48
+ * List of invoice IDs associated with bank order.
49
+ * @type {Array<number>}
50
+ * @memberof CreateBankOrderRequestDto
51
+ */
52
+ 'invoiceIds': Array<number>;
53
+ /**
54
+ * Day of execution of bank order.
55
+ * @type {string}
56
+ * @memberof CreateBankOrderRequestDto
57
+ */
58
+ 'executionDate': string;
59
+ /**
60
+ * Latest due date.
61
+ * @type {string}
62
+ * @memberof CreateBankOrderRequestDto
63
+ */
64
+ 'dueDate': string;
65
+ }
66
+
67
+ export const CreateBankOrderRequestDtoTypeEnum = {
68
+ DirectDebit: 'direct_debit',
69
+ PremiumPayment: 'premium_payment',
70
+ ClaimPayment: 'claim_payment'
71
+ } as const;
72
+
73
+ export type CreateBankOrderRequestDtoTypeEnum = typeof CreateBankOrderRequestDtoTypeEnum[keyof typeof CreateBankOrderRequestDtoTypeEnum];
74
+ export const CreateBankOrderRequestDtoStatusEnum = {
75
+ Open: 'open',
76
+ Draft: 'draft',
77
+ Closed: 'closed',
78
+ Accepted: 'accepted',
79
+ Processing: 'processing'
80
+ } as const;
81
+
82
+ export type CreateBankOrderRequestDtoStatusEnum = typeof CreateBankOrderRequestDtoStatusEnum[keyof typeof CreateBankOrderRequestDtoStatusEnum];
83
+
84
+
@@ -0,0 +1,31 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { BankOrderClass } from './bank-order-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface CreateBankOrderResponseClass
22
+ */
23
+ export interface CreateBankOrderResponseClass {
24
+ /**
25
+ * Bank order
26
+ * @type {BankOrderClass}
27
+ * @memberof CreateBankOrderResponseClass
28
+ */
29
+ 'bankOrder': BankOrderClass;
30
+ }
31
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface CreatePaymentOrderDto
21
+ */
22
+ export interface CreatePaymentOrderDto {
23
+ /**
24
+ * Invoice referenced in this payment order.
25
+ * @type {number}
26
+ * @memberof CreatePaymentOrderDto
27
+ */
28
+ 'invoiceId': number;
29
+ /**
30
+ * Optional comment.
31
+ * @type {string}
32
+ * @memberof CreatePaymentOrderDto
33
+ */
34
+ 'comment'?: string;
35
+ /**
36
+ * Optional payment date.
37
+ * @type {string}
38
+ * @memberof CreatePaymentOrderDto
39
+ */
40
+ 'receivedDate'?: string;
41
+ /**
42
+ * Optional reference number.
43
+ * @type {string}
44
+ * @memberof CreatePaymentOrderDto
45
+ */
46
+ 'referenceNumber'?: string;
47
+ /**
48
+ * Optional field contain extra information.
49
+ * @type {object}
50
+ * @memberof CreatePaymentOrderDto
51
+ */
52
+ 'metadata': object;
53
+ }
54
+
@@ -0,0 +1,54 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface CreatePaymentOrderRequestDto
21
+ */
22
+ export interface CreatePaymentOrderRequestDto {
23
+ /**
24
+ *
25
+ * @type {number}
26
+ * @memberof CreatePaymentOrderRequestDto
27
+ */
28
+ 'invoiceId': number;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof CreatePaymentOrderRequestDto
33
+ */
34
+ 'comment'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof CreatePaymentOrderRequestDto
39
+ */
40
+ 'receivedDate'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof CreatePaymentOrderRequestDto
45
+ */
46
+ 'referenceNumber'?: string;
47
+ /**
48
+ *
49
+ * @type {object}
50
+ * @memberof CreatePaymentOrderRequestDto
51
+ */
52
+ 'metadata': object;
53
+ }
54
+
@@ -37,7 +37,13 @@ export interface CreatePaymentReminderRequestDto {
37
37
  * @type {string}
38
38
  * @memberof CreatePaymentReminderRequestDto
39
39
  */
40
- 'accountCode': string;
40
+ 'accountCode'?: string;
41
+ /**
42
+ * Code referencing the partner for which this reminder is created.
43
+ * @type {string}
44
+ * @memberof CreatePaymentReminderRequestDto
45
+ */
46
+ 'partnerCode'?: string;
41
47
  /**
42
48
  * The type of invoice is used to determine the proper workflow.
43
49
  * @type {string}
@@ -25,7 +25,13 @@ export interface CreatePaymentRequestDto {
25
25
  * @type {string}
26
26
  * @memberof CreatePaymentRequestDto
27
27
  */
28
- 'accountCode': string;
28
+ 'accountCode'?: string;
29
+ /**
30
+ * Partner code associated to that payment.
31
+ * @type {string}
32
+ * @memberof CreatePaymentRequestDto
33
+ */
34
+ 'partnerCode'?: string;
29
35
  /**
30
36
  * Amount to be paid in cents. 100 to charge 1€.
31
37
  * @type {number}
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface CreatePolicyPaymentMethodRequestDto
21
+ */
22
+ export interface CreatePolicyPaymentMethodRequestDto {
23
+ /**
24
+ * The policy code.
25
+ * @type {string}
26
+ * @memberof CreatePolicyPaymentMethodRequestDto
27
+ */
28
+ 'policyCode': string;
29
+ /**
30
+ * The payment method code.
31
+ * @type {string}
32
+ * @memberof CreatePolicyPaymentMethodRequestDto
33
+ */
34
+ 'paymentMethodCode': string;
35
+ }
36
+
@@ -0,0 +1,31 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { PolicyPaymentMethodClass } from './policy-payment-method-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface CreatePolicyPaymentMethodResponseClass
22
+ */
23
+ export interface CreatePolicyPaymentMethodResponseClass {
24
+ /**
25
+ * The policy payment method.
26
+ * @type {PolicyPaymentMethodClass}
27
+ * @memberof CreatePolicyPaymentMethodResponseClass
28
+ */
29
+ 'policyPaymentMethod': PolicyPaymentMethodClass;
30
+ }
31
+
@@ -13,7 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ import { BankTransferDto } from './bank-transfer-dto';
16
17
  import { BillingProfileDto } from './billing-profile-dto';
18
+ import { EisSepaDebitDto } from './eis-sepa-debit-dto';
17
19
  import { SepaDirectDto } from './sepa-direct-dto';
18
20
 
19
21
  /**
@@ -33,7 +35,13 @@ export interface CreatePspPaymentMethodRequestDto {
33
35
  * @type {string}
34
36
  * @memberof CreatePspPaymentMethodRequestDto
35
37
  */
36
- 'accountCode': string;
38
+ 'accountCode'?: string;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof CreatePspPaymentMethodRequestDto
43
+ */
44
+ 'partnerCode'?: string;
37
45
  /**
38
46
  *
39
47
  * @type {SepaDirectDto}
@@ -46,12 +54,30 @@ export interface CreatePspPaymentMethodRequestDto {
46
54
  * @memberof CreatePspPaymentMethodRequestDto
47
55
  */
48
56
  'billingProfile'?: BillingProfileDto;
57
+ /**
58
+ *
59
+ * @type {BankTransferDto}
60
+ * @memberof CreatePspPaymentMethodRequestDto
61
+ */
62
+ 'bankTransfer'?: BankTransferDto;
63
+ /**
64
+ *
65
+ * @type {EisSepaDebitDto}
66
+ * @memberof CreatePspPaymentMethodRequestDto
67
+ */
68
+ 'eisSepaDebit'?: EisSepaDebitDto;
49
69
  /**
50
70
  *
51
71
  * @type {string}
52
72
  * @memberof CreatePspPaymentMethodRequestDto
53
73
  */
54
74
  'productSlug'?: string;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof CreatePspPaymentMethodRequestDto
79
+ */
80
+ 'leadCode'?: string;
55
81
  }
56
82
 
57
83
  export const CreatePspPaymentMethodRequestDtoTypeEnum = {
@@ -68,7 +94,9 @@ export const CreatePspPaymentMethodRequestDtoTypeEnum = {
68
94
  SamsungPay: 'samsung_pay',
69
95
  Venmo: 'venmo',
70
96
  Masterpass: 'masterpass',
71
- B4u: 'b4u'
97
+ B4u: 'b4u',
98
+ Invoice: 'invoice',
99
+ BankTransfer: 'bank_transfer'
72
100
  } as const;
73
101
 
74
102
  export type CreatePspPaymentMethodRequestDtoTypeEnum = typeof CreatePspPaymentMethodRequestDtoTypeEnum[keyof typeof CreatePspPaymentMethodRequestDtoTypeEnum];
@@ -43,7 +43,13 @@ export interface DeactivatedPaymentReminderClass {
43
43
  * @type {string}
44
44
  * @memberof DeactivatedPaymentReminderClass
45
45
  */
46
- 'accountCode': string;
46
+ 'accountCode'?: string;
47
+ /**
48
+ * Unique identifier of related partner.
49
+ * @type {string}
50
+ * @memberof DeactivatedPaymentReminderClass
51
+ */
52
+ 'partnerCode'?: string;
47
53
  /**
48
54
  * Type of the invoice
49
55
  * @type {string}
@@ -0,0 +1,61 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { MandateDto } from './mandate-dto';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface EisSepaDebitDto
22
+ */
23
+ export interface EisSepaDebitDto {
24
+ /**
25
+ * First name of account holder
26
+ * @type {string}
27
+ * @memberof EisSepaDebitDto
28
+ */
29
+ 'firstName': string;
30
+ /**
31
+ * Last name of account holder
32
+ * @type {string}
33
+ * @memberof EisSepaDebitDto
34
+ */
35
+ 'lastName': string;
36
+ /**
37
+ * International Bank Account Number
38
+ * @type {string}
39
+ * @memberof EisSepaDebitDto
40
+ */
41
+ 'iban': string;
42
+ /**
43
+ * Bank Identifier Code
44
+ * @type {string}
45
+ * @memberof EisSepaDebitDto
46
+ */
47
+ 'bic': string;
48
+ /**
49
+ * Bank name
50
+ * @type {string}
51
+ * @memberof EisSepaDebitDto
52
+ */
53
+ 'bankName': string;
54
+ /**
55
+ * SEPA mandate details
56
+ * @type {MandateDto}
57
+ * @memberof EisSepaDebitDto
58
+ */
59
+ 'mandate': MandateDto;
60
+ }
61
+
@@ -0,0 +1,125 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Emil Payment Service
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ExceedingCreditClass
21
+ */
22
+ export interface ExceedingCreditClass {
23
+ /**
24
+ * The amount of the credit
25
+ * @type {number}
26
+ * @memberof ExceedingCreditClass
27
+ */
28
+ 'amount': number;
29
+ /**
30
+ * The currency of the credit
31
+ * @type {string}
32
+ * @memberof ExceedingCreditClass
33
+ */
34
+ 'currency'?: ExceedingCreditClassCurrencyEnum;
35
+ /**
36
+ * The bank transaction code of the credit
37
+ * @type {string}
38
+ * @memberof ExceedingCreditClass
39
+ */
40
+ 'bankTransactionCode': string;
41
+ /**
42
+ * The description of the credit
43
+ * @type {string}
44
+ * @memberof ExceedingCreditClass
45
+ */
46
+ 'description': string;
47
+ /**
48
+ * The invoice code of the credit
49
+ * @type {string}
50
+ * @memberof ExceedingCreditClass
51
+ */
52
+ 'invoiceCode': string;
53
+ /**
54
+ * The invoice number of the credit
55
+ * @type {string}
56
+ * @memberof ExceedingCreditClass
57
+ */
58
+ 'invoiceNumber': string;
59
+ /**
60
+ * The policy number of the credit
61
+ * @type {string}
62
+ * @memberof ExceedingCreditClass
63
+ */
64
+ 'policyNumber': string;
65
+ /**
66
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
67
+ * @type {number}
68
+ * @memberof ExceedingCreditClass
69
+ */
70
+ 'id': number;
71
+ /**
72
+ * The code of the credit
73
+ * @type {string}
74
+ * @memberof ExceedingCreditClass
75
+ */
76
+ 'code': string;
77
+ /**
78
+ * The policy code of the credit
79
+ * @type {string}
80
+ * @memberof ExceedingCreditClass
81
+ */
82
+ 'policyCode': string;
83
+ /**
84
+ * Time at which the object was created.
85
+ * @type {string}
86
+ * @memberof ExceedingCreditClass
87
+ */
88
+ 'createdAt': string;
89
+ /**
90
+ * Time at which the object was updated.
91
+ * @type {string}
92
+ * @memberof ExceedingCreditClass
93
+ */
94
+ 'updatedAt': string;
95
+ /**
96
+ * Identifier of the user who created the record.
97
+ * @type {string}
98
+ * @memberof ExceedingCreditClass
99
+ */
100
+ 'createdBy': string;
101
+ /**
102
+ * Identifier of the user who last updated the record.
103
+ * @type {string}
104
+ * @memberof ExceedingCreditClass
105
+ */
106
+ 'updatedBy': string;
107
+ }
108
+
109
+ export const ExceedingCreditClassCurrencyEnum = {
110
+ Eur: 'EUR',
111
+ Usd: 'USD',
112
+ Gbp: 'GBP',
113
+ Chf: 'CHF',
114
+ Pln: 'PLN',
115
+ Aud: 'AUD',
116
+ Cad: 'CAD',
117
+ Ddk: 'DDK',
118
+ Huf: 'HUF',
119
+ Nok: 'NOK',
120
+ Sek: 'SEK'
121
+ } as const;
122
+
123
+ export type ExceedingCreditClassCurrencyEnum = typeof ExceedingCreditClassCurrencyEnum[keyof typeof ExceedingCreditClassCurrencyEnum];
124
+
125
+