@emilgroup/payment-sdk 1.14.1-beta.94 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/.openapi-generator/FILES +0 -14
  2. package/README.md +2 -2
  3. package/api/tenant-bank-account-api.ts +12 -12
  4. package/api.ts +0 -4
  5. package/dist/api/tenant-bank-account-api.d.ts +12 -12
  6. package/dist/api/tenant-bank-account-api.js +9 -9
  7. package/dist/api.d.ts +0 -2
  8. package/dist/api.js +0 -2
  9. package/dist/models/bank-order-class.d.ts +3 -3
  10. package/dist/models/bank-order-entity.d.ts +2 -3
  11. package/dist/models/bank-order-entity.js +1 -2
  12. package/dist/models/create-bank-order-request-dto.d.ts +3 -4
  13. package/dist/models/create-bank-order-request-dto.js +1 -2
  14. package/dist/models/create-tenant-bank-account-request-dto.d.ts +0 -17
  15. package/dist/models/create-tenant-bank-account-request-dto.js +1 -11
  16. package/dist/models/index.d.ts +0 -12
  17. package/dist/models/index.js +0 -12
  18. package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +0 -17
  19. package/dist/models/tenant-bank-account-class-without-expand-properties.js +1 -11
  20. package/dist/models/tenant-bank-account-class.d.ts +0 -17
  21. package/dist/models/tenant-bank-account-class.js +1 -11
  22. package/dist/models/tenant-bank-account-entity.d.ts +0 -17
  23. package/dist/models/tenant-bank-account-entity.js +1 -11
  24. package/dist/models/update-bank-order-request-dto.d.ts +3 -3
  25. package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +0 -17
  26. package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -11
  27. package/models/bank-order-class.ts +3 -3
  28. package/models/bank-order-entity.ts +3 -4
  29. package/models/create-bank-order-request-dto.ts +4 -5
  30. package/models/create-tenant-bank-account-request-dto.ts +0 -18
  31. package/models/index.ts +0 -12
  32. package/models/tenant-bank-account-class-without-expand-properties.ts +0 -18
  33. package/models/tenant-bank-account-class.ts +0 -18
  34. package/models/tenant-bank-account-entity.ts +0 -18
  35. package/models/update-bank-order-request-dto.ts +3 -3
  36. package/models/update-tenant-bank-account-rest-request-dto.ts +0 -18
  37. package/package.json +1 -1
  38. package/api/billing-addresses-api.ts +0 -677
  39. package/api/payout-methods-api.ts +0 -672
  40. package/dist/api/billing-addresses-api.d.ts +0 -384
  41. package/dist/api/billing-addresses-api.js +0 -636
  42. package/dist/api/payout-methods-api.d.ts +0 -382
  43. package/dist/api/payout-methods-api.js +0 -635
  44. package/dist/models/billing-address-class.d.ts +0 -108
  45. package/dist/models/billing-address-class.js +0 -15
  46. package/dist/models/create-billing-address-request-dto.d.ts +0 -66
  47. package/dist/models/create-billing-address-request-dto.js +0 -15
  48. package/dist/models/create-billing-address-response-class.d.ts +0 -25
  49. package/dist/models/create-billing-address-response-class.js +0 -15
  50. package/dist/models/create-payout-method-request-dto.d.ts +0 -60
  51. package/dist/models/create-payout-method-request-dto.js +0 -15
  52. package/dist/models/create-payout-method-response-class.d.ts +0 -25
  53. package/dist/models/create-payout-method-response-class.js +0 -15
  54. package/dist/models/get-billing-address-response-class.d.ts +0 -25
  55. package/dist/models/get-billing-address-response-class.js +0 -15
  56. package/dist/models/get-payout-method-response-class.d.ts +0 -25
  57. package/dist/models/get-payout-method-response-class.js +0 -15
  58. package/dist/models/list-billing-addresses-response-class.d.ts +0 -43
  59. package/dist/models/list-billing-addresses-response-class.js +0 -15
  60. package/dist/models/list-payout-methods-response-class.d.ts +0 -43
  61. package/dist/models/list-payout-methods-response-class.js +0 -15
  62. package/dist/models/payout-method-class.d.ts +0 -115
  63. package/dist/models/payout-method-class.js +0 -15
  64. package/dist/models/update-billing-address-request-dto.d.ts +0 -66
  65. package/dist/models/update-billing-address-request-dto.js +0 -15
  66. package/dist/models/update-billing-address-response-class.d.ts +0 -25
  67. package/dist/models/update-billing-address-response-class.js +0 -15
  68. package/models/billing-address-class.ts +0 -114
  69. package/models/create-billing-address-request-dto.ts +0 -72
  70. package/models/create-billing-address-response-class.ts +0 -31
  71. package/models/create-payout-method-request-dto.ts +0 -66
  72. package/models/create-payout-method-response-class.ts +0 -31
  73. package/models/get-billing-address-response-class.ts +0 -31
  74. package/models/get-payout-method-response-class.ts +0 -31
  75. package/models/list-billing-addresses-response-class.ts +0 -49
  76. package/models/list-payout-methods-response-class.ts +0 -49
  77. package/models/payout-method-class.ts +0 -121
  78. package/models/update-billing-address-request-dto.ts +0 -72
  79. package/models/update-billing-address-response-class.ts +0 -31
