@enfuce/nextgen-sdk 0.0.2 → 0.0.4
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/dist/authorisation-control/api.d.ts +0 -302
- package/dist/authorisation-control/api.js +10 -28
- package/dist/authorisation-control/base.d.ts +0 -24
- package/dist/authorisation-control/base.js +0 -19
- package/dist/authorisation-control/common.d.ts +4 -35
- package/dist/authorisation-control/common.js +16 -38
- package/dist/authorisation-control/configuration.d.ts +24 -17
- package/dist/authorisation-control/configuration.js +3 -3
- package/dist/card/api.d.ts +41 -740
- package/dist/card/api.js +38 -105
- package/dist/card/base.d.ts +0 -24
- package/dist/card/base.js +0 -19
- package/dist/card/common.d.ts +4 -35
- package/dist/card/common.js +16 -38
- package/dist/card/configuration.d.ts +24 -17
- package/dist/card/configuration.js +3 -3
- package/dist/cardholder/api.d.ts +959 -686
- package/dist/cardholder/api.js +783 -73
- package/dist/cardholder/base.d.ts +0 -24
- package/dist/cardholder/base.js +0 -19
- package/dist/cardholder/common.d.ts +4 -35
- package/dist/cardholder/common.js +16 -38
- package/dist/cardholder/configuration.d.ts +24 -17
- package/dist/cardholder/configuration.js +3 -3
- package/dist/cards/api.d.ts +0 -7
- package/dist/cards/api.js +2 -9
- package/dist/cards/base.d.ts +0 -24
- package/dist/cards/base.js +0 -19
- package/dist/cards/common.d.ts +4 -35
- package/dist/cards/common.js +16 -38
- package/dist/cards/configuration.d.ts +24 -17
- package/dist/cards/configuration.js +3 -3
- package/dist/clearing-file-copy/api.d.ts +0 -497
- package/dist/clearing-file-copy/api.js +12 -26
- package/dist/clearing-file-copy/base.d.ts +0 -24
- package/dist/clearing-file-copy/base.js +0 -19
- package/dist/clearing-file-copy/common.d.ts +4 -35
- package/dist/clearing-file-copy/common.js +16 -38
- package/dist/clearing-file-copy/configuration.d.ts +24 -17
- package/dist/clearing-file-copy/configuration.js +3 -3
- package/dist/esm/authorisation-control/api.d.ts +0 -302
- package/dist/esm/authorisation-control/api.js +10 -28
- package/dist/esm/authorisation-control/base.d.ts +0 -24
- package/dist/esm/authorisation-control/base.js +0 -19
- package/dist/esm/authorisation-control/common.d.ts +4 -35
- package/dist/esm/authorisation-control/common.js +14 -37
- package/dist/esm/authorisation-control/configuration.d.ts +24 -17
- package/dist/esm/authorisation-control/configuration.js +3 -3
- package/dist/esm/card/api.d.ts +41 -740
- package/dist/esm/card/api.js +38 -105
- package/dist/esm/card/base.d.ts +0 -24
- package/dist/esm/card/base.js +0 -19
- package/dist/esm/card/common.d.ts +4 -35
- package/dist/esm/card/common.js +14 -37
- package/dist/esm/card/configuration.d.ts +24 -17
- package/dist/esm/card/configuration.js +3 -3
- package/dist/esm/cardholder/api.d.ts +959 -686
- package/dist/esm/cardholder/api.js +782 -72
- package/dist/esm/cardholder/base.d.ts +0 -24
- package/dist/esm/cardholder/base.js +0 -19
- package/dist/esm/cardholder/common.d.ts +4 -35
- package/dist/esm/cardholder/common.js +14 -37
- package/dist/esm/cardholder/configuration.d.ts +24 -17
- package/dist/esm/cardholder/configuration.js +3 -3
- package/dist/esm/cards/api.d.ts +0 -7
- package/dist/esm/cards/api.js +2 -9
- package/dist/esm/cards/base.d.ts +0 -24
- package/dist/esm/cards/base.js +0 -19
- package/dist/esm/cards/common.d.ts +4 -35
- package/dist/esm/cards/common.js +14 -37
- package/dist/esm/cards/configuration.d.ts +24 -17
- package/dist/esm/cards/configuration.js +3 -3
- package/dist/esm/clearing-file-copy/api.d.ts +0 -497
- package/dist/esm/clearing-file-copy/api.js +12 -26
- package/dist/esm/clearing-file-copy/base.d.ts +0 -24
- package/dist/esm/clearing-file-copy/base.js +0 -19
- package/dist/esm/clearing-file-copy/common.d.ts +4 -35
- package/dist/esm/clearing-file-copy/common.js +14 -37
- package/dist/esm/clearing-file-copy/configuration.d.ts +24 -17
- package/dist/esm/clearing-file-copy/configuration.js +3 -3
- package/dist/esm/exchange-rate/api.d.ts +409 -0
- package/dist/esm/exchange-rate/api.js +403 -0
- package/dist/esm/exchange-rate/base.d.ts +42 -0
- package/dist/esm/exchange-rate/base.js +41 -0
- package/dist/esm/exchange-rate/common.d.ts +34 -0
- package/dist/esm/exchange-rate/common.js +126 -0
- package/dist/esm/exchange-rate/configuration.d.ts +98 -0
- package/dist/esm/exchange-rate/configuration.js +40 -0
- package/dist/esm/exchange-rate/index.d.ts +13 -0
- package/dist/esm/exchange-rate/index.js +15 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/issuer-events/api.d.ts +639 -601
- package/dist/esm/issuer-events/api.js +520 -54
- package/dist/esm/issuer-events/base.d.ts +0 -24
- package/dist/esm/issuer-events/base.js +0 -19
- package/dist/esm/issuer-events/common.d.ts +4 -35
- package/dist/esm/issuer-events/common.js +14 -37
- package/dist/esm/issuer-events/configuration.d.ts +24 -17
- package/dist/esm/issuer-events/configuration.js +3 -3
- package/dist/esm/pin/api.d.ts +0 -76
- package/dist/esm/pin/api.js +3 -15
- package/dist/esm/pin/base.d.ts +0 -24
- package/dist/esm/pin/base.js +0 -19
- package/dist/esm/pin/common.d.ts +4 -35
- package/dist/esm/pin/common.js +14 -37
- package/dist/esm/pin/configuration.d.ts +24 -17
- package/dist/esm/pin/configuration.js +3 -3
- package/dist/esm/threeds/api.d.ts +0 -18
- package/dist/esm/threeds/api.js +1 -8
- package/dist/esm/threeds/base.d.ts +0 -24
- package/dist/esm/threeds/base.js +0 -19
- package/dist/esm/threeds/common.d.ts +4 -35
- package/dist/esm/threeds/common.js +14 -37
- package/dist/esm/threeds/configuration.d.ts +24 -17
- package/dist/esm/threeds/configuration.js +3 -3
- package/dist/esm/threeds-oob/api.d.ts +0 -90
- package/dist/esm/threeds-oob/api.js +2 -9
- package/dist/esm/threeds-oob/base.d.ts +0 -24
- package/dist/esm/threeds-oob/base.js +0 -19
- package/dist/esm/threeds-oob/common.d.ts +4 -35
- package/dist/esm/threeds-oob/common.js +14 -37
- package/dist/esm/threeds-oob/configuration.d.ts +24 -17
- package/dist/esm/threeds-oob/configuration.js +3 -3
- package/dist/esm/transaction-event/api.d.ts +0 -452
- package/dist/esm/transaction-event/api.js +11 -27
- package/dist/esm/transaction-event/base.d.ts +0 -24
- package/dist/esm/transaction-event/base.js +0 -19
- package/dist/esm/transaction-event/common.d.ts +4 -35
- package/dist/esm/transaction-event/common.js +14 -37
- package/dist/esm/transaction-event/configuration.d.ts +24 -17
- package/dist/esm/transaction-event/configuration.js +3 -3
- package/dist/esm/wallet/api.d.ts +0 -342
- package/dist/esm/wallet/api.js +29 -83
- package/dist/esm/wallet/base.d.ts +0 -24
- package/dist/esm/wallet/base.js +0 -19
- package/dist/esm/wallet/common.d.ts +4 -35
- package/dist/esm/wallet/common.js +14 -37
- package/dist/esm/wallet/configuration.d.ts +24 -17
- package/dist/esm/wallet/configuration.js +3 -3
- package/dist/exchange-rate/api.d.ts +409 -0
- package/dist/exchange-rate/api.js +418 -0
- package/dist/exchange-rate/base.d.ts +42 -0
- package/dist/exchange-rate/base.js +46 -0
- package/dist/exchange-rate/common.d.ts +34 -0
- package/dist/exchange-rate/common.js +139 -0
- package/dist/exchange-rate/configuration.d.ts +98 -0
- package/dist/exchange-rate/configuration.js +44 -0
- package/dist/exchange-rate/index.d.ts +13 -0
- package/dist/exchange-rate/index.js +31 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/issuer-events/api.d.ts +639 -601
- package/dist/issuer-events/api.js +521 -55
- package/dist/issuer-events/base.d.ts +0 -24
- package/dist/issuer-events/base.js +0 -19
- package/dist/issuer-events/common.d.ts +4 -35
- package/dist/issuer-events/common.js +16 -38
- package/dist/issuer-events/configuration.d.ts +24 -17
- package/dist/issuer-events/configuration.js +3 -3
- package/dist/pin/api.d.ts +0 -76
- package/dist/pin/api.js +3 -15
- package/dist/pin/base.d.ts +0 -24
- package/dist/pin/base.js +0 -19
- package/dist/pin/common.d.ts +4 -35
- package/dist/pin/common.js +16 -38
- package/dist/pin/configuration.d.ts +24 -17
- package/dist/pin/configuration.js +3 -3
- package/dist/threeds/api.d.ts +0 -18
- package/dist/threeds/api.js +1 -8
- package/dist/threeds/base.d.ts +0 -24
- package/dist/threeds/base.js +0 -19
- package/dist/threeds/common.d.ts +4 -35
- package/dist/threeds/common.js +16 -38
- package/dist/threeds/configuration.d.ts +24 -17
- package/dist/threeds/configuration.js +3 -3
- package/dist/threeds-oob/api.d.ts +0 -90
- package/dist/threeds-oob/api.js +2 -9
- package/dist/threeds-oob/base.d.ts +0 -24
- package/dist/threeds-oob/base.js +0 -19
- package/dist/threeds-oob/common.d.ts +4 -35
- package/dist/threeds-oob/common.js +16 -38
- package/dist/threeds-oob/configuration.d.ts +24 -17
- package/dist/threeds-oob/configuration.js +3 -3
- package/dist/transaction-event/api.d.ts +0 -452
- package/dist/transaction-event/api.js +11 -27
- package/dist/transaction-event/base.d.ts +0 -24
- package/dist/transaction-event/base.js +0 -19
- package/dist/transaction-event/common.d.ts +4 -35
- package/dist/transaction-event/common.js +16 -38
- package/dist/transaction-event/configuration.d.ts +24 -17
- package/dist/transaction-event/configuration.js +3 -3
- package/dist/wallet/api.d.ts +0 -342
- package/dist/wallet/api.js +29 -83
- package/dist/wallet/base.d.ts +0 -24
- package/dist/wallet/base.js +0 -19
- package/dist/wallet/common.d.ts +4 -35
- package/dist/wallet/common.js +16 -38
- package/dist/wallet/configuration.d.ts +24 -17
- package/dist/wallet/configuration.js +3 -3
- package/package.json +2 -2
- package/src/authorisation-control/api.ts +11 -314
- package/src/authorisation-control/base.ts +0 -24
- package/src/authorisation-control/common.ts +15 -38
- package/src/authorisation-control/configuration.ts +26 -20
- package/src/card/api.ts +80 -786
- package/src/card/base.ts +0 -24
- package/src/card/common.ts +15 -38
- package/src/card/configuration.ts +26 -20
- package/src/cardholder/api.ts +987 -714
- package/src/cardholder/base.ts +0 -24
- package/src/cardholder/common.ts +15 -38
- package/src/cardholder/configuration.ts +26 -20
- package/src/cards/api.ts +3 -11
- package/src/cards/base.ts +0 -24
- package/src/cards/common.ts +15 -38
- package/src/cards/configuration.ts +26 -20
- package/src/clearing-file-copy/api.ts +13 -510
- package/src/clearing-file-copy/base.ts +0 -24
- package/src/clearing-file-copy/common.ts +15 -38
- package/src/clearing-file-copy/configuration.ts +26 -20
- package/src/exchange-rate/api.ts +615 -0
- package/src/exchange-rate/base.ts +62 -0
- package/src/exchange-rate/common.ts +127 -0
- package/src/exchange-rate/configuration.ts +121 -0
- package/src/exchange-rate/index.ts +18 -0
- package/src/index.ts +1 -0
- package/src/issuer-events/api.ts +661 -628
- package/src/issuer-events/base.ts +0 -24
- package/src/issuer-events/common.ts +15 -38
- package/src/issuer-events/configuration.ts +26 -20
- package/src/pin/api.ts +4 -83
- package/src/pin/base.ts +0 -24
- package/src/pin/common.ts +15 -38
- package/src/pin/configuration.ts +26 -20
- package/src/threeds/api.ts +2 -22
- package/src/threeds/base.ts +0 -24
- package/src/threeds/common.ts +15 -38
- package/src/threeds/configuration.ts +26 -20
- package/src/threeds-oob/api.ts +3 -95
- package/src/threeds-oob/base.ts +0 -24
- package/src/threeds-oob/common.ts +15 -38
- package/src/threeds-oob/configuration.ts +26 -20
- package/src/transaction-event/api.ts +12 -464
- package/src/transaction-event/base.ts +0 -24
- package/src/transaction-event/common.ts +15 -38
- package/src/transaction-event/configuration.ts +26 -20
- package/src/wallet/api.ts +30 -377
- package/src/wallet/base.ts +0 -24
- package/src/wallet/common.ts +15 -38
- package/src/wallet/configuration.ts +26 -20
|
@@ -13,120 +13,58 @@ import type { Configuration } from './configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import type { RequestArgs } from './base';
|
|
15
15
|
import { BaseAPI } from './base';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface Address
|
|
20
|
-
*/
|
|
21
16
|
export interface Address {
|
|
22
17
|
/**
|
|
23
18
|
* First line of address.
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof Address
|
|
26
19
|
*/
|
|
27
20
|
'address1': string;
|
|
28
21
|
/**
|
|
29
22
|
* Second line of address. Any string without trailing or leading whitespaces, or an empty string.
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof Address
|
|
32
23
|
*/
|
|
33
24
|
'address2'?: string;
|
|
34
25
|
/**
|
|
35
26
|
* Third line of address. Any string without trailing or leading whitespaces, or an empty string.
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof Address
|
|
38
27
|
*/
|
|
39
28
|
'address3'?: string;
|
|
40
29
|
/**
|
|
41
30
|
* Fourth line of the address. Any string without trailing or leading whitespaces, or an empty string.
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof Address
|
|
44
31
|
*/
|
|
45
32
|
'address4'?: string;
|
|
46
|
-
/**
|
|
47
|
-
*
|
|
48
|
-
* @type {string}
|
|
49
|
-
* @memberof Address
|
|
50
|
-
*/
|
|
51
33
|
'city': string;
|
|
52
34
|
/**
|
|
53
35
|
* A valid ISO-3166-1 alpha-3 country code.
|
|
54
|
-
* @type {string}
|
|
55
|
-
* @memberof Address
|
|
56
36
|
*/
|
|
57
37
|
'country': string;
|
|
58
|
-
/**
|
|
59
|
-
*
|
|
60
|
-
* @type {string}
|
|
61
|
-
* @memberof Address
|
|
62
|
-
*/
|
|
63
38
|
'region'?: string;
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {string}
|
|
67
|
-
* @memberof Address
|
|
68
|
-
*/
|
|
69
39
|
'zipCode': string;
|
|
70
40
|
}
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @export
|
|
74
|
-
* @interface AddressResponse
|
|
75
|
-
*/
|
|
76
41
|
export interface AddressResponse {
|
|
77
42
|
/**
|
|
78
43
|
* First line of address.
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof AddressResponse
|
|
81
44
|
*/
|
|
82
45
|
'address1': string;
|
|
83
46
|
/**
|
|
84
47
|
* Any string without trailing or leading whitespaces, or an empty string.
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof AddressResponse
|
|
87
48
|
*/
|
|
88
49
|
'address2'?: string | null;
|
|
89
50
|
/**
|
|
90
51
|
* Any string without trailing or leading whitespaces, or an empty string.
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof AddressResponse
|
|
93
52
|
*/
|
|
94
53
|
'address3'?: string | null;
|
|
95
54
|
/**
|
|
96
55
|
* Any string without trailing or leading whitespaces, or an empty string.
|
|
97
|
-
* @type {string}
|
|
98
|
-
* @memberof AddressResponse
|
|
99
56
|
*/
|
|
100
57
|
'address4'?: string | null;
|
|
101
|
-
/**
|
|
102
|
-
*
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof AddressResponse
|
|
105
|
-
*/
|
|
106
58
|
'city': string;
|
|
107
59
|
/**
|
|
108
60
|
* A valid ISO-3166-1 alpha-3 country code.
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof AddressResponse
|
|
111
61
|
*/
|
|
112
62
|
'country': string;
|
|
113
|
-
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {string}
|
|
116
|
-
* @memberof AddressResponse
|
|
117
|
-
*/
|
|
118
63
|
'region'?: string | null;
|
|
119
|
-
/**
|
|
120
|
-
*
|
|
121
|
-
* @type {string}
|
|
122
|
-
* @memberof AddressResponse
|
|
123
|
-
*/
|
|
124
64
|
'zipCode': string;
|
|
125
65
|
}
|
|
126
66
|
/**
|
|
127
67
|
* The type of card defined by this card configuration.
|
|
128
|
-
* @export
|
|
129
|
-
* @enum {string}
|
|
130
68
|
*/
|
|
131
69
|
export declare const CardConfigurationType: {
|
|
132
70
|
readonly Debit: "DEBIT";
|
|
@@ -136,8 +74,6 @@ export declare const CardConfigurationType: {
|
|
|
136
74
|
export type CardConfigurationType = typeof CardConfigurationType[keyof typeof CardConfigurationType];
|
|
137
75
|
/**
|
|
138
76
|
* Select the type of delivery you prefer for the new card being created. - MAIL - The card would be sent via mail services. - COURIER - The card would be sent via courier services. - CUSTOM_1–CUSTOM_5 - Custom delivery types that can be used for shipping methods agreed between the customer and the bureau.
|
|
139
|
-
* @export
|
|
140
|
-
* @enum {string}
|
|
141
77
|
*/
|
|
142
78
|
export declare const CardDeliveryType: {
|
|
143
79
|
readonly Mail: "MAIL";
|
|
@@ -149,162 +85,85 @@ export declare const CardDeliveryType: {
|
|
|
149
85
|
readonly Custom5: "CUSTOM_5";
|
|
150
86
|
};
|
|
151
87
|
export type CardDeliveryType = typeof CardDeliveryType[keyof typeof CardDeliveryType];
|
|
152
|
-
/**
|
|
153
|
-
*
|
|
154
|
-
* @export
|
|
155
|
-
* @interface CardResponse
|
|
156
|
-
*/
|
|
157
88
|
export interface CardResponse {
|
|
158
89
|
/**
|
|
159
90
|
* Unique identifier of a card.
|
|
160
|
-
* @type {string}
|
|
161
|
-
* @memberof CardResponse
|
|
162
91
|
*/
|
|
163
92
|
'id'?: string;
|
|
164
93
|
/**
|
|
165
94
|
* The date and time when the card was created.
|
|
166
|
-
* @type {string}
|
|
167
|
-
* @memberof CardResponse
|
|
168
95
|
*/
|
|
169
96
|
'createdAt'?: string;
|
|
170
97
|
/**
|
|
171
98
|
* The date and time when the object/entity was updated last time.
|
|
172
|
-
* @type {string}
|
|
173
|
-
* @memberof CardResponse
|
|
174
99
|
*/
|
|
175
100
|
'updatedAt'?: string;
|
|
176
101
|
/**
|
|
177
102
|
* The program ID associated with the card.
|
|
178
|
-
* @type {string}
|
|
179
|
-
* @memberof CardResponse
|
|
180
103
|
*/
|
|
181
104
|
'programId'?: string;
|
|
182
105
|
/**
|
|
183
106
|
* Unique identifier of the cardholder associated with the card.
|
|
184
|
-
* @type {string}
|
|
185
|
-
* @memberof CardResponse
|
|
186
107
|
*/
|
|
187
108
|
'cardholderId'?: string;
|
|
188
109
|
/**
|
|
189
110
|
* Unique identifier of the account associated with the card.
|
|
190
|
-
* @type {string}
|
|
191
|
-
* @memberof CardResponse
|
|
192
111
|
*/
|
|
193
112
|
'accountId'?: string;
|
|
194
|
-
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {Plastic}
|
|
197
|
-
* @memberof CardResponse
|
|
198
|
-
*/
|
|
199
113
|
'plastic'?: Plastic;
|
|
200
114
|
/**
|
|
201
115
|
* Card versions ordered by sequence number ascending.
|
|
202
|
-
* @type {Array<CardVersion>}
|
|
203
|
-
* @memberof CardResponse
|
|
204
116
|
*/
|
|
205
117
|
'cardVersions'?: Array<CardVersion>;
|
|
206
|
-
/**
|
|
207
|
-
*
|
|
208
|
-
* @type {CardRole}
|
|
209
|
-
* @memberof CardResponse
|
|
210
|
-
*/
|
|
211
118
|
'role'?: CardRole;
|
|
212
119
|
/**
|
|
213
120
|
* Unique identifier of the main card. Populated if this card is part of a card application
|
|
214
|
-
* @type {string}
|
|
215
|
-
* @memberof CardResponse
|
|
216
121
|
*/
|
|
217
122
|
'mainCardId'?: string;
|
|
218
123
|
/**
|
|
219
124
|
* A unique code to identify the card configuration. Max character limit is 36.
|
|
220
|
-
* @type {string}
|
|
221
|
-
* @memberof CardResponse
|
|
222
125
|
*/
|
|
223
126
|
'cardConfigurationCode'?: string;
|
|
224
|
-
/**
|
|
225
|
-
*
|
|
226
|
-
* @type {CardConfigurationType}
|
|
227
|
-
* @memberof CardResponse
|
|
228
|
-
*/
|
|
229
127
|
'cardConfigurationType'?: CardConfigurationType;
|
|
230
|
-
/**
|
|
231
|
-
*
|
|
232
|
-
* @type {CardScheme}
|
|
233
|
-
* @memberof CardResponse
|
|
234
|
-
*/
|
|
235
128
|
'cardScheme'?: CardScheme;
|
|
236
129
|
/**
|
|
237
130
|
* A masked version of the primary account number
|
|
238
|
-
* @type {string}
|
|
239
|
-
* @memberof CardResponse
|
|
240
131
|
*/
|
|
241
132
|
'maskedPan'?: string;
|
|
242
|
-
/**
|
|
243
|
-
*
|
|
244
|
-
* @type {PinStatus}
|
|
245
|
-
* @memberof CardResponse
|
|
246
|
-
*/
|
|
247
133
|
'pinStatus'?: PinStatus;
|
|
248
|
-
/**
|
|
249
|
-
*
|
|
250
|
-
* @type {CardStatus}
|
|
251
|
-
* @memberof CardResponse
|
|
252
|
-
*/
|
|
253
134
|
'cardStatus'?: CardStatus;
|
|
254
135
|
/**
|
|
255
136
|
* A flag indicating whether automatic renewal is enabled or not.
|
|
256
|
-
* @type {boolean}
|
|
257
|
-
* @memberof CardResponse
|
|
258
137
|
*/
|
|
259
138
|
'automaticRenewal'?: boolean;
|
|
260
139
|
/**
|
|
261
140
|
* The digital layout code for the card. Max character limit is 36.
|
|
262
|
-
* @type {string}
|
|
263
|
-
* @memberof CardResponse
|
|
264
141
|
*/
|
|
265
142
|
'digitalLayoutCode'?: string;
|
|
266
|
-
/**
|
|
267
|
-
*
|
|
268
|
-
* @type {MultiApplicationProperties}
|
|
269
|
-
* @memberof CardResponse
|
|
270
|
-
*/
|
|
271
143
|
'multiApplicationProperties'?: MultiApplicationProperties;
|
|
272
144
|
/**
|
|
273
145
|
* The version number of the entity.
|
|
274
|
-
* @type {number}
|
|
275
|
-
* @memberof CardResponse
|
|
276
146
|
*/
|
|
277
147
|
'updateCount'?: number;
|
|
278
148
|
/**
|
|
279
149
|
* You can include up to **30 additional key-value pairs** in the embossing file sent to the card manufacturer. - **Keys** must follow the pattern: `^[a-zA-Z0-9-]{1,36}$` (only letters, numbers, and hyphens, with a maximum length of 36 characters). - **Values** must follow the pattern: `^[a-zA-Z0-9|\\-_ +.@éàèùçâêîôûëïü\'/=]{1,1000}$`. Enfuce **does not perform any additional validation** on these key-value pairs beyond ensuring they match the specified patterns. These fields are intended for **storing data without further processing**. If you need to store a **complex structure**, you can **base64 encode** the value. The encoded value will be passed as entered, without modifications. ⚠ **Important:** Any usage of these fields should be agreed upon with the manufacturer.
|
|
280
|
-
* @type {{ [key: string]: string; }}
|
|
281
|
-
* @memberof CardResponse
|
|
282
150
|
*/
|
|
283
151
|
'additionalValues'?: {
|
|
284
152
|
[key: string]: string;
|
|
285
153
|
};
|
|
286
154
|
/**
|
|
287
155
|
* Unique identifier of a fee configuration. When provided, this value overrides the program default. This feature must be enabled for the tenant; otherwise, this field can be left null and will not be used.
|
|
288
|
-
* @type {string}
|
|
289
|
-
* @memberof CardResponse
|
|
290
156
|
*/
|
|
291
157
|
'feeConfigId'?: string | null;
|
|
292
158
|
}
|
|
293
159
|
/**
|
|
294
160
|
* The role of the card. Multi application cards will have one main card and multiple card applications. Single cards will be treated as main cards.
|
|
295
|
-
* @export
|
|
296
|
-
* @enum {string}
|
|
297
161
|
*/
|
|
298
162
|
export declare const CardRole: {
|
|
299
163
|
readonly MainCard: "MAIN_CARD";
|
|
300
164
|
readonly CardApplication: "CARD_APPLICATION";
|
|
301
165
|
};
|
|
302
166
|
export type CardRole = typeof CardRole[keyof typeof CardRole];
|
|
303
|
-
/**
|
|
304
|
-
*
|
|
305
|
-
* @export
|
|
306
|
-
* @enum {string}
|
|
307
|
-
*/
|
|
308
167
|
export declare const CardScheme: {
|
|
309
168
|
readonly Mastercard: "MASTERCARD";
|
|
310
169
|
readonly Visa: "VISA";
|
|
@@ -312,8 +171,6 @@ export declare const CardScheme: {
|
|
|
312
171
|
export type CardScheme = typeof CardScheme[keyof typeof CardScheme];
|
|
313
172
|
/**
|
|
314
173
|
* - ACTIVE - Card is active and is enabled for normal usage. - BLOCKED - Card is temporarily blocked. - BLOCKED_SUSPECTED_FRAUD - Card is temporarily blocked due to suspected fraud. - CLOSED_DUE_TO_FRAUD - Card has been closed due to fraud. - CLOSED_LOST - Card has been closed due to being lost. - CLOSED_STOLEN - Card has been closed due to being stolen. - CLOSED - Card has been manually closed. - CLOSED_EXPIRED - Card has no active or initial card versions and cannot be used.
|
|
315
|
-
* @export
|
|
316
|
-
* @enum {string}
|
|
317
174
|
*/
|
|
318
175
|
export declare const CardStatus: {
|
|
319
176
|
readonly Active: "ACTIVE";
|
|
@@ -326,59 +183,35 @@ export declare const CardStatus: {
|
|
|
326
183
|
readonly ClosedExpired: "CLOSED_EXPIRED";
|
|
327
184
|
};
|
|
328
185
|
export type CardStatus = typeof CardStatus[keyof typeof CardStatus];
|
|
329
|
-
/**
|
|
330
|
-
*
|
|
331
|
-
* @export
|
|
332
|
-
* @interface CardVersion
|
|
333
|
-
*/
|
|
334
186
|
export interface CardVersion {
|
|
335
|
-
/**
|
|
336
|
-
*
|
|
337
|
-
* @type {CardVersionStatus}
|
|
338
|
-
* @memberof CardVersion
|
|
339
|
-
*/
|
|
340
187
|
'status'?: CardVersionStatus;
|
|
341
188
|
/**
|
|
342
189
|
* The expiration date-time of the card in UTC format. The time must be a value in te future.
|
|
343
|
-
* @type {string}
|
|
344
|
-
* @memberof CardVersion
|
|
345
190
|
*/
|
|
346
191
|
'expirationTime'?: string;
|
|
347
192
|
/**
|
|
348
193
|
* The date when the auto renewal occurs.
|
|
349
|
-
* @type {string}
|
|
350
|
-
* @memberof CardVersion
|
|
351
194
|
*/
|
|
352
195
|
'renewalDate'?: string;
|
|
353
196
|
/**
|
|
354
197
|
* The sequence number of the card version, this value is also known as PSN (pan sequence number)
|
|
355
|
-
* @type {number}
|
|
356
|
-
* @memberof CardVersion
|
|
357
198
|
*/
|
|
358
199
|
'sequenceNumber'?: number;
|
|
359
200
|
/**
|
|
360
201
|
* The id of the key set used by this card version
|
|
361
|
-
* @type {string}
|
|
362
|
-
* @memberof CardVersion
|
|
363
202
|
*/
|
|
364
203
|
'keySetId'?: string;
|
|
365
204
|
/**
|
|
366
205
|
* The date and time when the card was created.
|
|
367
|
-
* @type {string}
|
|
368
|
-
* @memberof CardVersion
|
|
369
206
|
*/
|
|
370
207
|
'createdAt'?: string;
|
|
371
208
|
/**
|
|
372
209
|
* The date and time when the object/entity was updated last time.
|
|
373
|
-
* @type {string}
|
|
374
|
-
* @memberof CardVersion
|
|
375
210
|
*/
|
|
376
211
|
'updatedAt'?: string;
|
|
377
212
|
}
|
|
378
213
|
/**
|
|
379
214
|
* - ACTIVE - The card is completely operational. You can perform all actions with the card. - INITIAL - The specific card version is awaiting activation. During this state, the card can have limited usage, such as being added to a digital wallet or cardholder can view the PIN (if it is a plastic card). However, in the INITIAL state, the card cannot be used for payments. - CLOSED - The previous versions of the card are no longer valid as a new version is activated or the card is closed.
|
|
380
|
-
* @export
|
|
381
|
-
* @enum {string}
|
|
382
215
|
*/
|
|
383
216
|
export declare const CardVersionStatus: {
|
|
384
217
|
readonly Active: "ACTIVE";
|
|
@@ -386,127 +219,72 @@ export declare const CardVersionStatus: {
|
|
|
386
219
|
readonly Closed: "CLOSED";
|
|
387
220
|
};
|
|
388
221
|
export type CardVersionStatus = typeof CardVersionStatus[keyof typeof CardVersionStatus];
|
|
389
|
-
/**
|
|
390
|
-
*
|
|
391
|
-
* @export
|
|
392
|
-
* @interface CardholderResponse
|
|
393
|
-
*/
|
|
394
222
|
export interface CardholderResponse {
|
|
395
223
|
/**
|
|
396
224
|
* Enfuce generated unique identifier of the cardholder.
|
|
397
|
-
* @type {string}
|
|
398
|
-
* @memberof CardholderResponse
|
|
399
225
|
*/
|
|
400
226
|
'id': string;
|
|
401
227
|
/**
|
|
402
228
|
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
403
|
-
* @type {string}
|
|
404
|
-
* @memberof CardholderResponse
|
|
405
229
|
*/
|
|
406
230
|
'customerNumber': string;
|
|
407
|
-
/**
|
|
408
|
-
*
|
|
409
|
-
* @type {Locale}
|
|
410
|
-
* @memberof CardholderResponse
|
|
411
|
-
*/
|
|
412
231
|
'locale': Locale;
|
|
413
|
-
/**
|
|
414
|
-
*
|
|
415
|
-
* @type {AddressResponse}
|
|
416
|
-
* @memberof CardholderResponse
|
|
417
|
-
*/
|
|
418
232
|
'address'?: AddressResponse;
|
|
419
233
|
/**
|
|
420
234
|
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
421
|
-
* @type {string}
|
|
422
|
-
* @memberof CardholderResponse
|
|
423
235
|
*/
|
|
424
236
|
'mobileNumber'?: string | null;
|
|
425
237
|
/**
|
|
426
238
|
* First name of the cardholder. Max character limit is 256.
|
|
427
|
-
* @type {string}
|
|
428
|
-
* @memberof CardholderResponse
|
|
429
239
|
*/
|
|
430
240
|
'firstName'?: string;
|
|
431
241
|
/**
|
|
432
242
|
* Middle name of the cardholder. Max character limit is 256.
|
|
433
|
-
* @type {string}
|
|
434
|
-
* @memberof CardholderResponse
|
|
435
243
|
*/
|
|
436
244
|
'middleName'?: string | null;
|
|
437
245
|
/**
|
|
438
246
|
* Last name of the cardholder. Max character limit is 256.
|
|
439
|
-
* @type {string}
|
|
440
|
-
* @memberof CardholderResponse
|
|
441
247
|
*/
|
|
442
248
|
'lastName'?: string;
|
|
443
249
|
/**
|
|
444
250
|
* The date and time when the card was created.
|
|
445
|
-
* @type {string}
|
|
446
|
-
* @memberof CardholderResponse
|
|
447
251
|
*/
|
|
448
252
|
'createdAt'?: string;
|
|
449
253
|
/**
|
|
450
254
|
* The date and time when the object/entity was updated last time.
|
|
451
|
-
* @type {string}
|
|
452
|
-
* @memberof CardholderResponse
|
|
453
255
|
*/
|
|
454
256
|
'updatedAt'?: string | null;
|
|
455
257
|
/**
|
|
456
258
|
* The version number of the entity.
|
|
457
|
-
* @type {number}
|
|
458
|
-
* @memberof CardholderResponse
|
|
459
259
|
*/
|
|
460
260
|
'updateCount'?: number;
|
|
461
261
|
/**
|
|
462
262
|
* Email address of the cardholder. Max character limit is 256.
|
|
463
|
-
* @type {string}
|
|
464
|
-
* @memberof CardholderResponse
|
|
465
263
|
*/
|
|
466
264
|
'email'?: string | null;
|
|
467
265
|
/**
|
|
468
266
|
* Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
|
|
469
|
-
* @type {string}
|
|
470
|
-
* @memberof CardholderResponse
|
|
471
267
|
*/
|
|
472
268
|
'taxId'?: string | null;
|
|
473
269
|
/**
|
|
474
270
|
* Date of birth of the cardholder. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
475
|
-
* @type {string}
|
|
476
|
-
* @memberof CardholderResponse
|
|
477
271
|
*/
|
|
478
272
|
'dateOfBirth'?: string | null;
|
|
479
273
|
/**
|
|
480
274
|
* Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
481
|
-
* @type {Array<NationalityInner>}
|
|
482
|
-
* @memberof CardholderResponse
|
|
483
|
-
*/
|
|
484
|
-
'nationality'?: Array<NationalityInner> | null;
|
|
485
|
-
/**
|
|
486
|
-
*
|
|
487
|
-
* @type {RiskScore}
|
|
488
|
-
* @memberof CardholderResponse
|
|
489
275
|
*/
|
|
276
|
+
'nationality'?: Array<CardholderResponseNationalityEnum> | null;
|
|
490
277
|
'riskScore'?: RiskScore | null;
|
|
491
278
|
/**
|
|
492
279
|
* Cardholder\'s country of birth. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
493
|
-
* @type {CountryCodesAlpha3}
|
|
494
|
-
* @memberof CardholderResponse
|
|
495
280
|
*/
|
|
496
281
|
'birthCountry'?: CountryCodesAlpha3 | null;
|
|
497
282
|
/**
|
|
498
283
|
* Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
|
|
499
|
-
* @type {string}
|
|
500
|
-
* @memberof CardholderResponse
|
|
501
284
|
*/
|
|
502
285
|
'identificationNumber'?: string | null;
|
|
503
286
|
}
|
|
504
|
-
|
|
505
|
-
* ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
|
|
506
|
-
* @export
|
|
507
|
-
* @enum {string}
|
|
508
|
-
*/
|
|
509
|
-
export declare const CountryCodesAlpha3: {
|
|
287
|
+
export declare const CardholderResponseNationalityEnum: {
|
|
510
288
|
readonly Abw: "ABW";
|
|
511
289
|
readonly Afg: "AFG";
|
|
512
290
|
readonly Ago: "AGO";
|
|
@@ -757,260 +535,708 @@ export declare const CountryCodesAlpha3: {
|
|
|
757
535
|
readonly Zmb: "ZMB";
|
|
758
536
|
readonly Zwe: "ZWE";
|
|
759
537
|
readonly Xkx: "XKX";
|
|
538
|
+
readonly Xxx: "XXX";
|
|
760
539
|
};
|
|
761
|
-
export type
|
|
762
|
-
/**
|
|
763
|
-
*
|
|
764
|
-
* @export
|
|
765
|
-
* @interface CreateCardholderBody
|
|
766
|
-
*/
|
|
767
|
-
export interface CreateCardholderBody {
|
|
768
|
-
/**
|
|
769
|
-
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
770
|
-
* @type {string}
|
|
771
|
-
* @memberof CreateCardholderBody
|
|
772
|
-
*/
|
|
773
|
-
'customerNumber': string;
|
|
774
|
-
/**
|
|
775
|
-
*
|
|
776
|
-
* @type {Locale}
|
|
777
|
-
* @memberof CreateCardholderBody
|
|
778
|
-
*/
|
|
779
|
-
'locale': Locale;
|
|
780
|
-
/**
|
|
781
|
-
*
|
|
782
|
-
* @type {Address}
|
|
783
|
-
* @memberof CreateCardholderBody
|
|
784
|
-
*/
|
|
785
|
-
'address': Address;
|
|
786
|
-
/**
|
|
787
|
-
* First name of the cardholder. Max character limit is 256.
|
|
788
|
-
* @type {string}
|
|
789
|
-
* @memberof CreateCardholderBody
|
|
790
|
-
*/
|
|
791
|
-
'firstName': string;
|
|
792
|
-
/**
|
|
793
|
-
* Middle name of the cardholder. Max character limit is 256.
|
|
794
|
-
* @type {string}
|
|
795
|
-
* @memberof CreateCardholderBody
|
|
796
|
-
*/
|
|
797
|
-
'middleName'?: string;
|
|
798
|
-
/**
|
|
799
|
-
* Last name of the cardholder. Max character limit is 256.
|
|
800
|
-
* @type {string}
|
|
801
|
-
* @memberof CreateCardholderBody
|
|
802
|
-
*/
|
|
803
|
-
'lastName': string;
|
|
804
|
-
/**
|
|
805
|
-
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
806
|
-
* @type {string}
|
|
807
|
-
* @memberof CreateCardholderBody
|
|
808
|
-
*/
|
|
809
|
-
'mobileNumber'?: string;
|
|
810
|
-
/**
|
|
811
|
-
* Email address of the cardholder. Max character limit is 256.
|
|
812
|
-
* @type {string}
|
|
813
|
-
* @memberof CreateCardholderBody
|
|
814
|
-
*/
|
|
815
|
-
'email'?: string;
|
|
816
|
-
/**
|
|
817
|
-
* Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
|
|
818
|
-
* @type {string}
|
|
819
|
-
* @memberof CreateCardholderBody
|
|
820
|
-
*/
|
|
821
|
-
'taxId'?: string;
|
|
822
|
-
/**
|
|
823
|
-
* Date of birth of the cardholder. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
824
|
-
* @type {string}
|
|
825
|
-
* @memberof CreateCardholderBody
|
|
826
|
-
*/
|
|
827
|
-
'dateOfBirth'?: string;
|
|
828
|
-
/**
|
|
829
|
-
* Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
830
|
-
* @type {Array<NationalityInner>}
|
|
831
|
-
* @memberof CreateCardholderBody
|
|
832
|
-
*/
|
|
833
|
-
'nationality'?: Array<NationalityInner>;
|
|
834
|
-
/**
|
|
835
|
-
*
|
|
836
|
-
* @type {RiskScore}
|
|
837
|
-
* @memberof CreateCardholderBody
|
|
838
|
-
*/
|
|
839
|
-
'riskScore'?: RiskScore;
|
|
840
|
-
/**
|
|
841
|
-
* Cardholder\'s country of birth. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
842
|
-
* @type {CountryCodesAlpha3}
|
|
843
|
-
* @memberof CreateCardholderBody
|
|
844
|
-
*/
|
|
845
|
-
'birthCountry'?: CountryCodesAlpha3;
|
|
846
|
-
/**
|
|
847
|
-
* Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
|
|
848
|
-
* @type {string}
|
|
849
|
-
* @memberof CreateCardholderBody
|
|
850
|
-
*/
|
|
851
|
-
'identificationNumber'?: string;
|
|
852
|
-
}
|
|
853
|
-
/**
|
|
854
|
-
*
|
|
855
|
-
* @export
|
|
856
|
-
* @interface ErrorResponse
|
|
857
|
-
*/
|
|
858
|
-
export interface ErrorResponse {
|
|
859
|
-
/**
|
|
860
|
-
* The problem type.
|
|
861
|
-
* @type {string}
|
|
862
|
-
* @memberof ErrorResponse
|
|
863
|
-
*/
|
|
864
|
-
'type'?: string;
|
|
865
|
-
/**
|
|
866
|
-
* The reason phrase of HttpStatus.
|
|
867
|
-
* @type {string}
|
|
868
|
-
* @memberof ErrorResponse
|
|
869
|
-
*/
|
|
870
|
-
'title'?: string;
|
|
871
|
-
/**
|
|
872
|
-
* HTTP problem status.
|
|
873
|
-
* @type {number}
|
|
874
|
-
* @memberof ErrorResponse
|
|
875
|
-
*/
|
|
876
|
-
'status'?: number;
|
|
877
|
-
/**
|
|
878
|
-
* The problem detail.
|
|
879
|
-
* @type {string}
|
|
880
|
-
* @memberof ErrorResponse
|
|
881
|
-
*/
|
|
882
|
-
'detail'?: string;
|
|
883
|
-
/**
|
|
884
|
-
* The request path.
|
|
885
|
-
* @type {string}
|
|
886
|
-
* @memberof ErrorResponse
|
|
887
|
-
*/
|
|
888
|
-
'instance'?: string;
|
|
889
|
-
/**
|
|
890
|
-
* Unique error identifier.
|
|
891
|
-
* @type {string}
|
|
892
|
-
* @memberof ErrorResponse
|
|
893
|
-
*/
|
|
894
|
-
'id'?: string;
|
|
895
|
-
/**
|
|
896
|
-
* Date-time when error occurred.
|
|
897
|
-
* @type {string}
|
|
898
|
-
* @memberof ErrorResponse
|
|
899
|
-
*/
|
|
900
|
-
'timestamp'?: string;
|
|
901
|
-
}
|
|
540
|
+
export type CardholderResponseNationalityEnum = typeof CardholderResponseNationalityEnum[keyof typeof CardholderResponseNationalityEnum];
|
|
902
541
|
/**
|
|
903
|
-
*
|
|
904
|
-
* @export
|
|
905
|
-
* @enum {string}
|
|
542
|
+
* ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
|
|
906
543
|
*/
|
|
907
|
-
export declare const
|
|
908
|
-
readonly
|
|
909
|
-
readonly
|
|
910
|
-
readonly
|
|
911
|
-
readonly
|
|
912
|
-
readonly
|
|
913
|
-
readonly
|
|
914
|
-
readonly
|
|
915
|
-
readonly
|
|
916
|
-
readonly
|
|
917
|
-
readonly
|
|
918
|
-
readonly
|
|
919
|
-
readonly
|
|
920
|
-
readonly
|
|
921
|
-
readonly
|
|
922
|
-
readonly
|
|
923
|
-
readonly
|
|
924
|
-
readonly
|
|
925
|
-
readonly
|
|
926
|
-
readonly
|
|
927
|
-
readonly
|
|
928
|
-
readonly
|
|
929
|
-
readonly
|
|
930
|
-
readonly
|
|
931
|
-
readonly
|
|
932
|
-
readonly
|
|
933
|
-
readonly
|
|
934
|
-
readonly
|
|
935
|
-
readonly
|
|
936
|
-
readonly
|
|
937
|
-
readonly
|
|
938
|
-
readonly
|
|
939
|
-
readonly
|
|
940
|
-
readonly
|
|
941
|
-
readonly
|
|
942
|
-
readonly
|
|
943
|
-
readonly
|
|
944
|
-
readonly
|
|
945
|
-
readonly
|
|
946
|
-
readonly
|
|
947
|
-
readonly
|
|
948
|
-
readonly
|
|
949
|
-
readonly
|
|
950
|
-
readonly
|
|
951
|
-
readonly
|
|
952
|
-
readonly
|
|
953
|
-
readonly
|
|
954
|
-
readonly
|
|
955
|
-
readonly
|
|
956
|
-
readonly
|
|
957
|
-
readonly
|
|
958
|
-
readonly
|
|
959
|
-
readonly
|
|
960
|
-
readonly
|
|
961
|
-
readonly
|
|
962
|
-
readonly
|
|
963
|
-
readonly
|
|
964
|
-
readonly
|
|
965
|
-
readonly
|
|
966
|
-
readonly
|
|
967
|
-
readonly
|
|
968
|
-
readonly
|
|
969
|
-
readonly
|
|
970
|
-
readonly
|
|
971
|
-
readonly
|
|
972
|
-
readonly
|
|
973
|
-
readonly
|
|
974
|
-
readonly
|
|
975
|
-
readonly
|
|
976
|
-
readonly
|
|
977
|
-
readonly
|
|
978
|
-
readonly
|
|
979
|
-
readonly
|
|
980
|
-
readonly
|
|
981
|
-
readonly
|
|
982
|
-
readonly
|
|
983
|
-
readonly
|
|
984
|
-
readonly
|
|
985
|
-
readonly
|
|
986
|
-
readonly
|
|
987
|
-
readonly
|
|
988
|
-
readonly
|
|
989
|
-
readonly
|
|
990
|
-
readonly
|
|
991
|
-
readonly
|
|
992
|
-
readonly
|
|
993
|
-
readonly
|
|
994
|
-
readonly
|
|
995
|
-
readonly
|
|
996
|
-
readonly
|
|
997
|
-
readonly
|
|
998
|
-
readonly
|
|
999
|
-
readonly
|
|
1000
|
-
readonly
|
|
1001
|
-
readonly
|
|
1002
|
-
readonly
|
|
1003
|
-
readonly
|
|
1004
|
-
readonly
|
|
1005
|
-
readonly
|
|
1006
|
-
readonly
|
|
1007
|
-
readonly
|
|
1008
|
-
readonly
|
|
1009
|
-
readonly
|
|
1010
|
-
readonly
|
|
1011
|
-
readonly
|
|
1012
|
-
readonly
|
|
1013
|
-
readonly
|
|
544
|
+
export declare const CountryCodesAlpha3: {
|
|
545
|
+
readonly Abw: "ABW";
|
|
546
|
+
readonly Afg: "AFG";
|
|
547
|
+
readonly Ago: "AGO";
|
|
548
|
+
readonly Aia: "AIA";
|
|
549
|
+
readonly Ala: "ALA";
|
|
550
|
+
readonly Alb: "ALB";
|
|
551
|
+
readonly And: "AND";
|
|
552
|
+
readonly Are: "ARE";
|
|
553
|
+
readonly Arg: "ARG";
|
|
554
|
+
readonly Arm: "ARM";
|
|
555
|
+
readonly Asm: "ASM";
|
|
556
|
+
readonly Ata: "ATA";
|
|
557
|
+
readonly Atf: "ATF";
|
|
558
|
+
readonly Atg: "ATG";
|
|
559
|
+
readonly Aus: "AUS";
|
|
560
|
+
readonly Aut: "AUT";
|
|
561
|
+
readonly Aze: "AZE";
|
|
562
|
+
readonly Bdi: "BDI";
|
|
563
|
+
readonly Bel: "BEL";
|
|
564
|
+
readonly Ben: "BEN";
|
|
565
|
+
readonly Bes: "BES";
|
|
566
|
+
readonly Bfa: "BFA";
|
|
567
|
+
readonly Bgd: "BGD";
|
|
568
|
+
readonly Bgr: "BGR";
|
|
569
|
+
readonly Bhr: "BHR";
|
|
570
|
+
readonly Bhs: "BHS";
|
|
571
|
+
readonly Bih: "BIH";
|
|
572
|
+
readonly Blm: "BLM";
|
|
573
|
+
readonly Blr: "BLR";
|
|
574
|
+
readonly Blz: "BLZ";
|
|
575
|
+
readonly Bmu: "BMU";
|
|
576
|
+
readonly Bol: "BOL";
|
|
577
|
+
readonly Bra: "BRA";
|
|
578
|
+
readonly Brb: "BRB";
|
|
579
|
+
readonly Brn: "BRN";
|
|
580
|
+
readonly Btn: "BTN";
|
|
581
|
+
readonly Bvt: "BVT";
|
|
582
|
+
readonly Bwa: "BWA";
|
|
583
|
+
readonly Caf: "CAF";
|
|
584
|
+
readonly Can: "CAN";
|
|
585
|
+
readonly Cck: "CCK";
|
|
586
|
+
readonly Che: "CHE";
|
|
587
|
+
readonly Chl: "CHL";
|
|
588
|
+
readonly Chn: "CHN";
|
|
589
|
+
readonly Civ: "CIV";
|
|
590
|
+
readonly Cmr: "CMR";
|
|
591
|
+
readonly Cod: "COD";
|
|
592
|
+
readonly Cog: "COG";
|
|
593
|
+
readonly Cok: "COK";
|
|
594
|
+
readonly Col: "COL";
|
|
595
|
+
readonly Com: "COM";
|
|
596
|
+
readonly Cpv: "CPV";
|
|
597
|
+
readonly Cri: "CRI";
|
|
598
|
+
readonly Cub: "CUB";
|
|
599
|
+
readonly Cuw: "CUW";
|
|
600
|
+
readonly Cxr: "CXR";
|
|
601
|
+
readonly Cym: "CYM";
|
|
602
|
+
readonly Cyp: "CYP";
|
|
603
|
+
readonly Cze: "CZE";
|
|
604
|
+
readonly Deu: "DEU";
|
|
605
|
+
readonly Dji: "DJI";
|
|
606
|
+
readonly Dma: "DMA";
|
|
607
|
+
readonly Dnk: "DNK";
|
|
608
|
+
readonly Dom: "DOM";
|
|
609
|
+
readonly Dza: "DZA";
|
|
610
|
+
readonly Ecu: "ECU";
|
|
611
|
+
readonly Egy: "EGY";
|
|
612
|
+
readonly Eri: "ERI";
|
|
613
|
+
readonly Esh: "ESH";
|
|
614
|
+
readonly Esp: "ESP";
|
|
615
|
+
readonly Est: "EST";
|
|
616
|
+
readonly Eth: "ETH";
|
|
617
|
+
readonly Fin: "FIN";
|
|
618
|
+
readonly Fji: "FJI";
|
|
619
|
+
readonly Flk: "FLK";
|
|
620
|
+
readonly Fra: "FRA";
|
|
621
|
+
readonly Fro: "FRO";
|
|
622
|
+
readonly Fsm: "FSM";
|
|
623
|
+
readonly Gab: "GAB";
|
|
624
|
+
readonly Gbr: "GBR";
|
|
625
|
+
readonly Geo: "GEO";
|
|
626
|
+
readonly Ggy: "GGY";
|
|
627
|
+
readonly Gha: "GHA";
|
|
628
|
+
readonly Gib: "GIB";
|
|
629
|
+
readonly Gin: "GIN";
|
|
630
|
+
readonly Glp: "GLP";
|
|
631
|
+
readonly Gmb: "GMB";
|
|
632
|
+
readonly Gnb: "GNB";
|
|
633
|
+
readonly Gnq: "GNQ";
|
|
634
|
+
readonly Grc: "GRC";
|
|
635
|
+
readonly Grd: "GRD";
|
|
636
|
+
readonly Grl: "GRL";
|
|
637
|
+
readonly Gtm: "GTM";
|
|
638
|
+
readonly Guf: "GUF";
|
|
639
|
+
readonly Gum: "GUM";
|
|
640
|
+
readonly Guy: "GUY";
|
|
641
|
+
readonly Hkg: "HKG";
|
|
642
|
+
readonly Hmd: "HMD";
|
|
643
|
+
readonly Hnd: "HND";
|
|
644
|
+
readonly Hrv: "HRV";
|
|
645
|
+
readonly Hti: "HTI";
|
|
646
|
+
readonly Hun: "HUN";
|
|
647
|
+
readonly Idn: "IDN";
|
|
648
|
+
readonly Imn: "IMN";
|
|
649
|
+
readonly Ind: "IND";
|
|
650
|
+
readonly Iot: "IOT";
|
|
651
|
+
readonly Irl: "IRL";
|
|
652
|
+
readonly Irn: "IRN";
|
|
653
|
+
readonly Irq: "IRQ";
|
|
654
|
+
readonly Isl: "ISL";
|
|
655
|
+
readonly Isr: "ISR";
|
|
656
|
+
readonly Ita: "ITA";
|
|
657
|
+
readonly Jam: "JAM";
|
|
658
|
+
readonly Jey: "JEY";
|
|
659
|
+
readonly Jor: "JOR";
|
|
660
|
+
readonly Jpn: "JPN";
|
|
661
|
+
readonly Kaz: "KAZ";
|
|
662
|
+
readonly Ken: "KEN";
|
|
663
|
+
readonly Kgz: "KGZ";
|
|
664
|
+
readonly Khm: "KHM";
|
|
665
|
+
readonly Kir: "KIR";
|
|
666
|
+
readonly Kna: "KNA";
|
|
667
|
+
readonly Kor: "KOR";
|
|
668
|
+
readonly Kwt: "KWT";
|
|
669
|
+
readonly Lao: "LAO";
|
|
670
|
+
readonly Lbn: "LBN";
|
|
671
|
+
readonly Lbr: "LBR";
|
|
672
|
+
readonly Lby: "LBY";
|
|
673
|
+
readonly Lca: "LCA";
|
|
674
|
+
readonly Lie: "LIE";
|
|
675
|
+
readonly Lka: "LKA";
|
|
676
|
+
readonly Lso: "LSO";
|
|
677
|
+
readonly Ltu: "LTU";
|
|
678
|
+
readonly Lux: "LUX";
|
|
679
|
+
readonly Lva: "LVA";
|
|
680
|
+
readonly Mac: "MAC";
|
|
681
|
+
readonly Maf: "MAF";
|
|
682
|
+
readonly Mar: "MAR";
|
|
683
|
+
readonly Mco: "MCO";
|
|
684
|
+
readonly Mda: "MDA";
|
|
685
|
+
readonly Mdg: "MDG";
|
|
686
|
+
readonly Mdv: "MDV";
|
|
687
|
+
readonly Mex: "MEX";
|
|
688
|
+
readonly Mhl: "MHL";
|
|
689
|
+
readonly Mkd: "MKD";
|
|
690
|
+
readonly Mli: "MLI";
|
|
691
|
+
readonly Mlt: "MLT";
|
|
692
|
+
readonly Mmr: "MMR";
|
|
693
|
+
readonly Mne: "MNE";
|
|
694
|
+
readonly Mng: "MNG";
|
|
695
|
+
readonly Mnp: "MNP";
|
|
696
|
+
readonly Moz: "MOZ";
|
|
697
|
+
readonly Mrt: "MRT";
|
|
698
|
+
readonly Msr: "MSR";
|
|
699
|
+
readonly Mtq: "MTQ";
|
|
700
|
+
readonly Mus: "MUS";
|
|
701
|
+
readonly Mwi: "MWI";
|
|
702
|
+
readonly Mys: "MYS";
|
|
703
|
+
readonly Myt: "MYT";
|
|
704
|
+
readonly Nam: "NAM";
|
|
705
|
+
readonly Ncl: "NCL";
|
|
706
|
+
readonly Ner: "NER";
|
|
707
|
+
readonly Nfk: "NFK";
|
|
708
|
+
readonly Nga: "NGA";
|
|
709
|
+
readonly Nic: "NIC";
|
|
710
|
+
readonly Niu: "NIU";
|
|
711
|
+
readonly Nld: "NLD";
|
|
712
|
+
readonly Nor: "NOR";
|
|
713
|
+
readonly Npl: "NPL";
|
|
714
|
+
readonly Nru: "NRU";
|
|
715
|
+
readonly Nzl: "NZL";
|
|
716
|
+
readonly Omn: "OMN";
|
|
717
|
+
readonly Pak: "PAK";
|
|
718
|
+
readonly Pan: "PAN";
|
|
719
|
+
readonly Pcn: "PCN";
|
|
720
|
+
readonly Per: "PER";
|
|
721
|
+
readonly Phl: "PHL";
|
|
722
|
+
readonly Plw: "PLW";
|
|
723
|
+
readonly Png: "PNG";
|
|
724
|
+
readonly Pol: "POL";
|
|
725
|
+
readonly Pri: "PRI";
|
|
726
|
+
readonly Prk: "PRK";
|
|
727
|
+
readonly Prt: "PRT";
|
|
728
|
+
readonly Pry: "PRY";
|
|
729
|
+
readonly Pse: "PSE";
|
|
730
|
+
readonly Pyf: "PYF";
|
|
731
|
+
readonly Qat: "QAT";
|
|
732
|
+
readonly Reu: "REU";
|
|
733
|
+
readonly Rou: "ROU";
|
|
734
|
+
readonly Rus: "RUS";
|
|
735
|
+
readonly Rwa: "RWA";
|
|
736
|
+
readonly Sau: "SAU";
|
|
737
|
+
readonly Sdn: "SDN";
|
|
738
|
+
readonly Sen: "SEN";
|
|
739
|
+
readonly Sgp: "SGP";
|
|
740
|
+
readonly Sgs: "SGS";
|
|
741
|
+
readonly Shn: "SHN";
|
|
742
|
+
readonly Sjm: "SJM";
|
|
743
|
+
readonly Slb: "SLB";
|
|
744
|
+
readonly Sle: "SLE";
|
|
745
|
+
readonly Slv: "SLV";
|
|
746
|
+
readonly Smr: "SMR";
|
|
747
|
+
readonly Som: "SOM";
|
|
748
|
+
readonly Spm: "SPM";
|
|
749
|
+
readonly Srb: "SRB";
|
|
750
|
+
readonly Ssd: "SSD";
|
|
751
|
+
readonly Stp: "STP";
|
|
752
|
+
readonly Sur: "SUR";
|
|
753
|
+
readonly Svk: "SVK";
|
|
754
|
+
readonly Svn: "SVN";
|
|
755
|
+
readonly Swe: "SWE";
|
|
756
|
+
readonly Swz: "SWZ";
|
|
757
|
+
readonly Sxm: "SXM";
|
|
758
|
+
readonly Syc: "SYC";
|
|
759
|
+
readonly Syr: "SYR";
|
|
760
|
+
readonly Tca: "TCA";
|
|
761
|
+
readonly Tcd: "TCD";
|
|
762
|
+
readonly Tgo: "TGO";
|
|
763
|
+
readonly Tha: "THA";
|
|
764
|
+
readonly Tjk: "TJK";
|
|
765
|
+
readonly Tkl: "TKL";
|
|
766
|
+
readonly Tkm: "TKM";
|
|
767
|
+
readonly Tls: "TLS";
|
|
768
|
+
readonly Ton: "TON";
|
|
769
|
+
readonly Tto: "TTO";
|
|
770
|
+
readonly Tun: "TUN";
|
|
771
|
+
readonly Tur: "TUR";
|
|
772
|
+
readonly Tuv: "TUV";
|
|
773
|
+
readonly Twn: "TWN";
|
|
774
|
+
readonly Tza: "TZA";
|
|
775
|
+
readonly Uga: "UGA";
|
|
776
|
+
readonly Ukr: "UKR";
|
|
777
|
+
readonly Umi: "UMI";
|
|
778
|
+
readonly Ury: "URY";
|
|
779
|
+
readonly Usa: "USA";
|
|
780
|
+
readonly Uzb: "UZB";
|
|
781
|
+
readonly Vat: "VAT";
|
|
782
|
+
readonly Vct: "VCT";
|
|
783
|
+
readonly Ven: "VEN";
|
|
784
|
+
readonly Vgb: "VGB";
|
|
785
|
+
readonly Vir: "VIR";
|
|
786
|
+
readonly Vnm: "VNM";
|
|
787
|
+
readonly Vut: "VUT";
|
|
788
|
+
readonly Wlf: "WLF";
|
|
789
|
+
readonly Wsm: "WSM";
|
|
790
|
+
readonly Yem: "YEM";
|
|
791
|
+
readonly Zaf: "ZAF";
|
|
792
|
+
readonly Zmb: "ZMB";
|
|
793
|
+
readonly Zwe: "ZWE";
|
|
794
|
+
readonly Xkx: "XKX";
|
|
795
|
+
};
|
|
796
|
+
export type CountryCodesAlpha3 = typeof CountryCodesAlpha3[keyof typeof CountryCodesAlpha3];
|
|
797
|
+
export interface CreateCardholderBody {
|
|
798
|
+
/**
|
|
799
|
+
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
800
|
+
*/
|
|
801
|
+
'customerNumber': string;
|
|
802
|
+
'locale': Locale;
|
|
803
|
+
'address': Address;
|
|
804
|
+
/**
|
|
805
|
+
* First name of the cardholder. Max character limit is 256.
|
|
806
|
+
*/
|
|
807
|
+
'firstName': string;
|
|
808
|
+
/**
|
|
809
|
+
* Middle name of the cardholder. Max character limit is 256.
|
|
810
|
+
*/
|
|
811
|
+
'middleName'?: string;
|
|
812
|
+
/**
|
|
813
|
+
* Last name of the cardholder. Max character limit is 256.
|
|
814
|
+
*/
|
|
815
|
+
'lastName': string;
|
|
816
|
+
/**
|
|
817
|
+
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
818
|
+
*/
|
|
819
|
+
'mobileNumber'?: string;
|
|
820
|
+
/**
|
|
821
|
+
* Email address of the cardholder. Max character limit is 256.
|
|
822
|
+
*/
|
|
823
|
+
'email'?: string;
|
|
824
|
+
/**
|
|
825
|
+
* Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
|
|
826
|
+
*/
|
|
827
|
+
'taxId'?: string;
|
|
828
|
+
/**
|
|
829
|
+
* Date of birth of the cardholder. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
830
|
+
*/
|
|
831
|
+
'dateOfBirth'?: string;
|
|
832
|
+
/**
|
|
833
|
+
* Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
834
|
+
*/
|
|
835
|
+
'nationality'?: Array<CreateCardholderBodyNationalityEnum>;
|
|
836
|
+
'riskScore'?: RiskScore;
|
|
837
|
+
/**
|
|
838
|
+
* Cardholder\'s country of birth. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
839
|
+
*/
|
|
840
|
+
'birthCountry'?: CountryCodesAlpha3;
|
|
841
|
+
/**
|
|
842
|
+
* Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
|
|
843
|
+
*/
|
|
844
|
+
'identificationNumber'?: string;
|
|
845
|
+
}
|
|
846
|
+
export declare const CreateCardholderBodyNationalityEnum: {
|
|
847
|
+
readonly Abw: "ABW";
|
|
848
|
+
readonly Afg: "AFG";
|
|
849
|
+
readonly Ago: "AGO";
|
|
850
|
+
readonly Aia: "AIA";
|
|
851
|
+
readonly Ala: "ALA";
|
|
852
|
+
readonly Alb: "ALB";
|
|
853
|
+
readonly And: "AND";
|
|
854
|
+
readonly Are: "ARE";
|
|
855
|
+
readonly Arg: "ARG";
|
|
856
|
+
readonly Arm: "ARM";
|
|
857
|
+
readonly Asm: "ASM";
|
|
858
|
+
readonly Ata: "ATA";
|
|
859
|
+
readonly Atf: "ATF";
|
|
860
|
+
readonly Atg: "ATG";
|
|
861
|
+
readonly Aus: "AUS";
|
|
862
|
+
readonly Aut: "AUT";
|
|
863
|
+
readonly Aze: "AZE";
|
|
864
|
+
readonly Bdi: "BDI";
|
|
865
|
+
readonly Bel: "BEL";
|
|
866
|
+
readonly Ben: "BEN";
|
|
867
|
+
readonly Bes: "BES";
|
|
868
|
+
readonly Bfa: "BFA";
|
|
869
|
+
readonly Bgd: "BGD";
|
|
870
|
+
readonly Bgr: "BGR";
|
|
871
|
+
readonly Bhr: "BHR";
|
|
872
|
+
readonly Bhs: "BHS";
|
|
873
|
+
readonly Bih: "BIH";
|
|
874
|
+
readonly Blm: "BLM";
|
|
875
|
+
readonly Blr: "BLR";
|
|
876
|
+
readonly Blz: "BLZ";
|
|
877
|
+
readonly Bmu: "BMU";
|
|
878
|
+
readonly Bol: "BOL";
|
|
879
|
+
readonly Bra: "BRA";
|
|
880
|
+
readonly Brb: "BRB";
|
|
881
|
+
readonly Brn: "BRN";
|
|
882
|
+
readonly Btn: "BTN";
|
|
883
|
+
readonly Bvt: "BVT";
|
|
884
|
+
readonly Bwa: "BWA";
|
|
885
|
+
readonly Caf: "CAF";
|
|
886
|
+
readonly Can: "CAN";
|
|
887
|
+
readonly Cck: "CCK";
|
|
888
|
+
readonly Che: "CHE";
|
|
889
|
+
readonly Chl: "CHL";
|
|
890
|
+
readonly Chn: "CHN";
|
|
891
|
+
readonly Civ: "CIV";
|
|
892
|
+
readonly Cmr: "CMR";
|
|
893
|
+
readonly Cod: "COD";
|
|
894
|
+
readonly Cog: "COG";
|
|
895
|
+
readonly Cok: "COK";
|
|
896
|
+
readonly Col: "COL";
|
|
897
|
+
readonly Com: "COM";
|
|
898
|
+
readonly Cpv: "CPV";
|
|
899
|
+
readonly Cri: "CRI";
|
|
900
|
+
readonly Cub: "CUB";
|
|
901
|
+
readonly Cuw: "CUW";
|
|
902
|
+
readonly Cxr: "CXR";
|
|
903
|
+
readonly Cym: "CYM";
|
|
904
|
+
readonly Cyp: "CYP";
|
|
905
|
+
readonly Cze: "CZE";
|
|
906
|
+
readonly Deu: "DEU";
|
|
907
|
+
readonly Dji: "DJI";
|
|
908
|
+
readonly Dma: "DMA";
|
|
909
|
+
readonly Dnk: "DNK";
|
|
910
|
+
readonly Dom: "DOM";
|
|
911
|
+
readonly Dza: "DZA";
|
|
912
|
+
readonly Ecu: "ECU";
|
|
913
|
+
readonly Egy: "EGY";
|
|
914
|
+
readonly Eri: "ERI";
|
|
915
|
+
readonly Esh: "ESH";
|
|
916
|
+
readonly Esp: "ESP";
|
|
917
|
+
readonly Est: "EST";
|
|
918
|
+
readonly Eth: "ETH";
|
|
919
|
+
readonly Fin: "FIN";
|
|
920
|
+
readonly Fji: "FJI";
|
|
921
|
+
readonly Flk: "FLK";
|
|
922
|
+
readonly Fra: "FRA";
|
|
923
|
+
readonly Fro: "FRO";
|
|
924
|
+
readonly Fsm: "FSM";
|
|
925
|
+
readonly Gab: "GAB";
|
|
926
|
+
readonly Gbr: "GBR";
|
|
927
|
+
readonly Geo: "GEO";
|
|
928
|
+
readonly Ggy: "GGY";
|
|
929
|
+
readonly Gha: "GHA";
|
|
930
|
+
readonly Gib: "GIB";
|
|
931
|
+
readonly Gin: "GIN";
|
|
932
|
+
readonly Glp: "GLP";
|
|
933
|
+
readonly Gmb: "GMB";
|
|
934
|
+
readonly Gnb: "GNB";
|
|
935
|
+
readonly Gnq: "GNQ";
|
|
936
|
+
readonly Grc: "GRC";
|
|
937
|
+
readonly Grd: "GRD";
|
|
938
|
+
readonly Grl: "GRL";
|
|
939
|
+
readonly Gtm: "GTM";
|
|
940
|
+
readonly Guf: "GUF";
|
|
941
|
+
readonly Gum: "GUM";
|
|
942
|
+
readonly Guy: "GUY";
|
|
943
|
+
readonly Hkg: "HKG";
|
|
944
|
+
readonly Hmd: "HMD";
|
|
945
|
+
readonly Hnd: "HND";
|
|
946
|
+
readonly Hrv: "HRV";
|
|
947
|
+
readonly Hti: "HTI";
|
|
948
|
+
readonly Hun: "HUN";
|
|
949
|
+
readonly Idn: "IDN";
|
|
950
|
+
readonly Imn: "IMN";
|
|
951
|
+
readonly Ind: "IND";
|
|
952
|
+
readonly Iot: "IOT";
|
|
953
|
+
readonly Irl: "IRL";
|
|
954
|
+
readonly Irn: "IRN";
|
|
955
|
+
readonly Irq: "IRQ";
|
|
956
|
+
readonly Isl: "ISL";
|
|
957
|
+
readonly Isr: "ISR";
|
|
958
|
+
readonly Ita: "ITA";
|
|
959
|
+
readonly Jam: "JAM";
|
|
960
|
+
readonly Jey: "JEY";
|
|
961
|
+
readonly Jor: "JOR";
|
|
962
|
+
readonly Jpn: "JPN";
|
|
963
|
+
readonly Kaz: "KAZ";
|
|
964
|
+
readonly Ken: "KEN";
|
|
965
|
+
readonly Kgz: "KGZ";
|
|
966
|
+
readonly Khm: "KHM";
|
|
967
|
+
readonly Kir: "KIR";
|
|
968
|
+
readonly Kna: "KNA";
|
|
969
|
+
readonly Kor: "KOR";
|
|
970
|
+
readonly Kwt: "KWT";
|
|
971
|
+
readonly Lao: "LAO";
|
|
972
|
+
readonly Lbn: "LBN";
|
|
973
|
+
readonly Lbr: "LBR";
|
|
974
|
+
readonly Lby: "LBY";
|
|
975
|
+
readonly Lca: "LCA";
|
|
976
|
+
readonly Lie: "LIE";
|
|
977
|
+
readonly Lka: "LKA";
|
|
978
|
+
readonly Lso: "LSO";
|
|
979
|
+
readonly Ltu: "LTU";
|
|
980
|
+
readonly Lux: "LUX";
|
|
981
|
+
readonly Lva: "LVA";
|
|
982
|
+
readonly Mac: "MAC";
|
|
983
|
+
readonly Maf: "MAF";
|
|
984
|
+
readonly Mar: "MAR";
|
|
985
|
+
readonly Mco: "MCO";
|
|
986
|
+
readonly Mda: "MDA";
|
|
987
|
+
readonly Mdg: "MDG";
|
|
988
|
+
readonly Mdv: "MDV";
|
|
989
|
+
readonly Mex: "MEX";
|
|
990
|
+
readonly Mhl: "MHL";
|
|
991
|
+
readonly Mkd: "MKD";
|
|
992
|
+
readonly Mli: "MLI";
|
|
993
|
+
readonly Mlt: "MLT";
|
|
994
|
+
readonly Mmr: "MMR";
|
|
995
|
+
readonly Mne: "MNE";
|
|
996
|
+
readonly Mng: "MNG";
|
|
997
|
+
readonly Mnp: "MNP";
|
|
998
|
+
readonly Moz: "MOZ";
|
|
999
|
+
readonly Mrt: "MRT";
|
|
1000
|
+
readonly Msr: "MSR";
|
|
1001
|
+
readonly Mtq: "MTQ";
|
|
1002
|
+
readonly Mus: "MUS";
|
|
1003
|
+
readonly Mwi: "MWI";
|
|
1004
|
+
readonly Mys: "MYS";
|
|
1005
|
+
readonly Myt: "MYT";
|
|
1006
|
+
readonly Nam: "NAM";
|
|
1007
|
+
readonly Ncl: "NCL";
|
|
1008
|
+
readonly Ner: "NER";
|
|
1009
|
+
readonly Nfk: "NFK";
|
|
1010
|
+
readonly Nga: "NGA";
|
|
1011
|
+
readonly Nic: "NIC";
|
|
1012
|
+
readonly Niu: "NIU";
|
|
1013
|
+
readonly Nld: "NLD";
|
|
1014
|
+
readonly Nor: "NOR";
|
|
1015
|
+
readonly Npl: "NPL";
|
|
1016
|
+
readonly Nru: "NRU";
|
|
1017
|
+
readonly Nzl: "NZL";
|
|
1018
|
+
readonly Omn: "OMN";
|
|
1019
|
+
readonly Pak: "PAK";
|
|
1020
|
+
readonly Pan: "PAN";
|
|
1021
|
+
readonly Pcn: "PCN";
|
|
1022
|
+
readonly Per: "PER";
|
|
1023
|
+
readonly Phl: "PHL";
|
|
1024
|
+
readonly Plw: "PLW";
|
|
1025
|
+
readonly Png: "PNG";
|
|
1026
|
+
readonly Pol: "POL";
|
|
1027
|
+
readonly Pri: "PRI";
|
|
1028
|
+
readonly Prk: "PRK";
|
|
1029
|
+
readonly Prt: "PRT";
|
|
1030
|
+
readonly Pry: "PRY";
|
|
1031
|
+
readonly Pse: "PSE";
|
|
1032
|
+
readonly Pyf: "PYF";
|
|
1033
|
+
readonly Qat: "QAT";
|
|
1034
|
+
readonly Reu: "REU";
|
|
1035
|
+
readonly Rou: "ROU";
|
|
1036
|
+
readonly Rus: "RUS";
|
|
1037
|
+
readonly Rwa: "RWA";
|
|
1038
|
+
readonly Sau: "SAU";
|
|
1039
|
+
readonly Sdn: "SDN";
|
|
1040
|
+
readonly Sen: "SEN";
|
|
1041
|
+
readonly Sgp: "SGP";
|
|
1042
|
+
readonly Sgs: "SGS";
|
|
1043
|
+
readonly Shn: "SHN";
|
|
1044
|
+
readonly Sjm: "SJM";
|
|
1045
|
+
readonly Slb: "SLB";
|
|
1046
|
+
readonly Sle: "SLE";
|
|
1047
|
+
readonly Slv: "SLV";
|
|
1048
|
+
readonly Smr: "SMR";
|
|
1049
|
+
readonly Som: "SOM";
|
|
1050
|
+
readonly Spm: "SPM";
|
|
1051
|
+
readonly Srb: "SRB";
|
|
1052
|
+
readonly Ssd: "SSD";
|
|
1053
|
+
readonly Stp: "STP";
|
|
1054
|
+
readonly Sur: "SUR";
|
|
1055
|
+
readonly Svk: "SVK";
|
|
1056
|
+
readonly Svn: "SVN";
|
|
1057
|
+
readonly Swe: "SWE";
|
|
1058
|
+
readonly Swz: "SWZ";
|
|
1059
|
+
readonly Sxm: "SXM";
|
|
1060
|
+
readonly Syc: "SYC";
|
|
1061
|
+
readonly Syr: "SYR";
|
|
1062
|
+
readonly Tca: "TCA";
|
|
1063
|
+
readonly Tcd: "TCD";
|
|
1064
|
+
readonly Tgo: "TGO";
|
|
1065
|
+
readonly Tha: "THA";
|
|
1066
|
+
readonly Tjk: "TJK";
|
|
1067
|
+
readonly Tkl: "TKL";
|
|
1068
|
+
readonly Tkm: "TKM";
|
|
1069
|
+
readonly Tls: "TLS";
|
|
1070
|
+
readonly Ton: "TON";
|
|
1071
|
+
readonly Tto: "TTO";
|
|
1072
|
+
readonly Tun: "TUN";
|
|
1073
|
+
readonly Tur: "TUR";
|
|
1074
|
+
readonly Tuv: "TUV";
|
|
1075
|
+
readonly Twn: "TWN";
|
|
1076
|
+
readonly Tza: "TZA";
|
|
1077
|
+
readonly Uga: "UGA";
|
|
1078
|
+
readonly Ukr: "UKR";
|
|
1079
|
+
readonly Umi: "UMI";
|
|
1080
|
+
readonly Ury: "URY";
|
|
1081
|
+
readonly Usa: "USA";
|
|
1082
|
+
readonly Uzb: "UZB";
|
|
1083
|
+
readonly Vat: "VAT";
|
|
1084
|
+
readonly Vct: "VCT";
|
|
1085
|
+
readonly Ven: "VEN";
|
|
1086
|
+
readonly Vgb: "VGB";
|
|
1087
|
+
readonly Vir: "VIR";
|
|
1088
|
+
readonly Vnm: "VNM";
|
|
1089
|
+
readonly Vut: "VUT";
|
|
1090
|
+
readonly Wlf: "WLF";
|
|
1091
|
+
readonly Wsm: "WSM";
|
|
1092
|
+
readonly Yem: "YEM";
|
|
1093
|
+
readonly Zaf: "ZAF";
|
|
1094
|
+
readonly Zmb: "ZMB";
|
|
1095
|
+
readonly Zwe: "ZWE";
|
|
1096
|
+
readonly Xkx: "XKX";
|
|
1097
|
+
readonly Xxx: "XXX";
|
|
1098
|
+
};
|
|
1099
|
+
export type CreateCardholderBodyNationalityEnum = typeof CreateCardholderBodyNationalityEnum[keyof typeof CreateCardholderBodyNationalityEnum];
|
|
1100
|
+
export interface ErrorResponse {
|
|
1101
|
+
/**
|
|
1102
|
+
* The problem type.
|
|
1103
|
+
*/
|
|
1104
|
+
'type'?: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* The reason phrase of HttpStatus.
|
|
1107
|
+
*/
|
|
1108
|
+
'title'?: string;
|
|
1109
|
+
/**
|
|
1110
|
+
* HTTP problem status.
|
|
1111
|
+
*/
|
|
1112
|
+
'status'?: number;
|
|
1113
|
+
/**
|
|
1114
|
+
* The problem detail.
|
|
1115
|
+
*/
|
|
1116
|
+
'detail'?: string;
|
|
1117
|
+
/**
|
|
1118
|
+
* The request path.
|
|
1119
|
+
*/
|
|
1120
|
+
'instance'?: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* Unique error identifier.
|
|
1123
|
+
*/
|
|
1124
|
+
'id'?: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* Date-time when error occurred.
|
|
1127
|
+
*/
|
|
1128
|
+
'timestamp'?: string;
|
|
1129
|
+
}
|
|
1130
|
+
/**
|
|
1131
|
+
* Cardholder\'s language and country code in RFC 5646 format. Temporary for backwards compatibility, the API also accepts legacy underscore values such as en_GB, but will be removed in future releases. Responses and events always use the RFC 5646 hyphenated format.
|
|
1132
|
+
*/
|
|
1133
|
+
export declare const Locale: {
|
|
1134
|
+
readonly AfZa: "af-ZA";
|
|
1135
|
+
readonly ArAe: "ar-AE";
|
|
1136
|
+
readonly ArBh: "ar-BH";
|
|
1137
|
+
readonly ArDz: "ar-DZ";
|
|
1138
|
+
readonly ArEg: "ar-EG";
|
|
1139
|
+
readonly ArIq: "ar-IQ";
|
|
1140
|
+
readonly ArJo: "ar-JO";
|
|
1141
|
+
readonly ArKw: "ar-KW";
|
|
1142
|
+
readonly ArLb: "ar-LB";
|
|
1143
|
+
readonly ArLy: "ar-LY";
|
|
1144
|
+
readonly ArMa: "ar-MA";
|
|
1145
|
+
readonly ArOm: "ar-OM";
|
|
1146
|
+
readonly ArQa: "ar-QA";
|
|
1147
|
+
readonly ArSa: "ar-SA";
|
|
1148
|
+
readonly ArSy: "ar-SY";
|
|
1149
|
+
readonly ArTn: "ar-TN";
|
|
1150
|
+
readonly ArYe: "ar-YE";
|
|
1151
|
+
readonly AzAz: "az-AZ";
|
|
1152
|
+
readonly BeBy: "be-BY";
|
|
1153
|
+
readonly BgBg: "bg-BG";
|
|
1154
|
+
readonly BnIn: "bn-IN";
|
|
1155
|
+
readonly BsBa: "bs-BA";
|
|
1156
|
+
readonly CaEs: "ca-ES";
|
|
1157
|
+
readonly CsCz: "cs-CZ";
|
|
1158
|
+
readonly CyGb: "cy-GB";
|
|
1159
|
+
readonly DaDk: "da-DK";
|
|
1160
|
+
readonly DeAt: "de-AT";
|
|
1161
|
+
readonly DeCh: "de-CH";
|
|
1162
|
+
readonly DeDe: "de-DE";
|
|
1163
|
+
readonly DeLi: "de-LI";
|
|
1164
|
+
readonly DeNl: "de-NL";
|
|
1165
|
+
readonly ElGr: "el-GR";
|
|
1166
|
+
readonly EnAu: "en-AU";
|
|
1167
|
+
readonly EnBz: "en-BZ";
|
|
1168
|
+
readonly EnCa: "en-CA";
|
|
1169
|
+
readonly EnGb: "en-GB";
|
|
1170
|
+
readonly EnIe: "en-IE";
|
|
1171
|
+
readonly EnJm: "en-JM";
|
|
1172
|
+
readonly EnMt: "en-MT";
|
|
1173
|
+
readonly EnNz: "en-NZ";
|
|
1174
|
+
readonly EnPh: "en-PH";
|
|
1175
|
+
readonly EnTt: "en-TT";
|
|
1176
|
+
readonly EnUs: "en-US";
|
|
1177
|
+
readonly EnVi: "en-VI";
|
|
1178
|
+
readonly EnZa: "en-ZA";
|
|
1179
|
+
readonly EnZw: "en-ZW";
|
|
1180
|
+
readonly EsAr: "es-AR";
|
|
1181
|
+
readonly EsBo: "es-BO";
|
|
1182
|
+
readonly EsCl: "es-CL";
|
|
1183
|
+
readonly EsCo: "es-CO";
|
|
1184
|
+
readonly EsCr: "es-CR";
|
|
1185
|
+
readonly EsDo: "es-DO";
|
|
1186
|
+
readonly EsEc: "es-EC";
|
|
1187
|
+
readonly EsEs: "es-ES";
|
|
1188
|
+
readonly EsGt: "es-GT";
|
|
1189
|
+
readonly EsHn: "es-HN";
|
|
1190
|
+
readonly EsMx: "es-MX";
|
|
1191
|
+
readonly EsNi: "es-NI";
|
|
1192
|
+
readonly EsPa: "es-PA";
|
|
1193
|
+
readonly EsPe: "es-PE";
|
|
1194
|
+
readonly EsPr: "es-PR";
|
|
1195
|
+
readonly EsPy: "es-PY";
|
|
1196
|
+
readonly EsSv: "es-SV";
|
|
1197
|
+
readonly EsUy: "es-UY";
|
|
1198
|
+
readonly EsVe: "es-VE";
|
|
1199
|
+
readonly EtEe: "et-EE";
|
|
1200
|
+
readonly EuEs: "eu-ES";
|
|
1201
|
+
readonly FaIr: "fa-IR";
|
|
1202
|
+
readonly FiFi: "fi-FI";
|
|
1203
|
+
readonly FoFo: "fo-FO";
|
|
1204
|
+
readonly FrBe: "fr-BE";
|
|
1205
|
+
readonly FrCa: "fr-CA";
|
|
1206
|
+
readonly FrCh: "fr-CH";
|
|
1207
|
+
readonly FrFr: "fr-FR";
|
|
1208
|
+
readonly FrMc: "fr-MC";
|
|
1209
|
+
readonly FrNl: "fr-NL";
|
|
1210
|
+
readonly GaIe: "ga-IE";
|
|
1211
|
+
readonly GlEs: "gl-ES";
|
|
1212
|
+
readonly GuIn: "gu-IN";
|
|
1213
|
+
readonly HeIl: "he-IL";
|
|
1214
|
+
readonly HiIn: "hi-IN";
|
|
1215
|
+
readonly HrHr: "hr-HR";
|
|
1216
|
+
readonly HuHu: "hu-HU";
|
|
1217
|
+
readonly HyAm: "hy-AM";
|
|
1218
|
+
readonly IdId: "id-ID";
|
|
1219
|
+
readonly IsIs: "is-IS";
|
|
1220
|
+
readonly ItCh: "it-CH";
|
|
1221
|
+
readonly ItIt: "it-IT";
|
|
1222
|
+
readonly JaJp: "ja-JP";
|
|
1223
|
+
readonly KaGe: "ka-GE";
|
|
1224
|
+
readonly KkKz: "kk-KZ";
|
|
1225
|
+
readonly KlGl: "kl-GL";
|
|
1226
|
+
readonly KnIn: "kn-IN";
|
|
1227
|
+
readonly KoKr: "ko-KR";
|
|
1228
|
+
readonly KokIn: "kok-IN";
|
|
1229
|
+
readonly LtLt: "lt-LT";
|
|
1230
|
+
readonly LvLv: "lv-LV";
|
|
1231
|
+
readonly MkMk: "mk-MK";
|
|
1232
|
+
readonly MlIn: "ml-IN";
|
|
1233
|
+
readonly MnMn: "mn-MN";
|
|
1234
|
+
readonly MrIn: "mr-IN";
|
|
1235
|
+
readonly MsBn: "ms-BN";
|
|
1236
|
+
readonly MsMy: "ms-MY";
|
|
1237
|
+
readonly MtMt: "mt-MT";
|
|
1238
|
+
readonly NbNo: "nb-NO";
|
|
1239
|
+
readonly NlBe: "nl-BE";
|
|
1014
1240
|
readonly NlNl: "nl-NL";
|
|
1015
1241
|
readonly NnNo: "nn-NO";
|
|
1016
1242
|
readonly NoNo: "no-NO";
|
|
@@ -1187,174 +1413,97 @@ export declare const Locale: {
|
|
|
1187
1413
|
readonly ZuZa2: "zu_ZA";
|
|
1188
1414
|
};
|
|
1189
1415
|
export type Locale = typeof Locale[keyof typeof Locale];
|
|
1190
|
-
/**
|
|
1191
|
-
*
|
|
1192
|
-
* @export
|
|
1193
|
-
* @interface MultiApplicationProperties
|
|
1194
|
-
*/
|
|
1195
1416
|
export interface MultiApplicationProperties {
|
|
1196
1417
|
/**
|
|
1197
1418
|
* Name of the application. Max character limit is 16. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1198
|
-
* @type {string}
|
|
1199
|
-
* @memberof MultiApplicationProperties
|
|
1200
1419
|
*/
|
|
1201
1420
|
'applicationName'?: string;
|
|
1202
1421
|
/**
|
|
1203
1422
|
* The index of the application
|
|
1204
|
-
* @type {number}
|
|
1205
|
-
* @memberof MultiApplicationProperties
|
|
1206
1423
|
*/
|
|
1207
1424
|
'applicationIndex'?: number;
|
|
1208
1425
|
/**
|
|
1209
1426
|
* The contact priority level for given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1210
|
-
* @type {number}
|
|
1211
|
-
* @memberof MultiApplicationProperties
|
|
1212
1427
|
*/
|
|
1213
1428
|
'contactPriorityLevel'?: number;
|
|
1214
1429
|
/**
|
|
1215
1430
|
* The contactless priority level of the given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1216
|
-
* @type {number}
|
|
1217
|
-
* @memberof MultiApplicationProperties
|
|
1218
1431
|
*/
|
|
1219
1432
|
'contactlessPriorityLevel'?: number;
|
|
1220
1433
|
/**
|
|
1221
1434
|
* Indicates whether the specific card would be printed or not. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1222
|
-
* @type {boolean}
|
|
1223
|
-
* @memberof MultiApplicationProperties
|
|
1224
1435
|
*/
|
|
1225
1436
|
'printed'?: boolean;
|
|
1226
1437
|
/**
|
|
1227
1438
|
* Whether the card should be visible in card terminal or not. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1228
|
-
* @type {boolean}
|
|
1229
|
-
* @memberof MultiApplicationProperties
|
|
1230
1439
|
*/
|
|
1231
1440
|
'chipEnabled'?: boolean;
|
|
1232
1441
|
}
|
|
1233
|
-
/**
|
|
1234
|
-
* @type NationalityInner
|
|
1235
|
-
* @export
|
|
1236
|
-
*/
|
|
1237
|
-
export type NationalityInner = CountryCodesAlpha3 | string;
|
|
1238
|
-
/**
|
|
1239
|
-
*
|
|
1240
|
-
* @export
|
|
1241
|
-
* @interface PaginatedCardResponse
|
|
1242
|
-
*/
|
|
1243
1442
|
export interface PaginatedCardResponse {
|
|
1244
1443
|
/**
|
|
1245
1444
|
* Total number of elements across all pages in the entire dataset.
|
|
1246
|
-
* @type {number}
|
|
1247
|
-
* @memberof PaginatedCardResponse
|
|
1248
1445
|
*/
|
|
1249
1446
|
'totalElements'?: number;
|
|
1250
1447
|
/**
|
|
1251
1448
|
* Total number of pages calculated based on the total number of elements and the page size.
|
|
1252
|
-
* @type {number}
|
|
1253
|
-
* @memberof PaginatedCardResponse
|
|
1254
1449
|
*/
|
|
1255
1450
|
'totalPages'?: number;
|
|
1256
|
-
/**
|
|
1257
|
-
*
|
|
1258
|
-
* @type {Sort}
|
|
1259
|
-
* @memberof PaginatedCardResponse
|
|
1260
|
-
*/
|
|
1261
1451
|
'sort'?: Sort;
|
|
1262
1452
|
/**
|
|
1263
1453
|
* Indicates whether the current page is the first page.
|
|
1264
|
-
* @type {boolean}
|
|
1265
|
-
* @memberof PaginatedCardResponse
|
|
1266
1454
|
*/
|
|
1267
1455
|
'first'?: boolean;
|
|
1268
1456
|
/**
|
|
1269
1457
|
* Indicates whether the current page is the last page.
|
|
1270
|
-
* @type {boolean}
|
|
1271
|
-
* @memberof PaginatedCardResponse
|
|
1272
1458
|
*/
|
|
1273
1459
|
'last'?: boolean;
|
|
1274
1460
|
/**
|
|
1275
1461
|
* The current page number (0-based index).
|
|
1276
|
-
* @type {number}
|
|
1277
|
-
* @memberof PaginatedCardResponse
|
|
1278
1462
|
*/
|
|
1279
1463
|
'number'?: number;
|
|
1280
1464
|
/**
|
|
1281
1465
|
* The number of elements present in the current page.
|
|
1282
|
-
* @type {number}
|
|
1283
|
-
* @memberof PaginatedCardResponse
|
|
1284
1466
|
*/
|
|
1285
1467
|
'numberOfElements'?: number;
|
|
1286
1468
|
/**
|
|
1287
1469
|
* The size of the page, i.e., the maximum number of elements per page.
|
|
1288
|
-
* @type {number}
|
|
1289
|
-
* @memberof PaginatedCardResponse
|
|
1290
1470
|
*/
|
|
1291
1471
|
'size'?: number;
|
|
1292
|
-
/**
|
|
1293
|
-
*
|
|
1294
|
-
* @type {Array<CardResponse>}
|
|
1295
|
-
* @memberof PaginatedCardResponse
|
|
1296
|
-
*/
|
|
1297
1472
|
'content'?: Array<CardResponse>;
|
|
1298
1473
|
}
|
|
1299
|
-
/**
|
|
1300
|
-
*
|
|
1301
|
-
* @export
|
|
1302
|
-
* @interface PaginationResponse
|
|
1303
|
-
*/
|
|
1304
1474
|
export interface PaginationResponse {
|
|
1305
1475
|
/**
|
|
1306
1476
|
* Total number of elements across all pages in the entire dataset.
|
|
1307
|
-
* @type {number}
|
|
1308
|
-
* @memberof PaginationResponse
|
|
1309
1477
|
*/
|
|
1310
1478
|
'totalElements'?: number;
|
|
1311
1479
|
/**
|
|
1312
1480
|
* Total number of pages calculated based on the total number of elements and the page size.
|
|
1313
|
-
* @type {number}
|
|
1314
|
-
* @memberof PaginationResponse
|
|
1315
1481
|
*/
|
|
1316
1482
|
'totalPages'?: number;
|
|
1317
|
-
/**
|
|
1318
|
-
*
|
|
1319
|
-
* @type {Sort}
|
|
1320
|
-
* @memberof PaginationResponse
|
|
1321
|
-
*/
|
|
1322
1483
|
'sort'?: Sort;
|
|
1323
1484
|
/**
|
|
1324
1485
|
* Indicates whether the current page is the first page.
|
|
1325
|
-
* @type {boolean}
|
|
1326
|
-
* @memberof PaginationResponse
|
|
1327
1486
|
*/
|
|
1328
1487
|
'first'?: boolean;
|
|
1329
1488
|
/**
|
|
1330
1489
|
* Indicates whether the current page is the last page.
|
|
1331
|
-
* @type {boolean}
|
|
1332
|
-
* @memberof PaginationResponse
|
|
1333
1490
|
*/
|
|
1334
1491
|
'last'?: boolean;
|
|
1335
1492
|
/**
|
|
1336
1493
|
* The current page number (0-based index).
|
|
1337
|
-
* @type {number}
|
|
1338
|
-
* @memberof PaginationResponse
|
|
1339
1494
|
*/
|
|
1340
1495
|
'number'?: number;
|
|
1341
1496
|
/**
|
|
1342
1497
|
* The number of elements present in the current page.
|
|
1343
|
-
* @type {number}
|
|
1344
|
-
* @memberof PaginationResponse
|
|
1345
1498
|
*/
|
|
1346
1499
|
'numberOfElements'?: number;
|
|
1347
1500
|
/**
|
|
1348
1501
|
* The size of the page, i.e., the maximum number of elements per page.
|
|
1349
|
-
* @type {number}
|
|
1350
|
-
* @memberof PaginationResponse
|
|
1351
1502
|
*/
|
|
1352
1503
|
'size'?: number;
|
|
1353
1504
|
}
|
|
1354
1505
|
/**
|
|
1355
1506
|
* Select the type of delivery you prefer for sending the card PIN. - MAIL - The card PIN would be sent via mail services. - COURIER - The card PIN would be sent via courier services. - EPIN - The card PIN would be sent digitally.
|
|
1356
|
-
* @export
|
|
1357
|
-
* @enum {string}
|
|
1358
1507
|
*/
|
|
1359
1508
|
export declare const PinDeliveryType: {
|
|
1360
1509
|
readonly Mail: "MAIL";
|
|
@@ -1364,8 +1513,6 @@ export declare const PinDeliveryType: {
|
|
|
1364
1513
|
export type PinDeliveryType = typeof PinDeliveryType[keyof typeof PinDeliveryType];
|
|
1365
1514
|
/**
|
|
1366
1515
|
* - GENERATED - A pin has been randomly generated for the card. - WAITING - A pin is waiting to be set on the card. - SET - A pin has been manually set on the card. - INHERITED - For card applications only. The pin status is inherited from the main card.
|
|
1367
|
-
* @export
|
|
1368
|
-
* @enum {string}
|
|
1369
1516
|
*/
|
|
1370
1517
|
export declare const PinStatus: {
|
|
1371
1518
|
readonly Generated: "GENERATED";
|
|
@@ -1374,90 +1521,44 @@ export declare const PinStatus: {
|
|
|
1374
1521
|
readonly Inherited: "INHERITED";
|
|
1375
1522
|
};
|
|
1376
1523
|
export type PinStatus = typeof PinStatus[keyof typeof PinStatus];
|
|
1377
|
-
/**
|
|
1378
|
-
*
|
|
1379
|
-
* @export
|
|
1380
|
-
* @interface Plastic
|
|
1381
|
-
*/
|
|
1382
1524
|
export interface Plastic {
|
|
1383
1525
|
/**
|
|
1384
1526
|
* The name to be embossed on the card. Max character limit is 26.
|
|
1385
|
-
* @type {string}
|
|
1386
|
-
* @memberof Plastic
|
|
1387
1527
|
*/
|
|
1388
1528
|
'embossingName'?: string;
|
|
1389
|
-
/**
|
|
1390
|
-
*
|
|
1391
|
-
* @type {Address}
|
|
1392
|
-
* @memberof Plastic
|
|
1393
|
-
*/
|
|
1394
1529
|
'preferredCardAddress'?: Address;
|
|
1395
|
-
/**
|
|
1396
|
-
*
|
|
1397
|
-
* @type {CardDeliveryType}
|
|
1398
|
-
* @memberof Plastic
|
|
1399
|
-
*/
|
|
1400
1530
|
'preferredCardDeliveryType': CardDeliveryType;
|
|
1401
|
-
/**
|
|
1402
|
-
*
|
|
1403
|
-
* @type {Address}
|
|
1404
|
-
* @memberof Plastic
|
|
1405
|
-
*/
|
|
1406
1531
|
'preferredPinAddress'?: Address;
|
|
1407
|
-
/**
|
|
1408
|
-
*
|
|
1409
|
-
* @type {PinDeliveryType}
|
|
1410
|
-
* @memberof Plastic
|
|
1411
|
-
*/
|
|
1412
1532
|
'preferredPinDeliveryType': PinDeliveryType;
|
|
1413
1533
|
/**
|
|
1414
1534
|
* Unique identifier of a resource.
|
|
1415
|
-
* @type {string}
|
|
1416
|
-
* @memberof Plastic
|
|
1417
1535
|
*/
|
|
1418
1536
|
'manufacturerId'?: string;
|
|
1419
1537
|
/**
|
|
1420
1538
|
* Unique code forwarded to the embossing house; the code identifies the plastic layout to be used for printing the new card. Ensure beforehand, the selected embossing house is aligned with the code used for each layout.
|
|
1421
|
-
* @type {string}
|
|
1422
|
-
* @memberof Plastic
|
|
1423
1539
|
*/
|
|
1424
1540
|
'externalLayoutCode'?: string;
|
|
1425
1541
|
/**
|
|
1426
1542
|
* The date and time when the card was created.
|
|
1427
|
-
* @type {string}
|
|
1428
|
-
* @memberof Plastic
|
|
1429
1543
|
*/
|
|
1430
1544
|
'createdAt'?: string;
|
|
1431
1545
|
/**
|
|
1432
1546
|
* The date and time when the object/entity was updated last time.
|
|
1433
|
-
* @type {string}
|
|
1434
|
-
* @memberof Plastic
|
|
1435
1547
|
*/
|
|
1436
1548
|
'updatedAt'?: string;
|
|
1437
1549
|
}
|
|
1438
|
-
/**
|
|
1439
|
-
*
|
|
1440
|
-
* @export
|
|
1441
|
-
* @interface ResourceResponse
|
|
1442
|
-
*/
|
|
1443
1550
|
export interface ResourceResponse {
|
|
1444
1551
|
/**
|
|
1445
1552
|
* A description of the response returned.
|
|
1446
|
-
* @type {string}
|
|
1447
|
-
* @memberof ResourceResponse
|
|
1448
1553
|
*/
|
|
1449
1554
|
'description'?: string;
|
|
1450
1555
|
/**
|
|
1451
1556
|
* A unique identifier assigned to identify the endpoint request.
|
|
1452
|
-
* @type {string}
|
|
1453
|
-
* @memberof ResourceResponse
|
|
1454
1557
|
*/
|
|
1455
1558
|
'id'?: string;
|
|
1456
1559
|
}
|
|
1457
1560
|
/**
|
|
1458
1561
|
* Risk assessment score of the customer: - High - High-risk customer - Med - Medium-risk customer - Low - Low-risk customer - Pep - Politically Exposed Person (PEP) - Prohibited - Customer sanctioned or outside of risk appetite If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
1459
|
-
* @export
|
|
1460
|
-
* @enum {string}
|
|
1461
1562
|
*/
|
|
1462
1563
|
export declare const RiskScore: {
|
|
1463
1564
|
readonly High: "High";
|
|
@@ -1467,125 +1568,325 @@ export declare const RiskScore: {
|
|
|
1467
1568
|
readonly Prohibited: "Prohibited";
|
|
1468
1569
|
};
|
|
1469
1570
|
export type RiskScore = typeof RiskScore[keyof typeof RiskScore];
|
|
1470
|
-
/**
|
|
1471
|
-
*
|
|
1472
|
-
* @export
|
|
1473
|
-
* @interface Sort
|
|
1474
|
-
*/
|
|
1475
1571
|
export interface Sort {
|
|
1476
1572
|
/**
|
|
1477
1573
|
* Indicates whether the current page is sorted by any property.
|
|
1478
|
-
* @type {boolean}
|
|
1479
|
-
* @memberof Sort
|
|
1480
1574
|
*/
|
|
1481
1575
|
'sorted'?: boolean;
|
|
1482
1576
|
/**
|
|
1483
1577
|
* Indicates whether the current page is not sorted (i.e., no sort was applied).
|
|
1484
|
-
* @type {boolean}
|
|
1485
|
-
* @memberof Sort
|
|
1486
1578
|
*/
|
|
1487
1579
|
'unsorted'?: boolean;
|
|
1488
1580
|
/**
|
|
1489
1581
|
* Indicates whether no sorting information is available (i.e., no sort was requested).
|
|
1490
|
-
* @type {boolean}
|
|
1491
|
-
* @memberof Sort
|
|
1492
1582
|
*/
|
|
1493
1583
|
'empty'?: boolean;
|
|
1494
1584
|
}
|
|
1495
|
-
/**
|
|
1496
|
-
*
|
|
1497
|
-
* @export
|
|
1498
|
-
* @interface UpdateCardholderBody
|
|
1499
|
-
*/
|
|
1500
1585
|
export interface UpdateCardholderBody {
|
|
1501
1586
|
/**
|
|
1502
|
-
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
1503
|
-
* @type {string}
|
|
1504
|
-
* @memberof UpdateCardholderBody
|
|
1505
|
-
*/
|
|
1506
|
-
'customerNumber'?: string;
|
|
1507
|
-
/**
|
|
1508
|
-
*
|
|
1509
|
-
* @type {Locale}
|
|
1510
|
-
* @memberof UpdateCardholderBody
|
|
1511
|
-
*/
|
|
1512
|
-
'locale'?: Locale;
|
|
1513
|
-
/**
|
|
1514
|
-
*
|
|
1515
|
-
* @type {Address}
|
|
1516
|
-
* @memberof UpdateCardholderBody
|
|
1587
|
+
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
1517
1588
|
*/
|
|
1589
|
+
'customerNumber'?: string;
|
|
1590
|
+
'locale'?: Locale;
|
|
1518
1591
|
'address'?: Address;
|
|
1519
1592
|
/**
|
|
1520
1593
|
* First name of the cardholder. Max character limit is 256.
|
|
1521
|
-
* @type {string}
|
|
1522
|
-
* @memberof UpdateCardholderBody
|
|
1523
1594
|
*/
|
|
1524
1595
|
'firstName'?: string;
|
|
1525
1596
|
/**
|
|
1526
1597
|
* Middle name of the cardholder. Max character limit is 256.
|
|
1527
|
-
* @type {string}
|
|
1528
|
-
* @memberof UpdateCardholderBody
|
|
1529
1598
|
*/
|
|
1530
1599
|
'middleName'?: string;
|
|
1531
1600
|
/**
|
|
1532
1601
|
* Last name of the cardholder. Max character limit is 256.
|
|
1533
|
-
* @type {string}
|
|
1534
|
-
* @memberof UpdateCardholderBody
|
|
1535
1602
|
*/
|
|
1536
1603
|
'lastName'?: string;
|
|
1537
1604
|
/**
|
|
1538
1605
|
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
1539
|
-
* @type {string}
|
|
1540
|
-
* @memberof UpdateCardholderBody
|
|
1541
1606
|
*/
|
|
1542
1607
|
'mobileNumber'?: string;
|
|
1543
1608
|
/**
|
|
1544
1609
|
* Email address of the cardholder. Max character limit is 256.
|
|
1545
|
-
* @type {string}
|
|
1546
|
-
* @memberof UpdateCardholderBody
|
|
1547
1610
|
*/
|
|
1548
1611
|
'email'?: string;
|
|
1549
1612
|
/**
|
|
1550
1613
|
* Tax Identification Number used for taxation, regulatory reporting, or authority requirements in many countries. Depending on regional regulatory or scheme mandates (for example Brazil requirements), this value may be forwarded to Mastercard. In some countries, this value may be the same as the customer registration or identification number (identificationNumber). Omit to keep current value.
|
|
1551
|
-
* @type {string}
|
|
1552
|
-
* @memberof UpdateCardholderBody
|
|
1553
1614
|
*/
|
|
1554
1615
|
'taxId'?: string | null;
|
|
1555
1616
|
/**
|
|
1556
1617
|
* Date of birth of the cardholder. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
1557
|
-
* @type {string}
|
|
1558
|
-
* @memberof UpdateCardholderBody
|
|
1559
1618
|
*/
|
|
1560
1619
|
'dateOfBirth'?: string;
|
|
1561
1620
|
/**
|
|
1562
1621
|
* Nationality of the cardholder. Maximum of 3 values. Duplicate values are not allowed. XXX may be used when nationality is unknown. XKX may be used for Kosovo. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
1563
|
-
* @type {Array<NationalityInner>}
|
|
1564
|
-
* @memberof UpdateCardholderBody
|
|
1565
|
-
*/
|
|
1566
|
-
'nationality'?: Array<NationalityInner>;
|
|
1567
|
-
/**
|
|
1568
|
-
*
|
|
1569
|
-
* @type {RiskScore}
|
|
1570
|
-
* @memberof UpdateCardholderBody
|
|
1571
1622
|
*/
|
|
1623
|
+
'nationality'?: Array<UpdateCardholderBodyNationalityEnum>;
|
|
1572
1624
|
'riskScore'?: RiskScore;
|
|
1573
1625
|
/**
|
|
1574
1626
|
* Cardholder\'s country of birth. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field due to regulatory requirements.
|
|
1575
|
-
* @type {CountryCodesAlpha3}
|
|
1576
|
-
* @memberof UpdateCardholderBody
|
|
1577
1627
|
*/
|
|
1578
1628
|
'birthCountry'?: CountryCodesAlpha3;
|
|
1579
1629
|
/**
|
|
1580
1630
|
* Customer or company identification number, such as a social security number (SSN), national identity number, or company registration number. Enfuce does not validate whether the provided identificationNumber is a real or officially valid identifier. Customers may populate this field according to their own business or regulatory needs. If you are using Enfuce as your BIN sponsor (under ELS or EUK licensing), you are required to populate this field for Finnish cardholders due to regulatory requirements.
|
|
1581
|
-
* @type {string}
|
|
1582
|
-
* @memberof UpdateCardholderBody
|
|
1583
1631
|
*/
|
|
1584
1632
|
'identificationNumber'?: string;
|
|
1585
1633
|
}
|
|
1634
|
+
export declare const UpdateCardholderBodyNationalityEnum: {
|
|
1635
|
+
readonly Abw: "ABW";
|
|
1636
|
+
readonly Afg: "AFG";
|
|
1637
|
+
readonly Ago: "AGO";
|
|
1638
|
+
readonly Aia: "AIA";
|
|
1639
|
+
readonly Ala: "ALA";
|
|
1640
|
+
readonly Alb: "ALB";
|
|
1641
|
+
readonly And: "AND";
|
|
1642
|
+
readonly Are: "ARE";
|
|
1643
|
+
readonly Arg: "ARG";
|
|
1644
|
+
readonly Arm: "ARM";
|
|
1645
|
+
readonly Asm: "ASM";
|
|
1646
|
+
readonly Ata: "ATA";
|
|
1647
|
+
readonly Atf: "ATF";
|
|
1648
|
+
readonly Atg: "ATG";
|
|
1649
|
+
readonly Aus: "AUS";
|
|
1650
|
+
readonly Aut: "AUT";
|
|
1651
|
+
readonly Aze: "AZE";
|
|
1652
|
+
readonly Bdi: "BDI";
|
|
1653
|
+
readonly Bel: "BEL";
|
|
1654
|
+
readonly Ben: "BEN";
|
|
1655
|
+
readonly Bes: "BES";
|
|
1656
|
+
readonly Bfa: "BFA";
|
|
1657
|
+
readonly Bgd: "BGD";
|
|
1658
|
+
readonly Bgr: "BGR";
|
|
1659
|
+
readonly Bhr: "BHR";
|
|
1660
|
+
readonly Bhs: "BHS";
|
|
1661
|
+
readonly Bih: "BIH";
|
|
1662
|
+
readonly Blm: "BLM";
|
|
1663
|
+
readonly Blr: "BLR";
|
|
1664
|
+
readonly Blz: "BLZ";
|
|
1665
|
+
readonly Bmu: "BMU";
|
|
1666
|
+
readonly Bol: "BOL";
|
|
1667
|
+
readonly Bra: "BRA";
|
|
1668
|
+
readonly Brb: "BRB";
|
|
1669
|
+
readonly Brn: "BRN";
|
|
1670
|
+
readonly Btn: "BTN";
|
|
1671
|
+
readonly Bvt: "BVT";
|
|
1672
|
+
readonly Bwa: "BWA";
|
|
1673
|
+
readonly Caf: "CAF";
|
|
1674
|
+
readonly Can: "CAN";
|
|
1675
|
+
readonly Cck: "CCK";
|
|
1676
|
+
readonly Che: "CHE";
|
|
1677
|
+
readonly Chl: "CHL";
|
|
1678
|
+
readonly Chn: "CHN";
|
|
1679
|
+
readonly Civ: "CIV";
|
|
1680
|
+
readonly Cmr: "CMR";
|
|
1681
|
+
readonly Cod: "COD";
|
|
1682
|
+
readonly Cog: "COG";
|
|
1683
|
+
readonly Cok: "COK";
|
|
1684
|
+
readonly Col: "COL";
|
|
1685
|
+
readonly Com: "COM";
|
|
1686
|
+
readonly Cpv: "CPV";
|
|
1687
|
+
readonly Cri: "CRI";
|
|
1688
|
+
readonly Cub: "CUB";
|
|
1689
|
+
readonly Cuw: "CUW";
|
|
1690
|
+
readonly Cxr: "CXR";
|
|
1691
|
+
readonly Cym: "CYM";
|
|
1692
|
+
readonly Cyp: "CYP";
|
|
1693
|
+
readonly Cze: "CZE";
|
|
1694
|
+
readonly Deu: "DEU";
|
|
1695
|
+
readonly Dji: "DJI";
|
|
1696
|
+
readonly Dma: "DMA";
|
|
1697
|
+
readonly Dnk: "DNK";
|
|
1698
|
+
readonly Dom: "DOM";
|
|
1699
|
+
readonly Dza: "DZA";
|
|
1700
|
+
readonly Ecu: "ECU";
|
|
1701
|
+
readonly Egy: "EGY";
|
|
1702
|
+
readonly Eri: "ERI";
|
|
1703
|
+
readonly Esh: "ESH";
|
|
1704
|
+
readonly Esp: "ESP";
|
|
1705
|
+
readonly Est: "EST";
|
|
1706
|
+
readonly Eth: "ETH";
|
|
1707
|
+
readonly Fin: "FIN";
|
|
1708
|
+
readonly Fji: "FJI";
|
|
1709
|
+
readonly Flk: "FLK";
|
|
1710
|
+
readonly Fra: "FRA";
|
|
1711
|
+
readonly Fro: "FRO";
|
|
1712
|
+
readonly Fsm: "FSM";
|
|
1713
|
+
readonly Gab: "GAB";
|
|
1714
|
+
readonly Gbr: "GBR";
|
|
1715
|
+
readonly Geo: "GEO";
|
|
1716
|
+
readonly Ggy: "GGY";
|
|
1717
|
+
readonly Gha: "GHA";
|
|
1718
|
+
readonly Gib: "GIB";
|
|
1719
|
+
readonly Gin: "GIN";
|
|
1720
|
+
readonly Glp: "GLP";
|
|
1721
|
+
readonly Gmb: "GMB";
|
|
1722
|
+
readonly Gnb: "GNB";
|
|
1723
|
+
readonly Gnq: "GNQ";
|
|
1724
|
+
readonly Grc: "GRC";
|
|
1725
|
+
readonly Grd: "GRD";
|
|
1726
|
+
readonly Grl: "GRL";
|
|
1727
|
+
readonly Gtm: "GTM";
|
|
1728
|
+
readonly Guf: "GUF";
|
|
1729
|
+
readonly Gum: "GUM";
|
|
1730
|
+
readonly Guy: "GUY";
|
|
1731
|
+
readonly Hkg: "HKG";
|
|
1732
|
+
readonly Hmd: "HMD";
|
|
1733
|
+
readonly Hnd: "HND";
|
|
1734
|
+
readonly Hrv: "HRV";
|
|
1735
|
+
readonly Hti: "HTI";
|
|
1736
|
+
readonly Hun: "HUN";
|
|
1737
|
+
readonly Idn: "IDN";
|
|
1738
|
+
readonly Imn: "IMN";
|
|
1739
|
+
readonly Ind: "IND";
|
|
1740
|
+
readonly Iot: "IOT";
|
|
1741
|
+
readonly Irl: "IRL";
|
|
1742
|
+
readonly Irn: "IRN";
|
|
1743
|
+
readonly Irq: "IRQ";
|
|
1744
|
+
readonly Isl: "ISL";
|
|
1745
|
+
readonly Isr: "ISR";
|
|
1746
|
+
readonly Ita: "ITA";
|
|
1747
|
+
readonly Jam: "JAM";
|
|
1748
|
+
readonly Jey: "JEY";
|
|
1749
|
+
readonly Jor: "JOR";
|
|
1750
|
+
readonly Jpn: "JPN";
|
|
1751
|
+
readonly Kaz: "KAZ";
|
|
1752
|
+
readonly Ken: "KEN";
|
|
1753
|
+
readonly Kgz: "KGZ";
|
|
1754
|
+
readonly Khm: "KHM";
|
|
1755
|
+
readonly Kir: "KIR";
|
|
1756
|
+
readonly Kna: "KNA";
|
|
1757
|
+
readonly Kor: "KOR";
|
|
1758
|
+
readonly Kwt: "KWT";
|
|
1759
|
+
readonly Lao: "LAO";
|
|
1760
|
+
readonly Lbn: "LBN";
|
|
1761
|
+
readonly Lbr: "LBR";
|
|
1762
|
+
readonly Lby: "LBY";
|
|
1763
|
+
readonly Lca: "LCA";
|
|
1764
|
+
readonly Lie: "LIE";
|
|
1765
|
+
readonly Lka: "LKA";
|
|
1766
|
+
readonly Lso: "LSO";
|
|
1767
|
+
readonly Ltu: "LTU";
|
|
1768
|
+
readonly Lux: "LUX";
|
|
1769
|
+
readonly Lva: "LVA";
|
|
1770
|
+
readonly Mac: "MAC";
|
|
1771
|
+
readonly Maf: "MAF";
|
|
1772
|
+
readonly Mar: "MAR";
|
|
1773
|
+
readonly Mco: "MCO";
|
|
1774
|
+
readonly Mda: "MDA";
|
|
1775
|
+
readonly Mdg: "MDG";
|
|
1776
|
+
readonly Mdv: "MDV";
|
|
1777
|
+
readonly Mex: "MEX";
|
|
1778
|
+
readonly Mhl: "MHL";
|
|
1779
|
+
readonly Mkd: "MKD";
|
|
1780
|
+
readonly Mli: "MLI";
|
|
1781
|
+
readonly Mlt: "MLT";
|
|
1782
|
+
readonly Mmr: "MMR";
|
|
1783
|
+
readonly Mne: "MNE";
|
|
1784
|
+
readonly Mng: "MNG";
|
|
1785
|
+
readonly Mnp: "MNP";
|
|
1786
|
+
readonly Moz: "MOZ";
|
|
1787
|
+
readonly Mrt: "MRT";
|
|
1788
|
+
readonly Msr: "MSR";
|
|
1789
|
+
readonly Mtq: "MTQ";
|
|
1790
|
+
readonly Mus: "MUS";
|
|
1791
|
+
readonly Mwi: "MWI";
|
|
1792
|
+
readonly Mys: "MYS";
|
|
1793
|
+
readonly Myt: "MYT";
|
|
1794
|
+
readonly Nam: "NAM";
|
|
1795
|
+
readonly Ncl: "NCL";
|
|
1796
|
+
readonly Ner: "NER";
|
|
1797
|
+
readonly Nfk: "NFK";
|
|
1798
|
+
readonly Nga: "NGA";
|
|
1799
|
+
readonly Nic: "NIC";
|
|
1800
|
+
readonly Niu: "NIU";
|
|
1801
|
+
readonly Nld: "NLD";
|
|
1802
|
+
readonly Nor: "NOR";
|
|
1803
|
+
readonly Npl: "NPL";
|
|
1804
|
+
readonly Nru: "NRU";
|
|
1805
|
+
readonly Nzl: "NZL";
|
|
1806
|
+
readonly Omn: "OMN";
|
|
1807
|
+
readonly Pak: "PAK";
|
|
1808
|
+
readonly Pan: "PAN";
|
|
1809
|
+
readonly Pcn: "PCN";
|
|
1810
|
+
readonly Per: "PER";
|
|
1811
|
+
readonly Phl: "PHL";
|
|
1812
|
+
readonly Plw: "PLW";
|
|
1813
|
+
readonly Png: "PNG";
|
|
1814
|
+
readonly Pol: "POL";
|
|
1815
|
+
readonly Pri: "PRI";
|
|
1816
|
+
readonly Prk: "PRK";
|
|
1817
|
+
readonly Prt: "PRT";
|
|
1818
|
+
readonly Pry: "PRY";
|
|
1819
|
+
readonly Pse: "PSE";
|
|
1820
|
+
readonly Pyf: "PYF";
|
|
1821
|
+
readonly Qat: "QAT";
|
|
1822
|
+
readonly Reu: "REU";
|
|
1823
|
+
readonly Rou: "ROU";
|
|
1824
|
+
readonly Rus: "RUS";
|
|
1825
|
+
readonly Rwa: "RWA";
|
|
1826
|
+
readonly Sau: "SAU";
|
|
1827
|
+
readonly Sdn: "SDN";
|
|
1828
|
+
readonly Sen: "SEN";
|
|
1829
|
+
readonly Sgp: "SGP";
|
|
1830
|
+
readonly Sgs: "SGS";
|
|
1831
|
+
readonly Shn: "SHN";
|
|
1832
|
+
readonly Sjm: "SJM";
|
|
1833
|
+
readonly Slb: "SLB";
|
|
1834
|
+
readonly Sle: "SLE";
|
|
1835
|
+
readonly Slv: "SLV";
|
|
1836
|
+
readonly Smr: "SMR";
|
|
1837
|
+
readonly Som: "SOM";
|
|
1838
|
+
readonly Spm: "SPM";
|
|
1839
|
+
readonly Srb: "SRB";
|
|
1840
|
+
readonly Ssd: "SSD";
|
|
1841
|
+
readonly Stp: "STP";
|
|
1842
|
+
readonly Sur: "SUR";
|
|
1843
|
+
readonly Svk: "SVK";
|
|
1844
|
+
readonly Svn: "SVN";
|
|
1845
|
+
readonly Swe: "SWE";
|
|
1846
|
+
readonly Swz: "SWZ";
|
|
1847
|
+
readonly Sxm: "SXM";
|
|
1848
|
+
readonly Syc: "SYC";
|
|
1849
|
+
readonly Syr: "SYR";
|
|
1850
|
+
readonly Tca: "TCA";
|
|
1851
|
+
readonly Tcd: "TCD";
|
|
1852
|
+
readonly Tgo: "TGO";
|
|
1853
|
+
readonly Tha: "THA";
|
|
1854
|
+
readonly Tjk: "TJK";
|
|
1855
|
+
readonly Tkl: "TKL";
|
|
1856
|
+
readonly Tkm: "TKM";
|
|
1857
|
+
readonly Tls: "TLS";
|
|
1858
|
+
readonly Ton: "TON";
|
|
1859
|
+
readonly Tto: "TTO";
|
|
1860
|
+
readonly Tun: "TUN";
|
|
1861
|
+
readonly Tur: "TUR";
|
|
1862
|
+
readonly Tuv: "TUV";
|
|
1863
|
+
readonly Twn: "TWN";
|
|
1864
|
+
readonly Tza: "TZA";
|
|
1865
|
+
readonly Uga: "UGA";
|
|
1866
|
+
readonly Ukr: "UKR";
|
|
1867
|
+
readonly Umi: "UMI";
|
|
1868
|
+
readonly Ury: "URY";
|
|
1869
|
+
readonly Usa: "USA";
|
|
1870
|
+
readonly Uzb: "UZB";
|
|
1871
|
+
readonly Vat: "VAT";
|
|
1872
|
+
readonly Vct: "VCT";
|
|
1873
|
+
readonly Ven: "VEN";
|
|
1874
|
+
readonly Vgb: "VGB";
|
|
1875
|
+
readonly Vir: "VIR";
|
|
1876
|
+
readonly Vnm: "VNM";
|
|
1877
|
+
readonly Vut: "VUT";
|
|
1878
|
+
readonly Wlf: "WLF";
|
|
1879
|
+
readonly Wsm: "WSM";
|
|
1880
|
+
readonly Yem: "YEM";
|
|
1881
|
+
readonly Zaf: "ZAF";
|
|
1882
|
+
readonly Zmb: "ZMB";
|
|
1883
|
+
readonly Zwe: "ZWE";
|
|
1884
|
+
readonly Xkx: "XKX";
|
|
1885
|
+
readonly Xxx: "XXX";
|
|
1886
|
+
};
|
|
1887
|
+
export type UpdateCardholderBodyNationalityEnum = typeof UpdateCardholderBodyNationalityEnum[keyof typeof UpdateCardholderBodyNationalityEnum];
|
|
1586
1888
|
/**
|
|
1587
1889
|
* CreateCardholderApi - axios parameter creator
|
|
1588
|
-
* @export
|
|
1589
1890
|
*/
|
|
1590
1891
|
export declare const CreateCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1591
1892
|
/**
|
|
@@ -1601,7 +1902,6 @@ export declare const CreateCardholderApiAxiosParamCreator: (configuration?: Conf
|
|
|
1601
1902
|
};
|
|
1602
1903
|
/**
|
|
1603
1904
|
* CreateCardholderApi - functional programming interface
|
|
1604
|
-
* @export
|
|
1605
1905
|
*/
|
|
1606
1906
|
export declare const CreateCardholderApiFp: (configuration?: Configuration) => {
|
|
1607
1907
|
/**
|
|
@@ -1617,7 +1917,6 @@ export declare const CreateCardholderApiFp: (configuration?: Configuration) => {
|
|
|
1617
1917
|
};
|
|
1618
1918
|
/**
|
|
1619
1919
|
* CreateCardholderApi - factory interface
|
|
1620
|
-
* @export
|
|
1621
1920
|
*/
|
|
1622
1921
|
export declare const CreateCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1623
1922
|
/**
|
|
@@ -1633,9 +1932,6 @@ export declare const CreateCardholderApiFactory: (configuration?: Configuration,
|
|
|
1633
1932
|
};
|
|
1634
1933
|
/**
|
|
1635
1934
|
* CreateCardholderApi - object-oriented interface
|
|
1636
|
-
* @export
|
|
1637
|
-
* @class CreateCardholderApi
|
|
1638
|
-
* @extends {BaseAPI}
|
|
1639
1935
|
*/
|
|
1640
1936
|
export declare class CreateCardholderApi extends BaseAPI {
|
|
1641
1937
|
/**
|
|
@@ -1646,13 +1942,11 @@ export declare class CreateCardholderApi extends BaseAPI {
|
|
|
1646
1942
|
* @param {string} [xAuditUser] Optional audit user header
|
|
1647
1943
|
* @param {*} [options] Override http request option.
|
|
1648
1944
|
* @throws {RequiredError}
|
|
1649
|
-
* @memberof CreateCardholderApi
|
|
1650
1945
|
*/
|
|
1651
1946
|
createCardholder(createCardholderBody: CreateCardholderBody, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse, any, {}>>;
|
|
1652
1947
|
}
|
|
1653
1948
|
/**
|
|
1654
1949
|
* GetCardholderApi - axios parameter creator
|
|
1655
|
-
* @export
|
|
1656
1950
|
*/
|
|
1657
1951
|
export declare const GetCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1658
1952
|
/**
|
|
@@ -1676,7 +1970,6 @@ export declare const GetCardholderApiAxiosParamCreator: (configuration?: Configu
|
|
|
1676
1970
|
};
|
|
1677
1971
|
/**
|
|
1678
1972
|
* GetCardholderApi - functional programming interface
|
|
1679
|
-
* @export
|
|
1680
1973
|
*/
|
|
1681
1974
|
export declare const GetCardholderApiFp: (configuration?: Configuration) => {
|
|
1682
1975
|
/**
|
|
@@ -1700,7 +1993,6 @@ export declare const GetCardholderApiFp: (configuration?: Configuration) => {
|
|
|
1700
1993
|
};
|
|
1701
1994
|
/**
|
|
1702
1995
|
* GetCardholderApi - factory interface
|
|
1703
|
-
* @export
|
|
1704
1996
|
*/
|
|
1705
1997
|
export declare const GetCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1706
1998
|
/**
|
|
@@ -1724,9 +2016,6 @@ export declare const GetCardholderApiFactory: (configuration?: Configuration, ba
|
|
|
1724
2016
|
};
|
|
1725
2017
|
/**
|
|
1726
2018
|
* GetCardholderApi - object-oriented interface
|
|
1727
|
-
* @export
|
|
1728
|
-
* @class GetCardholderApi
|
|
1729
|
-
* @extends {BaseAPI}
|
|
1730
2019
|
*/
|
|
1731
2020
|
export declare class GetCardholderApi extends BaseAPI {
|
|
1732
2021
|
/**
|
|
@@ -1736,7 +2025,6 @@ export declare class GetCardholderApi extends BaseAPI {
|
|
|
1736
2025
|
* @param {string} [xAuditUser] Optional audit user header
|
|
1737
2026
|
* @param {*} [options] Override http request option.
|
|
1738
2027
|
* @throws {RequiredError}
|
|
1739
|
-
* @memberof GetCardholderApi
|
|
1740
2028
|
*/
|
|
1741
2029
|
getCardholderById(id: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse, any, {}>>;
|
|
1742
2030
|
/**
|
|
@@ -1746,13 +2034,11 @@ export declare class GetCardholderApi extends BaseAPI {
|
|
|
1746
2034
|
* @param {string} [xAuditUser] Optional audit user header
|
|
1747
2035
|
* @param {*} [options] Override http request option.
|
|
1748
2036
|
* @throws {RequiredError}
|
|
1749
|
-
* @memberof GetCardholderApi
|
|
1750
2037
|
*/
|
|
1751
2038
|
getCardholders(customerNumber: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse[], any, {}>>;
|
|
1752
2039
|
}
|
|
1753
2040
|
/**
|
|
1754
2041
|
* GetCardsByCardholderIdApi - axios parameter creator
|
|
1755
|
-
* @export
|
|
1756
2042
|
*/
|
|
1757
2043
|
export declare const GetCardsByCardholderIdApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1758
2044
|
/**
|
|
@@ -1769,7 +2055,6 @@ export declare const GetCardsByCardholderIdApiAxiosParamCreator: (configuration?
|
|
|
1769
2055
|
};
|
|
1770
2056
|
/**
|
|
1771
2057
|
* GetCardsByCardholderIdApi - functional programming interface
|
|
1772
|
-
* @export
|
|
1773
2058
|
*/
|
|
1774
2059
|
export declare const GetCardsByCardholderIdApiFp: (configuration?: Configuration) => {
|
|
1775
2060
|
/**
|
|
@@ -1786,7 +2071,6 @@ export declare const GetCardsByCardholderIdApiFp: (configuration?: Configuration
|
|
|
1786
2071
|
};
|
|
1787
2072
|
/**
|
|
1788
2073
|
* GetCardsByCardholderIdApi - factory interface
|
|
1789
|
-
* @export
|
|
1790
2074
|
*/
|
|
1791
2075
|
export declare const GetCardsByCardholderIdApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1792
2076
|
/**
|
|
@@ -1803,9 +2087,6 @@ export declare const GetCardsByCardholderIdApiFactory: (configuration?: Configur
|
|
|
1803
2087
|
};
|
|
1804
2088
|
/**
|
|
1805
2089
|
* GetCardsByCardholderIdApi - object-oriented interface
|
|
1806
|
-
* @export
|
|
1807
|
-
* @class GetCardsByCardholderIdApi
|
|
1808
|
-
* @extends {BaseAPI}
|
|
1809
2090
|
*/
|
|
1810
2091
|
export declare class GetCardsByCardholderIdApi extends BaseAPI {
|
|
1811
2092
|
/**
|
|
@@ -1817,13 +2098,11 @@ export declare class GetCardsByCardholderIdApi extends BaseAPI {
|
|
|
1817
2098
|
* @param {string} [xAuditUser] Optional audit user header
|
|
1818
2099
|
* @param {*} [options] Override http request option.
|
|
1819
2100
|
* @throws {RequiredError}
|
|
1820
|
-
* @memberof GetCardsByCardholderIdApi
|
|
1821
2101
|
*/
|
|
1822
2102
|
getCardsByCardholderId(id: string, page?: number, size?: number, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedCardResponse, any, {}>>;
|
|
1823
2103
|
}
|
|
1824
2104
|
/**
|
|
1825
2105
|
* UpdateCardholderApi - axios parameter creator
|
|
1826
|
-
* @export
|
|
1827
2106
|
*/
|
|
1828
2107
|
export declare const UpdateCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1829
2108
|
/**
|
|
@@ -1839,7 +2118,6 @@ export declare const UpdateCardholderApiAxiosParamCreator: (configuration?: Conf
|
|
|
1839
2118
|
};
|
|
1840
2119
|
/**
|
|
1841
2120
|
* UpdateCardholderApi - functional programming interface
|
|
1842
|
-
* @export
|
|
1843
2121
|
*/
|
|
1844
2122
|
export declare const UpdateCardholderApiFp: (configuration?: Configuration) => {
|
|
1845
2123
|
/**
|
|
@@ -1855,7 +2133,6 @@ export declare const UpdateCardholderApiFp: (configuration?: Configuration) => {
|
|
|
1855
2133
|
};
|
|
1856
2134
|
/**
|
|
1857
2135
|
* UpdateCardholderApi - factory interface
|
|
1858
|
-
* @export
|
|
1859
2136
|
*/
|
|
1860
2137
|
export declare const UpdateCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1861
2138
|
/**
|
|
@@ -1871,9 +2148,6 @@ export declare const UpdateCardholderApiFactory: (configuration?: Configuration,
|
|
|
1871
2148
|
};
|
|
1872
2149
|
/**
|
|
1873
2150
|
* UpdateCardholderApi - object-oriented interface
|
|
1874
|
-
* @export
|
|
1875
|
-
* @class UpdateCardholderApi
|
|
1876
|
-
* @extends {BaseAPI}
|
|
1877
2151
|
*/
|
|
1878
2152
|
export declare class UpdateCardholderApi extends BaseAPI {
|
|
1879
2153
|
/**
|
|
@@ -1884,7 +2158,6 @@ export declare class UpdateCardholderApi extends BaseAPI {
|
|
|
1884
2158
|
* @param {string} [xAuditUser] Optional audit user header
|
|
1885
2159
|
* @param {*} [options] Override http request option.
|
|
1886
2160
|
* @throws {RequiredError}
|
|
1887
|
-
* @memberof UpdateCardholderApi
|
|
1888
2161
|
*/
|
|
1889
2162
|
updateCardholder(id: string, updateCardholderBody: UpdateCardholderBody, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
|
|
1890
2163
|
}
|