@emilgroup/payment-sdk-node 1.22.1-beta.6 → 1.22.1-beta.61

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 (107) hide show
  1. package/.openapi-generator/FILES +21 -0
  2. package/README.md +2 -2
  3. package/api/billing-addresses-api.ts +695 -0
  4. package/api/credit-allocation-api.ts +460 -0
  5. package/api/payout-methods-api.ts +676 -0
  6. package/api/policy-payment-methods-api.ts +118 -0
  7. package/api.ts +6 -0
  8. package/base.ts +0 -1
  9. package/dist/api/bank-accounts-api.d.ts +6 -6
  10. package/dist/api/bank-orders-api.d.ts +5 -5
  11. package/dist/api/bank-transaction-api.d.ts +6 -6
  12. package/dist/api/billing-addresses-api.d.ts +393 -0
  13. package/dist/api/billing-addresses-api.js +646 -0
  14. package/dist/api/credit-allocation-api.d.ts +263 -0
  15. package/dist/api/credit-allocation-api.js +449 -0
  16. package/dist/api/exceeding-credits-api.d.ts +2 -2
  17. package/dist/api/health-check-api.d.ts +1 -1
  18. package/dist/api/payment-methods-api.d.ts +3 -3
  19. package/dist/api/payment-reminders-api.d.ts +4 -4
  20. package/dist/api/payment-setup-api.d.ts +2 -2
  21. package/dist/api/payments-api.d.ts +4 -4
  22. package/dist/api/payout-methods-api.d.ts +382 -0
  23. package/dist/api/payout-methods-api.js +639 -0
  24. package/dist/api/policy-payment-methods-api.d.ts +67 -2
  25. package/dist/api/policy-payment-methods-api.js +99 -0
  26. package/dist/api/refunds-api.d.ts +3 -3
  27. package/dist/api/tenant-bank-account-api.d.ts +5 -5
  28. package/dist/api/webhooks-api.d.ts +1 -1
  29. package/dist/api.d.ts +3 -0
  30. package/dist/api.js +3 -0
  31. package/dist/common.d.ts +1 -1
  32. package/dist/models/activate-policy-payment-method-request-dto.d.ts +24 -0
  33. package/dist/models/activate-policy-payment-method-request-dto.js +15 -0
  34. package/dist/models/bank-order-class.d.ts +3 -3
  35. package/dist/models/billing-address-class.d.ts +108 -0
  36. package/dist/models/billing-address-class.js +15 -0
  37. package/dist/models/billing-address-dto.d.ts +6 -0
  38. package/dist/models/create-bank-order-request-dto.d.ts +3 -3
  39. package/dist/models/create-billing-address-request-dto.d.ts +66 -0
  40. package/dist/models/create-billing-address-request-dto.js +15 -0
  41. package/dist/models/create-billing-address-response-class.d.ts +25 -0
  42. package/dist/models/create-billing-address-response-class.js +15 -0
  43. package/dist/models/create-credit-allocation-request-dto.d.ts +54 -0
  44. package/dist/models/create-credit-allocation-request-dto.js +21 -0
  45. package/dist/models/create-credit-allocation-response-class.d.ts +25 -0
  46. package/dist/models/create-credit-allocation-response-class.js +15 -0
  47. package/dist/models/create-payout-method-request-dto.d.ts +60 -0
  48. package/dist/models/create-payout-method-request-dto.js +15 -0
  49. package/dist/models/create-payout-method-response-class.d.ts +25 -0
  50. package/dist/models/create-payout-method-response-class.js +15 -0
  51. package/dist/models/create-tenant-bank-account-request-dto.d.ts +30 -0
  52. package/dist/models/credit-allocation-class.d.ts +115 -0
  53. package/dist/models/credit-allocation-class.js +21 -0
  54. package/dist/models/exceeding-credit-class.d.ts +6 -0
  55. package/dist/models/get-billing-address-response-class.d.ts +25 -0
  56. package/dist/models/get-billing-address-response-class.js +15 -0
  57. package/dist/models/get-credit-allocation-response-class.d.ts +25 -0
  58. package/dist/models/get-credit-allocation-response-class.js +15 -0
  59. package/dist/models/get-payout-method-response-class.d.ts +25 -0
  60. package/dist/models/get-payout-method-response-class.js +15 -0
  61. package/dist/models/index.d.ts +18 -0
  62. package/dist/models/index.js +18 -0
  63. package/dist/models/list-billing-addresses-response-class.d.ts +43 -0
  64. package/dist/models/list-billing-addresses-response-class.js +15 -0
  65. package/dist/models/list-credit-allocations-response-class.d.ts +43 -0
  66. package/dist/models/list-credit-allocations-response-class.js +15 -0
  67. package/dist/models/list-payout-methods-response-class.d.ts +43 -0
  68. package/dist/models/list-payout-methods-response-class.js +15 -0
  69. package/dist/models/payout-method-class.d.ts +115 -0
  70. package/dist/models/payout-method-class.js +15 -0
  71. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +30 -0
  72. package/dist/models/tenant-bank-account-class.d.ts +30 -0
  73. package/dist/models/update-bank-order-request-dto.d.ts +3 -3
  74. package/dist/models/update-billing-address-request-dto.d.ts +66 -0
  75. package/dist/models/update-billing-address-request-dto.js +15 -0
  76. package/dist/models/update-billing-address-response-class.d.ts +25 -0
  77. package/dist/models/update-billing-address-response-class.js +15 -0
  78. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +30 -0
  79. package/models/activate-policy-payment-method-request-dto.ts +30 -0
  80. package/models/bank-order-class.ts +3 -3
  81. package/models/billing-address-class.ts +114 -0
  82. package/models/billing-address-dto.ts +6 -0
  83. package/models/create-bank-order-request-dto.ts +3 -3
  84. package/models/create-billing-address-request-dto.ts +72 -0
  85. package/models/create-billing-address-response-class.ts +31 -0
  86. package/models/create-credit-allocation-request-dto.ts +63 -0
  87. package/models/create-credit-allocation-response-class.ts +31 -0
  88. package/models/create-payout-method-request-dto.ts +66 -0
  89. package/models/create-payout-method-response-class.ts +31 -0
  90. package/models/create-tenant-bank-account-request-dto.ts +30 -0
  91. package/models/credit-allocation-class.ts +124 -0
  92. package/models/exceeding-credit-class.ts +6 -0
  93. package/models/get-billing-address-response-class.ts +31 -0
  94. package/models/get-credit-allocation-response-class.ts +31 -0
  95. package/models/get-payout-method-response-class.ts +31 -0
  96. package/models/index.ts +18 -0
  97. package/models/list-billing-addresses-response-class.ts +49 -0
  98. package/models/list-credit-allocations-response-class.ts +49 -0
  99. package/models/list-payout-methods-response-class.ts +49 -0
  100. package/models/payout-method-class.ts +121 -0
  101. package/models/tenant-bank-account-class-without-expand-properties.ts +30 -0
  102. package/models/tenant-bank-account-class.ts +30 -0
  103. package/models/update-bank-order-request-dto.ts +3 -3
  104. package/models/update-billing-address-request-dto.ts +72 -0
  105. package/models/update-billing-address-response-class.ts +31 -0
  106. package/models/update-tenant-bank-account-rest-request-dto.ts +30 -0
  107. package/package.json +2 -2