@@ -1,108 +0,0 @@
1
- /**
2
- * Emil Payment Service
3
- * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface BillingAddressClass
16
- */
17
- export interface BillingAddressClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof BillingAddressClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier for the object.
26
- * @type {string}
27
- * @memberof BillingAddressClass
28
- */
29
- 'code': string;
30
- /**
31
- * First name
32
- * @type {string}
33
- * @memberof BillingAddressClass
34
- */
35
- 'firstName': string;
36
- /**
37
- * Last name
38
- * @type {string}
39
- * @memberof BillingAddressClass
40
- */
41
- 'lastName': string;
42
- /**
43
- * Street name
44
- * @type {string}
45
- * @memberof BillingAddressClass
46
- */
47
- 'street': string;
48
- /**
49
- * House number
50
- * @type {string}
51
- * @memberof BillingAddressClass
52
- */
53
- 'houseNumber': string;
54
- /**
55
- * ZIP code
56
- * @type {string}
57
- * @memberof BillingAddressClass
58
- */
59
- 'zipCode': string;
60
- /**
61
- * City
62
- * @type {string}
63
- * @memberof BillingAddressClass
64
- */
65
- 'city': string;
66
- /**
67
- * Country code
68
- * @type {string}
69
- * @memberof BillingAddressClass
70
- */
71
- 'countryCode'?: string;
72
- /**
73
- * Unique identifier of the account that this object belongs to.
74
- * @type {string}
75
- * @memberof BillingAddressClass
76
- */
77
- 'accountCode': string;
78
- /**
79
- * Unique identifier of the partner that this object belongs to.
80
- * @type {string}
81
- * @memberof BillingAddressClass
82
- */
83
- 'partnerCode': string;
84
- /**
85
- * Time at which the object was created.
86
- * @type {string}
87
- * @memberof BillingAddressClass
88
- */
89
- 'createdAt': string;
90
- /**
91
- * Time at which the object was updated.
92
- * @type {string}
93
- * @memberof BillingAddressClass
94
- */
95
- 'updatedAt': string;
96
- /**
97
- * Identifier of the user who created the record.
98
- * @type {string}
99
- * @memberof BillingAddressClass
100
- */
101
- 'createdBy': string;
102
- /**
103
- * Identifier of the user who last updated the record.
104
- * @type {string}
105
- * @memberof BillingAddressClass
106
- */
107
- 'updatedBy': string;
108
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,66 +0,0 @@
1
- /**
2
- * Emil Payment Service
3
- * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface CreateBillingAddressRequestDto
16
- */
17
- export interface CreateBillingAddressRequestDto {
18
- /**
19
- * First name
20
- * @type {string}
21
- * @memberof CreateBillingAddressRequestDto
22
- */
23
- 'firstName': string;
24
- /**
25
- * Last name
26
- * @type {string}
27
- * @memberof CreateBillingAddressRequestDto
28
- */
29
- 'lastName': string;
30
- /**
31
- * Street name
32
- * @type {string}
33
- * @memberof CreateBillingAddressRequestDto
34
- */
35
- 'street': string;
36
- /**
37
- * House number
38
- * @type {string}
39
- * @memberof CreateBillingAddressRequestDto
40
- */
41
- 'houseNumber': string;
42
- /**
43
- * ZIP code
44
- * @type {string}
45
- * @memberof CreateBillingAddressRequestDto
46
- */
47
- 'zipCode': string;
48
- /**
49
- * City
50
- * @type {string}
51
- * @memberof CreateBillingAddressRequestDto
52
- */
53
- 'city': string;
54
- /**
55
- * Country code
56
- * @type {string}
57
- * @memberof CreateBillingAddressRequestDto
58
- */
59
- 'countryCode'?: string;
60
- /**
61
- * Unique identifier of the partner that this object belongs to.
62
- * @type {string}
63
- * @memberof CreateBillingAddressRequestDto
64
- */
65
- 'partnerCode': string;
66
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,25 +0,0 @@
1
- /**
2
- * Emil Payment Service
3
- * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { BillingAddressClass } from './billing-address-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateBillingAddressResponseClass
17
- */
18
- export interface CreateBillingAddressResponseClass {
19
- /**
20
- * The created billing address
21
- * @type {BillingAddressClass}
22
- * @memberof CreateBillingAddressResponseClass
23
- */
24
- 'billingAddress': BillingAddressClass;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,60 +0,0 @@
1
- /**
2
- * Emil Payment Service
3
- * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface CreatePayoutMethodRequestDto
16
- */
17
- export interface CreatePayoutMethodRequestDto {
18
- /**
19
- * Unique identifier of the partner that this object belongs to.
20
- * @type {string}
21
- * @memberof CreatePayoutMethodRequestDto
22
- */
23
- 'partnerCode': string;
24
- /**
25
- * First name
26
- * @type {string}
27
- * @memberof CreatePayoutMethodRequestDto
28
- */
29
- 'firstName': string;
30
- /**
31
- * Last name
32
- * @type {string}
33
- * @memberof CreatePayoutMethodRequestDto
34
- */
35
- 'lastName': string;
36
- /**
37
- * IBAN
38
- * @type {string}
39
- * @memberof CreatePayoutMethodRequestDto
40
- */
41
- 'iban': string;
42
- /**
43
- * BIC
44
- * @type {string}
45
- * @memberof CreatePayoutMethodRequestDto
46
- */
47
- 'bic': string;
48
- /**
49
- * Bank name
50
- * @type {string}
51
- * @memberof CreatePayoutMethodRequestDto
52
- */
53
- 'bankName': string;
54
- /**
55
- * Billing address code
56
- * @type {string}
57
- * @memberof CreatePayoutMethodRequestDto
58
- */
59
- 'billingAddressCode': string;
60
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,25 +0,0 @@
1
- /**
2
- * Emil Payment Service
3
- * This service directly communicates with the various Payment Service Providers (PSPs) in order to charge or refund customers. This service will automatically connect to the PSP linked in your admin configuration; meaning if you configured Stripe, it will automatically create a payment on Stripe when you create it in Emil.
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { PayoutMethodClass } from './payout-method-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreatePayoutMethodResponseClass
17
- */
18
- export interface CreatePayoutMethodResponseClass {
19
- /**
20
- * The created payout method
21
- * @type {PayoutMethodClass}
22
- * @memberof CreatePayoutMethodResponseClass
23
- */
24
- 'payoutMethod': PayoutMethodClass;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,25 +0,0 @@
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 GetBillingAddressResponseClass
17
- */
18
- export interface GetBillingAddressResponseClass {
19
- /**
20
- * The billing address
21
- * @type {BillingAddressClass}
22
- * @memberof GetBillingAddressResponseClass
23
- */
24
- 'billingAddress': BillingAddressClass;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,25 +0,0 @@
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 GetPayoutMethodResponseClass
17
- */
18
- export interface GetPayoutMethodResponseClass {
19
- /**
20
- * The payout method
21
- * @type {PayoutMethodClass}
22
- * @memberof GetPayoutMethodResponseClass
23
- */
24
- 'payoutMethod': PayoutMethodClass;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,43 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,43 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });