@emilgroup/payment-sdk 1.14.1-beta.95 → 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.
- package/.openapi-generator/FILES +0 -14
- package/README.md +2 -2
- package/api/tenant-bank-account-api.ts +12 -12
- package/api.ts +0 -4
- package/dist/api/tenant-bank-account-api.d.ts +12 -12
- package/dist/api/tenant-bank-account-api.js +9 -9
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/models/bank-order-class.d.ts +3 -3
- package/dist/models/bank-order-entity.d.ts +2 -3
- package/dist/models/bank-order-entity.js +1 -2
- package/dist/models/create-bank-order-request-dto.d.ts +3 -4
- package/dist/models/create-bank-order-request-dto.js +1 -2
- package/dist/models/create-tenant-bank-account-request-dto.d.ts +0 -17
- package/dist/models/create-tenant-bank-account-request-dto.js +1 -11
- package/dist/models/index.d.ts +0 -12
- package/dist/models/index.js +0 -12
- package/dist/models/tenant-bank-account-class-without-expand-properties.d.ts +0 -17
- package/dist/models/tenant-bank-account-class-without-expand-properties.js +1 -11
- package/dist/models/tenant-bank-account-class.d.ts +0 -17
- package/dist/models/tenant-bank-account-class.js +1 -11
- package/dist/models/tenant-bank-account-entity.d.ts +0 -17
- package/dist/models/tenant-bank-account-entity.js +1 -11
- package/dist/models/update-bank-order-request-dto.d.ts +3 -3
- package/dist/models/update-tenant-bank-account-rest-request-dto.d.ts +0 -17
- package/dist/models/update-tenant-bank-account-rest-request-dto.js +1 -11
- package/models/bank-order-class.ts +3 -3
- package/models/bank-order-entity.ts +3 -4
- package/models/create-bank-order-request-dto.ts +4 -5
- package/models/create-tenant-bank-account-request-dto.ts +0 -18
- package/models/index.ts +0 -12
- package/models/tenant-bank-account-class-without-expand-properties.ts +0 -18
- package/models/tenant-bank-account-class.ts +0 -18
- package/models/tenant-bank-account-entity.ts +0 -18
- package/models/update-bank-order-request-dto.ts +3 -3
- package/models/update-tenant-bank-account-rest-request-dto.ts +0 -18
- package/package.json +1 -1
- package/api/billing-addresses-api.ts +0 -677
- package/api/payout-methods-api.ts +0 -672
- package/dist/api/billing-addresses-api.d.ts +0 -384
- package/dist/api/billing-addresses-api.js +0 -636
- package/dist/api/payout-methods-api.d.ts +0 -382
- package/dist/api/payout-methods-api.js +0 -635
- package/dist/models/billing-address-class.d.ts +0 -108
- package/dist/models/billing-address-class.js +0 -15
- package/dist/models/create-billing-address-request-dto.d.ts +0 -66
- package/dist/models/create-billing-address-request-dto.js +0 -15
- package/dist/models/create-billing-address-response-class.d.ts +0 -25
- package/dist/models/create-billing-address-response-class.js +0 -15
- package/dist/models/create-payout-method-request-dto.d.ts +0 -60
- package/dist/models/create-payout-method-request-dto.js +0 -15
- package/dist/models/create-payout-method-response-class.d.ts +0 -25
- package/dist/models/create-payout-method-response-class.js +0 -15
- package/dist/models/get-billing-address-response-class.d.ts +0 -25
- package/dist/models/get-billing-address-response-class.js +0 -15
- package/dist/models/get-payout-method-response-class.d.ts +0 -25
- package/dist/models/get-payout-method-response-class.js +0 -15
- package/dist/models/list-billing-addresses-response-class.d.ts +0 -43
- package/dist/models/list-billing-addresses-response-class.js +0 -15
- package/dist/models/list-payout-methods-response-class.d.ts +0 -43
- package/dist/models/list-payout-methods-response-class.js +0 -15
- package/dist/models/payout-method-class.d.ts +0 -115
- package/dist/models/payout-method-class.js +0 -15
- package/dist/models/update-billing-address-request-dto.d.ts +0 -66
- package/dist/models/update-billing-address-request-dto.js +0 -15
- package/dist/models/update-billing-address-response-class.d.ts +0 -25
- package/dist/models/update-billing-address-response-class.js +0 -15
- package/models/billing-address-class.ts +0 -114
- package/models/create-billing-address-request-dto.ts +0 -72
- package/models/create-billing-address-response-class.ts +0 -31
- package/models/create-payout-method-request-dto.ts +0 -66
- package/models/create-payout-method-response-class.ts +0 -31
- package/models/get-billing-address-response-class.ts +0 -31
- package/models/get-payout-method-response-class.ts +0 -31
- package/models/list-billing-addresses-response-class.ts +0 -49
- package/models/list-payout-methods-response-class.ts +0 -49
- package/models/payout-method-class.ts +0 -121
- package/models/update-billing-address-request-dto.ts +0 -72
- package/models/update-billing-address-response-class.ts +0 -31
|
@@ -1,115 +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 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
|
-
}
|
|
@@ -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 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
|
-
}
|
|
@@ -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 UpdateBillingAddressResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateBillingAddressResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The updated billing address
|
|
21
|
-
* @type {BillingAddressClass}
|
|
22
|
-
* @memberof UpdateBillingAddressResponseClass
|
|
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,114 +0,0 @@
|
|
|
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 BillingAddressClass
|
|
21
|
-
*/
|
|
22
|
-
export interface BillingAddressClass {
|
|
23
|
-
/**
|
|
24
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof BillingAddressClass
|
|
27
|
-
*/
|
|
28
|
-
'id': number;
|
|
29
|
-
/**
|
|
30
|
-
* Unique identifier for the object.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof BillingAddressClass
|
|
33
|
-
*/
|
|
34
|
-
'code': string;
|
|
35
|
-
/**
|
|
36
|
-
* First name
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof BillingAddressClass
|
|
39
|
-
*/
|
|
40
|
-
'firstName': string;
|
|
41
|
-
/**
|
|
42
|
-
* Last name
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof BillingAddressClass
|
|
45
|
-
*/
|
|
46
|
-
'lastName': string;
|
|
47
|
-
/**
|
|
48
|
-
* Street name
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof BillingAddressClass
|
|
51
|
-
*/
|
|
52
|
-
'street': string;
|
|
53
|
-
/**
|
|
54
|
-
* House number
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof BillingAddressClass
|
|
57
|
-
*/
|
|
58
|
-
'houseNumber': string;
|
|
59
|
-
/**
|
|
60
|
-
* ZIP code
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof BillingAddressClass
|
|
63
|
-
*/
|
|
64
|
-
'zipCode': string;
|
|
65
|
-
/**
|
|
66
|
-
* City
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof BillingAddressClass
|
|
69
|
-
*/
|
|
70
|
-
'city': string;
|
|
71
|
-
/**
|
|
72
|
-
* Country code
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof BillingAddressClass
|
|
75
|
-
*/
|
|
76
|
-
'countryCode'?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Unique identifier of the account that this object belongs to.
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof BillingAddressClass
|
|
81
|
-
*/
|
|
82
|
-
'accountCode': string;
|
|
83
|
-
/**
|
|
84
|
-
* Unique identifier of the partner that this object belongs to.
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof BillingAddressClass
|
|
87
|
-
*/
|
|
88
|
-
'partnerCode': string;
|
|
89
|
-
/**
|
|
90
|
-
* Time at which the object was created.
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof BillingAddressClass
|
|
93
|
-
*/
|
|
94
|
-
'createdAt': string;
|
|
95
|
-
/**
|
|
96
|
-
* Time at which the object was updated.
|
|
97
|
-
* @type {string}
|
|
98
|
-
* @memberof BillingAddressClass
|
|
99
|
-
*/
|
|
100
|
-
'updatedAt': string;
|
|
101
|
-
/**
|
|
102
|
-
* Identifier of the user who created the record.
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof BillingAddressClass
|
|
105
|
-
*/
|
|
106
|
-
'createdBy': string;
|
|
107
|
-
/**
|
|
108
|
-
* Identifier of the user who last updated the record.
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof BillingAddressClass
|
|
111
|
-
*/
|
|
112
|
-
'updatedBy': string;
|
|
113
|
-
}
|
|
114
|
-
|
|
@@ -1,72 +0,0 @@
|
|
|
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 CreateBillingAddressRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface CreateBillingAddressRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* First name
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof CreateBillingAddressRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'firstName': string;
|
|
29
|
-
/**
|
|
30
|
-
* Last name
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof CreateBillingAddressRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'lastName': string;
|
|
35
|
-
/**
|
|
36
|
-
* Street name
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof CreateBillingAddressRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'street': string;
|
|
41
|
-
/**
|
|
42
|
-
* House number
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof CreateBillingAddressRequestDto
|
|
45
|
-
*/
|
|
46
|
-
'houseNumber': string;
|
|
47
|
-
/**
|
|
48
|
-
* ZIP code
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof CreateBillingAddressRequestDto
|
|
51
|
-
*/
|
|
52
|
-
'zipCode': string;
|
|
53
|
-
/**
|
|
54
|
-
* City
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof CreateBillingAddressRequestDto
|
|
57
|
-
*/
|
|
58
|
-
'city': string;
|
|
59
|
-
/**
|
|
60
|
-
* Country code
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof CreateBillingAddressRequestDto
|
|
63
|
-
*/
|
|
64
|
-
'countryCode'?: string;
|
|
65
|
-
/**
|
|
66
|
-
* Unique identifier of the partner that this object belongs to.
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof CreateBillingAddressRequestDto
|
|
69
|
-
*/
|
|
70
|
-
'partnerCode': string;
|
|
71
|
-
}
|
|
72
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { BillingAddressClass } from './billing-address-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateBillingAddressResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateBillingAddressResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The created billing address
|
|
26
|
-
* @type {BillingAddressClass}
|
|
27
|
-
* @memberof CreateBillingAddressResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'billingAddress': BillingAddressClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,66 +0,0 @@
|
|
|
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 CreatePayoutMethodRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface CreatePayoutMethodRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* Unique identifier of the partner that this object belongs to.
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'partnerCode': string;
|
|
29
|
-
/**
|
|
30
|
-
* First name
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'firstName': string;
|
|
35
|
-
/**
|
|
36
|
-
* Last name
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'lastName': string;
|
|
41
|
-
/**
|
|
42
|
-
* IBAN
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
45
|
-
*/
|
|
46
|
-
'iban': string;
|
|
47
|
-
/**
|
|
48
|
-
* BIC
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
51
|
-
*/
|
|
52
|
-
'bic': string;
|
|
53
|
-
/**
|
|
54
|
-
* Bank name
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
57
|
-
*/
|
|
58
|
-
'bankName': string;
|
|
59
|
-
/**
|
|
60
|
-
* Billing address code
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof CreatePayoutMethodRequestDto
|
|
63
|
-
*/
|
|
64
|
-
'billingAddressCode': string;
|
|
65
|
-
}
|
|
66
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { PayoutMethodClass } from './payout-method-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreatePayoutMethodResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface CreatePayoutMethodResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The created payout method
|
|
26
|
-
* @type {PayoutMethodClass}
|
|
27
|
-
* @memberof CreatePayoutMethodResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'payoutMethod': PayoutMethodClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { BillingAddressClass } from './billing-address-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetBillingAddressResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetBillingAddressResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The billing address
|
|
26
|
-
* @type {BillingAddressClass}
|
|
27
|
-
* @memberof GetBillingAddressResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'billingAddress': BillingAddressClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { PayoutMethodClass } from './payout-method-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetPayoutMethodResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetPayoutMethodResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The payout method
|
|
26
|
-
* @type {PayoutMethodClass}
|
|
27
|
-
* @memberof GetPayoutMethodResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'payoutMethod': PayoutMethodClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
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 { BillingAddressClass } from './billing-address-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ListBillingAddressesResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ListBillingAddressesResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The billing addresses
|
|
26
|
-
* @type {Array<BillingAddressClass>}
|
|
27
|
-
* @memberof ListBillingAddressesResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<BillingAddressClass>;
|
|
30
|
-
/**
|
|
31
|
-
* Next page token.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ListBillingAddressesResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'nextPageToken': string;
|
|
36
|
-
/**
|
|
37
|
-
* Items per page.
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ListBillingAddressesResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'itemsPerPage': number;
|
|
42
|
-
/**
|
|
43
|
-
* Total amount of items.
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ListBillingAddressesResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'totalItems': number;
|
|
48
|
-
}
|
|
49
|
-
|