@@ -1,3 +1,4 @@
1
+ export * from './activate-policy-payment-method-request-dto';
1
2
  export * from './bank-account-class';
2
3
  export * from './bank-account-class-without-expand-properties';
3
4
  export * from './bank-order-class';
@@ -6,6 +7,7 @@ export * from './bank-transaction-class';
6
7
  export * from './bank-transaction-class-without-expand-properties';
7
8
  export * from './bank-transaction-invoice-class';
8
9
  export * from './bank-transfer-dto';
10
+ export * from './billing-address-class';
9
11
  export * from './billing-address-dto';
10
12
  export * from './billing-profile-dto';
11
13
  export * from './billing-profile-limited-response-dto';
@@ -20,6 +22,10 @@ export * from './create-bank-account-request-dto';
20
22
  export * from './create-bank-account-response-class';
21
23
  export * from './create-bank-order-request-dto';
22
24
  export * from './create-bank-order-response-class';
25
+ export * from './create-billing-address-request-dto';
26
+ export * from './create-billing-address-response-class';
27
+ export * from './create-credit-allocation-request-dto';
28
+ export * from './create-credit-allocation-response-class';
23
29
  export * from './create-payment-method-response-class';
24
30
  export * from './create-payment-order-dto';
25
31
  export * from './create-payment-order-request-dto';
@@ -27,6 +33,8 @@ export * from './create-payment-reminder-request-dto';
27
33
  export * from './create-payment-reminder-response-class';
28
34
  export * from './create-payment-request-dto';
29
35
  export * from './create-payment-response-class';
36
+ export * from './create-payout-method-request-dto';
37
+ export * from './create-payout-method-response-class';
30
38
  export * from './create-policy-payment-method-request-dto';
31
39
  export * from './create-policy-payment-method-response-class';
32
40
  export * from './create-psp-payment-method-request-dto';
@@ -34,6 +42,7 @@ export * from './create-refund-request-dto';
34
42
  export * from './create-refund-response-class';
35
43
  export * from './create-tenant-bank-account-request-dto';
36
44
  export * from './create-tenant-bank-account-response-class';
45
+ export * from './credit-allocation-class';
37
46
  export * from './deactivate-payment-reminder-request-dto';
38
47
  export * from './deactivate-payment-reminder-response-class';
39
48
  export * from './deactivated-payment-reminder-class';
@@ -44,10 +53,13 @@ export * from './generate-invoice-match-suggestions-response-class';
44
53
  export * from './get-bank-account-response-class';
45
54
  export * from './get-bank-order-response-class';
46
55
  export * from './get-bank-transactions-response-class';
56
+ export * from './get-billing-address-response-class';
57
+ export * from './get-credit-allocation-response-class';
47
58
  export * from './get-exceeding-credit-response-class';
48
59
  export * from './get-payment-method-response-class';
49
60
  export * from './get-payment-reminder-response-class';
50
61
  export * from './get-payment-response-class';
62
+ export * from './get-payout-method-response-class';
51
63
  export * from './get-refund-response-class';
52
64
  export * from './get-tenant-bank-account-response-class';
53
65
  export * from './import-bank-transactions-response-class';
@@ -69,10 +81,13 @@ export * from './link-bank-transactions-response-class';
69
81
  export * from './list-bank-accounts-response-class';
70
82
  export * from './list-bank-orders-response-class';
71
83
  export * from './list-bank-transactions-response-class';
84
+ export * from './list-billing-addresses-response-class';
85
+ export * from './list-credit-allocations-response-class';
72
86
  export * from './list-exceeding-credits-response-class';
73
87
  export * from './list-payment-methods-response-class';
74
88
  export * from './list-payment-reminders-response-class';
75
89
  export * from './list-payments-response-class';
90
+ export * from './list-payout-methods-response-class';
76
91
  export * from './list-policy-payment-methods-response-class';
77
92
  export * from './list-refunds-response-class';
78
93
  export * from './list-tenant-bank-account-response-class';
@@ -83,6 +98,7 @@ export * from './payment-class';
83
98
  export * from './payment-class-without-expand-properties';
84
99
  export * from './payment-method-class';
85
100
  export * from './payment-reminder-class';
101
+ export * from './payout-method-class';
86
102
  export * from './policy-payment-method-class';
87
103
  export * from './primary-bank-account-response-class';
88
104
  export * from './refund-class';
@@ -101,6 +117,8 @@ export * from './update-bank-account-request-dto-rest';
101
117
  export * from './update-bank-account-response-class';
102
118
  export * from './update-bank-order-request-dto';
103
119
  export * from './update-bank-order-response-class';
120
+ export * from './update-billing-address-request-dto';
121
+ export * from './update-billing-address-response-class';
104
122
  export * from './update-tenant-bank-account-response-class';
105
123
  export * from './update-tenant-bank-account-rest-request-dto';
106
124
  export * from './validate-pspconfig-request-dto';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./activate-policy-payment-method-request-dto"), exports);
17
18
  __exportStar(require("./bank-account-class"), exports);
18
19
  __exportStar(require("./bank-account-class-without-expand-properties"), exports);
19
20
  __exportStar(require("./bank-order-class"), exports);
@@ -22,6 +23,7 @@ __exportStar(require("./bank-transaction-class"), exports);
22
23
  __exportStar(require("./bank-transaction-class-without-expand-properties"), exports);
23
24
  __exportStar(require("./bank-transaction-invoice-class"), exports);
24
25
  __exportStar(require("./bank-transfer-dto"), exports);
26
+ __exportStar(require("./billing-address-class"), exports);
25
27
  __exportStar(require("./billing-address-dto"), exports);
26
28
  __exportStar(require("./billing-profile-dto"), exports);
27
29
  __exportStar(require("./billing-profile-limited-response-dto"), exports);
@@ -36,6 +38,10 @@ __exportStar(require("./create-bank-account-request-dto"), exports);
36
38
  __exportStar(require("./create-bank-account-response-class"), exports);
37
39
  __exportStar(require("./create-bank-order-request-dto"), exports);
38
40
  __exportStar(require("./create-bank-order-response-class"), exports);
41
+ __exportStar(require("./create-billing-address-request-dto"), exports);
42
+ __exportStar(require("./create-billing-address-response-class"), exports);
43
+ __exportStar(require("./create-credit-allocation-request-dto"), exports);
44
+ __exportStar(require("./create-credit-allocation-response-class"), exports);
39
45
  __exportStar(require("./create-payment-method-response-class"), exports);
40
46
  __exportStar(require("./create-payment-order-dto"), exports);
41
47
  __exportStar(require("./create-payment-order-request-dto"), exports);
@@ -43,6 +49,8 @@ __exportStar(require("./create-payment-reminder-request-dto"), exports);
43
49
  __exportStar(require("./create-payment-reminder-response-class"), exports);
44
50
  __exportStar(require("./create-payment-request-dto"), exports);
45
51
  __exportStar(require("./create-payment-response-class"), exports);
52
+ __exportStar(require("./create-payout-method-request-dto"), exports);
53
+ __exportStar(require("./create-payout-method-response-class"), exports);
46
54
  __exportStar(require("./create-policy-payment-method-request-dto"), exports);
47
55
  __exportStar(require("./create-policy-payment-method-response-class"), exports);
48
56
  __exportStar(require("./create-psp-payment-method-request-dto"), exports);
@@ -50,6 +58,7 @@ __exportStar(require("./create-refund-request-dto"), exports);
50
58
  __exportStar(require("./create-refund-response-class"), exports);
51
59
  __exportStar(require("./create-tenant-bank-account-request-dto"), exports);
52
60
  __exportStar(require("./create-tenant-bank-account-response-class"), exports);
61
+ __exportStar(require("./credit-allocation-class"), exports);
53
62
  __exportStar(require("./deactivate-payment-reminder-request-dto"), exports);
54
63
  __exportStar(require("./deactivate-payment-reminder-response-class"), exports);
55
64
  __exportStar(require("./deactivated-payment-reminder-class"), exports);
@@ -60,10 +69,13 @@ __exportStar(require("./generate-invoice-match-suggestions-response-class"), exp
60
69
  __exportStar(require("./get-bank-account-response-class"), exports);
61
70
  __exportStar(require("./get-bank-order-response-class"), exports);
62
71
  __exportStar(require("./get-bank-transactions-response-class"), exports);
72
+ __exportStar(require("./get-billing-address-response-class"), exports);
73
+ __exportStar(require("./get-credit-allocation-response-class"), exports);
63
74
  __exportStar(require("./get-exceeding-credit-response-class"), exports);
64
75
  __exportStar(require("./get-payment-method-response-class"), exports);
65
76
  __exportStar(require("./get-payment-reminder-response-class"), exports);
66
77
  __exportStar(require("./get-payment-response-class"), exports);
78
+ __exportStar(require("./get-payout-method-response-class"), exports);
67
79
  __exportStar(require("./get-refund-response-class"), exports);
68
80
  __exportStar(require("./get-tenant-bank-account-response-class"), exports);
69
81
  __exportStar(require("./import-bank-transactions-response-class"), exports);
@@ -85,10 +97,13 @@ __exportStar(require("./link-bank-transactions-response-class"), exports);
85
97
  __exportStar(require("./list-bank-accounts-response-class"), exports);
86
98
  __exportStar(require("./list-bank-orders-response-class"), exports);
87
99
  __exportStar(require("./list-bank-transactions-response-class"), exports);
100
+ __exportStar(require("./list-billing-addresses-response-class"), exports);
101
+ __exportStar(require("./list-credit-allocations-response-class"), exports);
88
102
  __exportStar(require("./list-exceeding-credits-response-class"), exports);
89
103
  __exportStar(require("./list-payment-methods-response-class"), exports);
90
104
  __exportStar(require("./list-payment-reminders-response-class"), exports);
91
105
  __exportStar(require("./list-payments-response-class"), exports);
106
+ __exportStar(require("./list-payout-methods-response-class"), exports);
92
107
  __exportStar(require("./list-policy-payment-methods-response-class"), exports);
93
108
  __exportStar(require("./list-refunds-response-class"), exports);
94
109
  __exportStar(require("./list-tenant-bank-account-response-class"), exports);
@@ -99,6 +114,7 @@ __exportStar(require("./payment-class"), exports);
99
114
  __exportStar(require("./payment-class-without-expand-properties"), exports);
100
115
  __exportStar(require("./payment-method-class"), exports);
101
116
  __exportStar(require("./payment-reminder-class"), exports);
117
+ __exportStar(require("./payout-method-class"), exports);
102
118
  __exportStar(require("./policy-payment-method-class"), exports);
103
119
  __exportStar(require("./primary-bank-account-response-class"), exports);
104
120
  __exportStar(require("./refund-class"), exports);
@@ -117,6 +133,8 @@ __exportStar(require("./update-bank-account-request-dto-rest"), exports);
117
133
  __exportStar(require("./update-bank-account-response-class"), exports);
118
134
  __exportStar(require("./update-bank-order-request-dto"), exports);
119
135
  __exportStar(require("./update-bank-order-response-class"), exports);
136
+ __exportStar(require("./update-billing-address-request-dto"), exports);
137
+ __exportStar(require("./update-billing-address-response-class"), exports);
120
138
  __exportStar(require("./update-tenant-bank-account-response-class"), exports);
121
139
  __exportStar(require("./update-tenant-bank-account-rest-request-dto"), exports);
122
140
  __exportStar(require("./validate-pspconfig-request-dto"), exports);
@@ -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 { BillingAddressClass } from './billing-address-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListBillingAddressesResponseClass
17
+ */
18
+ export interface ListBillingAddressesResponseClass {
19
+ /**
20
+ * The billing addresses
21
+ * @type {Array<BillingAddressClass>}
22
+ * @memberof ListBillingAddressesResponseClass
23
+ */
24
+ 'items': Array<BillingAddressClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListBillingAddressesResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ /**
32
+ * Items per page.
33
+ * @type {number}
34
+ * @memberof ListBillingAddressesResponseClass
35
+ */
36
+ 'itemsPerPage': number;
37
+ /**
38
+ * Total amount of items.
39
+ * @type {number}
40
+ * @memberof ListBillingAddressesResponseClass
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 });
@@ -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 { CreditAllocationClass } from './credit-allocation-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListCreditAllocationsResponseClass
17
+ */
18
+ export interface ListCreditAllocationsResponseClass {
19
+ /**
20
+ * List of credit allocation entries.
21
+ * @type {Array<CreditAllocationClass>}
22
+ * @memberof ListCreditAllocationsResponseClass
23
+ */
24
+ 'items': Array<CreditAllocationClass>;
25
+ /**
26
+ * Next page token for pagination.
27
+ * @type {string}
28
+ * @memberof ListCreditAllocationsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ /**
32
+ * Number of items per page.
33
+ * @type {number}
34
+ * @memberof ListCreditAllocationsResponseClass
35
+ */
36
+ 'itemsPerPage': number;
37
+ /**
38
+ * Total number of items.
39
+ * @type {number}
40
+ * @memberof ListCreditAllocationsResponseClass
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 });
@@ -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 { PayoutMethodClass } from './payout-method-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListPayoutMethodsResponseClass
17
+ */
18
+ export interface ListPayoutMethodsResponseClass {
19
+ /**
20
+ * The payout methods
21
+ * @type {Array<PayoutMethodClass>}
22
+ * @memberof ListPayoutMethodsResponseClass
23
+ */
24
+ 'items': Array<PayoutMethodClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListPayoutMethodsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ /**
32
+ * Items per page.
33
+ * @type {number}
34
+ * @memberof ListPayoutMethodsResponseClass
35
+ */
36
+ 'itemsPerPage': number;
37
+ /**
38
+ * Total amount of items.
39
+ * @type {number}
40
+ * @memberof ListPayoutMethodsResponseClass
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 });
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { BillingAddressClass } from './billing-address-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PayoutMethodClass
17
+ */
18
+ export interface PayoutMethodClass {
19
+ /**
20
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
21
+ * @type {number}
22
+ * @memberof PayoutMethodClass
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * Unique identifier for the object.
27
+ * @type {string}
28
+ * @memberof PayoutMethodClass
29
+ */
30
+ 'code': string;
31
+ /**
32
+ * First name
33
+ * @type {string}
34
+ * @memberof PayoutMethodClass
35
+ */
36
+ 'firstName': string;
37
+ /**
38
+ * Last name
39
+ * @type {string}
40
+ * @memberof PayoutMethodClass
41
+ */
42
+ 'lastName': string;
43
+ /**
44
+ * IBAN
45
+ * @type {string}
46
+ * @memberof PayoutMethodClass
47
+ */
48
+ 'iban': string;
49
+ /**
50
+ * BIC
51
+ * @type {string}
52
+ * @memberof PayoutMethodClass
53
+ */
54
+ 'bic': string;
55
+ /**
56
+ * Bank name
57
+ * @type {string}
58
+ * @memberof PayoutMethodClass
59
+ */
60
+ 'bankName': string;
61
+ /**
62
+ * Whether the payout method is active
63
+ * @type {boolean}
64
+ * @memberof PayoutMethodClass
65
+ */
66
+ 'isActive': boolean;
67
+ /**
68
+ * Billing address code
69
+ * @type {string}
70
+ * @memberof PayoutMethodClass
71
+ */
72
+ 'billingAddressCode': string;
73
+ /**
74
+ * Unique identifier of the account that this object belongs to.
75
+ * @type {string}
76
+ * @memberof PayoutMethodClass
77
+ */
78
+ 'accountCode': string;
79
+ /**
80
+ * Unique identifier of the partner that this object belongs to.
81
+ * @type {string}
82
+ * @memberof PayoutMethodClass
83
+ */
84
+ 'partnerCode': string;
85
+ /**
86
+ * Billing address
87
+ * @type {BillingAddressClass}
88
+ * @memberof PayoutMethodClass
89
+ */
90
+ 'billingAddress'?: BillingAddressClass;
91
+ /**
92
+ * Time at which the object was created.
93
+ * @type {string}
94
+ * @memberof PayoutMethodClass
95
+ */
96
+ 'createdAt': string;
97
+ /**
98
+ * Time at which the object was updated.
99
+ * @type {string}
100
+ * @memberof PayoutMethodClass
101
+ */
102
+ 'updatedAt': string;
103
+ /**
104
+ * Identifier of the user who created the record.
105
+ * @type {string}
106
+ * @memberof PayoutMethodClass
107
+ */
108
+ 'createdBy': string;
109
+ /**
110
+ * Identifier of the user who last updated the record.
111
+ * @type {string}
112
+ * @memberof PayoutMethodClass
113
+ */
114
+ 'updatedBy': string;
115
+ }
@@ -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 });
@@ -75,4 +75,34 @@ export interface TenantBankAccountClassWithoutExpandProperties {
75
75
  * @memberof TenantBankAccountClassWithoutExpandProperties
76
76
  */
77
77
  'updatedBy': string;
78
+ /**
79
+ * Street address of the bank
80
+ * @type {string}
81
+ * @memberof TenantBankAccountClassWithoutExpandProperties
82
+ */
83
+ 'street'?: string;
84
+ /**
85
+ * House number of the bank
86
+ * @type {string}
87
+ * @memberof TenantBankAccountClassWithoutExpandProperties
88
+ */
89
+ 'houseNumber'?: string;
90
+ /**
91
+ * ZIP code of the bank
92
+ * @type {string}
93
+ * @memberof TenantBankAccountClassWithoutExpandProperties
94
+ */
95
+ 'zipCode'?: string;
96
+ /**
97
+ * City of the bank
98
+ * @type {string}
99
+ * @memberof TenantBankAccountClassWithoutExpandProperties
100
+ */
101
+ 'city'?: string;
102
+ /**
103
+ * Country of the bank
104
+ * @type {string}
105
+ * @memberof TenantBankAccountClassWithoutExpandProperties
106
+ */
107
+ 'country'?: string;
78
108
  }
@@ -82,4 +82,34 @@ export interface TenantBankAccountClass {
82
82
  * @memberof TenantBankAccountClass
83
83
  */
84
84
  'updatedBy': string;
85
+ /**
86
+ * Street address of the bank
87
+ * @type {string}
88
+ * @memberof TenantBankAccountClass
89
+ */
90
+ 'street'?: string;
91
+ /**
92
+ * House number of the bank
93
+ * @type {string}
94
+ * @memberof TenantBankAccountClass
95
+ */
96
+ 'houseNumber'?: string;
97
+ /**
98
+ * ZIP code of the bank
99
+ * @type {string}
100
+ * @memberof TenantBankAccountClass
101
+ */
102
+ 'zipCode'?: string;
103
+ /**
104
+ * City of the bank
105
+ * @type {string}
106
+ * @memberof TenantBankAccountClass
107
+ */
108
+ 'city'?: string;
109
+ /**
110
+ * Country of the bank
111
+ * @type {string}
112
+ * @memberof TenantBankAccountClass
113
+ */
114
+ 'country'?: string;
85
115
  }
@@ -34,11 +34,11 @@ export interface UpdateBankOrderRequestDto {
34
34
  */
35
35
  'financialAccountCode': string;
36
36
  /**
37
- * List of invoice IDs associated with bank order.
38
- * @type {Array<number>}
37
+ * List of entity codes associated with bank order.
38
+ * @type {Array<string>}
39
39
  * @memberof UpdateBankOrderRequestDto
40
40
  */
41
- 'invoiceIds': Array<number>;
41
+ 'entityCodes': Array<string>;
42
42
  /**
43
43
  * Day of execution of bank order.
44
44
  * @type {string}
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Emil Payment Service
3
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface UpdateBillingAddressRequestDto
16
+ */
17
+ export interface UpdateBillingAddressRequestDto {
18
+ /**
19
+ * First name
20
+ * @type {string}
21
+ * @memberof UpdateBillingAddressRequestDto
22
+ */
23
+ 'firstName': string;
24
+ /**
25
+ * Last name
26
+ * @type {string}
27
+ * @memberof UpdateBillingAddressRequestDto
28
+ */
29
+ 'lastName': string;
30
+ /**
31
+ * Street name
32
+ * @type {string}
33
+ * @memberof UpdateBillingAddressRequestDto
34
+ */
35
+ 'street': string;
36
+ /**
37
+ * House number
38
+ * @type {string}
39
+ * @memberof UpdateBillingAddressRequestDto
40
+ */
41
+ 'houseNumber': string;
42
+ /**
43
+ * ZIP code
44
+ * @type {string}
45
+ * @memberof UpdateBillingAddressRequestDto
46
+ */
47
+ 'zipCode': string;
48
+ /**
49
+ * City
50
+ * @type {string}
51
+ * @memberof UpdateBillingAddressRequestDto
52
+ */
53
+ 'city': string;
54
+ /**
55
+ * Country code
56
+ * @type {string}
57
+ * @memberof UpdateBillingAddressRequestDto
58
+ */
59
+ 'countryCode'?: string;
60
+ /**
61
+ * Unique identifier of the partner that this object belongs to.
62
+ * @type {string}
63
+ * @memberof UpdateBillingAddressRequestDto
64
+ */
65
+ 'partnerCode': string;
66
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Emil Payment Service
6
+ * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });