@enfuce/nextgen-sdk 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. package/dist/authorisation-control/api.d.ts +771 -0
  2. package/dist/authorisation-control/api.js +240 -0
  3. package/dist/authorisation-control/base.d.ts +66 -0
  4. package/dist/authorisation-control/base.js +65 -0
  5. package/dist/authorisation-control/common.d.ts +65 -0
  6. package/dist/authorisation-control/common.js +161 -0
  7. package/dist/authorisation-control/configuration.d.ts +91 -0
  8. package/dist/authorisation-control/configuration.js +44 -0
  9. package/dist/authorisation-control/index.d.ts +13 -0
  10. package/dist/authorisation-control/index.js +31 -0
  11. package/dist/card/api.d.ts +2065 -0
  12. package/dist/card/api.js +1406 -0
  13. package/dist/card/base.d.ts +66 -0
  14. package/dist/card/base.js +65 -0
  15. package/dist/card/common.d.ts +65 -0
  16. package/dist/card/common.js +161 -0
  17. package/dist/card/configuration.d.ts +91 -0
  18. package/dist/card/configuration.js +44 -0
  19. package/dist/card/index.d.ts +13 -0
  20. package/dist/card/index.js +31 -0
  21. package/dist/cardholder/api.d.ts +1890 -0
  22. package/dist/cardholder/api.js +1239 -0
  23. package/dist/cardholder/base.d.ts +66 -0
  24. package/dist/cardholder/base.js +65 -0
  25. package/dist/cardholder/common.d.ts +65 -0
  26. package/dist/cardholder/common.js +161 -0
  27. package/dist/cardholder/configuration.d.ts +91 -0
  28. package/dist/cardholder/configuration.js +44 -0
  29. package/dist/cardholder/index.d.ts +13 -0
  30. package/dist/cardholder/index.js +31 -0
  31. package/dist/cards/api.d.ts +78 -0
  32. package/dist/cards/api.js +142 -0
  33. package/dist/cards/base.d.ts +66 -0
  34. package/dist/cards/base.js +65 -0
  35. package/dist/cards/common.d.ts +65 -0
  36. package/dist/cards/common.js +161 -0
  37. package/dist/cards/configuration.d.ts +91 -0
  38. package/dist/cards/configuration.js +44 -0
  39. package/dist/cards/index.d.ts +13 -0
  40. package/dist/cards/index.js +31 -0
  41. package/dist/clearing-file-copy/api.d.ts +1245 -0
  42. package/dist/clearing-file-copy/api.js +139 -0
  43. package/dist/clearing-file-copy/base.d.ts +66 -0
  44. package/dist/clearing-file-copy/base.js +65 -0
  45. package/dist/clearing-file-copy/common.d.ts +65 -0
  46. package/dist/clearing-file-copy/common.js +161 -0
  47. package/dist/clearing-file-copy/configuration.d.ts +91 -0
  48. package/dist/clearing-file-copy/configuration.js +44 -0
  49. package/dist/clearing-file-copy/index.d.ts +13 -0
  50. package/dist/clearing-file-copy/index.js +31 -0
  51. package/dist/esm/authorisation-control/api.d.ts +771 -0
  52. package/dist/esm/authorisation-control/api.js +233 -0
  53. package/dist/esm/authorisation-control/base.d.ts +66 -0
  54. package/dist/esm/authorisation-control/base.js +60 -0
  55. package/dist/esm/authorisation-control/common.d.ts +65 -0
  56. package/dist/esm/authorisation-control/common.js +149 -0
  57. package/dist/esm/authorisation-control/configuration.d.ts +91 -0
  58. package/dist/esm/authorisation-control/configuration.js +40 -0
  59. package/dist/esm/authorisation-control/index.d.ts +13 -0
  60. package/dist/esm/authorisation-control/index.js +15 -0
  61. package/dist/esm/card/api.d.ts +2065 -0
  62. package/dist/esm/card/api.js +1379 -0
  63. package/dist/esm/card/base.d.ts +66 -0
  64. package/dist/esm/card/base.js +60 -0
  65. package/dist/esm/card/common.d.ts +65 -0
  66. package/dist/esm/card/common.js +149 -0
  67. package/dist/esm/card/configuration.d.ts +91 -0
  68. package/dist/esm/card/configuration.js +40 -0
  69. package/dist/esm/card/index.d.ts +13 -0
  70. package/dist/esm/card/index.js +15 -0
  71. package/dist/esm/cardholder/api.d.ts +1890 -0
  72. package/dist/esm/cardholder/api.js +1220 -0
  73. package/dist/esm/cardholder/base.d.ts +66 -0
  74. package/dist/esm/cardholder/base.js +60 -0
  75. package/dist/esm/cardholder/common.d.ts +65 -0
  76. package/dist/esm/cardholder/common.js +149 -0
  77. package/dist/esm/cardholder/configuration.d.ts +91 -0
  78. package/dist/esm/cardholder/configuration.js +40 -0
  79. package/dist/esm/cardholder/index.d.ts +13 -0
  80. package/dist/esm/cardholder/index.js +15 -0
  81. package/dist/esm/cards/api.d.ts +78 -0
  82. package/dist/esm/cards/api.js +135 -0
  83. package/dist/esm/cards/base.d.ts +66 -0
  84. package/dist/esm/cards/base.js +60 -0
  85. package/dist/esm/cards/common.d.ts +65 -0
  86. package/dist/esm/cards/common.js +149 -0
  87. package/dist/esm/cards/configuration.d.ts +91 -0
  88. package/dist/esm/cards/configuration.js +40 -0
  89. package/dist/esm/cards/index.d.ts +13 -0
  90. package/dist/esm/cards/index.js +15 -0
  91. package/dist/esm/clearing-file-copy/api.d.ts +1245 -0
  92. package/dist/esm/clearing-file-copy/api.js +136 -0
  93. package/dist/esm/clearing-file-copy/base.d.ts +66 -0
  94. package/dist/esm/clearing-file-copy/base.js +60 -0
  95. package/dist/esm/clearing-file-copy/common.d.ts +65 -0
  96. package/dist/esm/clearing-file-copy/common.js +149 -0
  97. package/dist/esm/clearing-file-copy/configuration.d.ts +91 -0
  98. package/dist/esm/clearing-file-copy/configuration.js +40 -0
  99. package/dist/esm/clearing-file-copy/index.d.ts +13 -0
  100. package/dist/esm/clearing-file-copy/index.js +15 -0
  101. package/dist/esm/index.d.ts +12 -0
  102. package/dist/esm/index.js +14 -0
  103. package/dist/esm/issuer-events/api.d.ts +1721 -0
  104. package/dist/esm/issuer-events/api.js +940 -0
  105. package/dist/esm/issuer-events/base.d.ts +66 -0
  106. package/dist/esm/issuer-events/base.js +60 -0
  107. package/dist/esm/issuer-events/common.d.ts +65 -0
  108. package/dist/esm/issuer-events/common.js +149 -0
  109. package/dist/esm/issuer-events/configuration.d.ts +91 -0
  110. package/dist/esm/issuer-events/configuration.js +40 -0
  111. package/dist/esm/issuer-events/index.d.ts +13 -0
  112. package/dist/esm/issuer-events/index.js +15 -0
  113. package/dist/esm/oauth/axios.d.ts +14 -0
  114. package/dist/esm/oauth/axios.js +58 -0
  115. package/dist/esm/oauth/clientCredentials.d.ts +24 -0
  116. package/dist/esm/oauth/clientCredentials.js +59 -0
  117. package/dist/esm/oauth/index.d.ts +3 -0
  118. package/dist/esm/oauth/index.js +24 -0
  119. package/dist/esm/oauth/tokenManager.d.ts +38 -0
  120. package/dist/esm/oauth/tokenManager.js +77 -0
  121. package/dist/esm/pin/api.d.ts +329 -0
  122. package/dist/esm/pin/api.js +341 -0
  123. package/dist/esm/pin/base.d.ts +66 -0
  124. package/dist/esm/pin/base.js +60 -0
  125. package/dist/esm/pin/common.d.ts +65 -0
  126. package/dist/esm/pin/common.js +149 -0
  127. package/dist/esm/pin/configuration.d.ts +91 -0
  128. package/dist/esm/pin/configuration.js +40 -0
  129. package/dist/esm/pin/index.d.ts +13 -0
  130. package/dist/esm/pin/index.js +15 -0
  131. package/dist/esm/threeds/api.d.ts +104 -0
  132. package/dist/esm/threeds/api.js +136 -0
  133. package/dist/esm/threeds/base.d.ts +66 -0
  134. package/dist/esm/threeds/base.js +60 -0
  135. package/dist/esm/threeds/common.d.ts +65 -0
  136. package/dist/esm/threeds/common.js +149 -0
  137. package/dist/esm/threeds/configuration.d.ts +91 -0
  138. package/dist/esm/threeds/configuration.js +40 -0
  139. package/dist/esm/threeds/index.d.ts +13 -0
  140. package/dist/esm/threeds/index.js +15 -0
  141. package/dist/esm/threeds-oob/api.d.ts +241 -0
  142. package/dist/esm/threeds-oob/api.js +141 -0
  143. package/dist/esm/threeds-oob/base.d.ts +66 -0
  144. package/dist/esm/threeds-oob/base.js +60 -0
  145. package/dist/esm/threeds-oob/common.d.ts +65 -0
  146. package/dist/esm/threeds-oob/common.js +149 -0
  147. package/dist/esm/threeds-oob/configuration.d.ts +91 -0
  148. package/dist/esm/threeds-oob/configuration.js +40 -0
  149. package/dist/esm/threeds-oob/index.d.ts +13 -0
  150. package/dist/esm/threeds-oob/index.js +15 -0
  151. package/dist/esm/transaction-event/api.d.ts +1082 -0
  152. package/dist/esm/transaction-event/api.js +163 -0
  153. package/dist/esm/transaction-event/base.d.ts +66 -0
  154. package/dist/esm/transaction-event/base.js +60 -0
  155. package/dist/esm/transaction-event/common.d.ts +65 -0
  156. package/dist/esm/transaction-event/common.js +149 -0
  157. package/dist/esm/transaction-event/configuration.d.ts +91 -0
  158. package/dist/esm/transaction-event/configuration.js +40 -0
  159. package/dist/esm/transaction-event/index.d.ts +13 -0
  160. package/dist/esm/transaction-event/index.js +15 -0
  161. package/dist/esm/wallet/api.d.ts +1385 -0
  162. package/dist/esm/wallet/api.js +1342 -0
  163. package/dist/esm/wallet/base.d.ts +66 -0
  164. package/dist/esm/wallet/base.js +60 -0
  165. package/dist/esm/wallet/common.d.ts +65 -0
  166. package/dist/esm/wallet/common.js +149 -0
  167. package/dist/esm/wallet/configuration.d.ts +91 -0
  168. package/dist/esm/wallet/configuration.js +40 -0
  169. package/dist/esm/wallet/index.d.ts +13 -0
  170. package/dist/esm/wallet/index.js +15 -0
  171. package/dist/index.d.ts +12 -0
  172. package/dist/index.js +17 -0
  173. package/dist/issuer-events/api.d.ts +1721 -0
  174. package/dist/issuer-events/api.js +947 -0
  175. package/dist/issuer-events/base.d.ts +66 -0
  176. package/dist/issuer-events/base.js +65 -0
  177. package/dist/issuer-events/common.d.ts +65 -0
  178. package/dist/issuer-events/common.js +161 -0
  179. package/dist/issuer-events/configuration.d.ts +91 -0
  180. package/dist/issuer-events/configuration.js +44 -0
  181. package/dist/issuer-events/index.d.ts +13 -0
  182. package/dist/issuer-events/index.js +31 -0
  183. package/dist/oauth/axios.d.ts +14 -0
  184. package/dist/oauth/axios.js +61 -0
  185. package/dist/oauth/clientCredentials.d.ts +24 -0
  186. package/dist/oauth/clientCredentials.js +63 -0
  187. package/dist/oauth/index.d.ts +3 -0
  188. package/dist/oauth/index.js +31 -0
  189. package/dist/oauth/tokenManager.d.ts +38 -0
  190. package/dist/oauth/tokenManager.js +81 -0
  191. package/dist/pin/api.d.ts +329 -0
  192. package/dist/pin/api.js +352 -0
  193. package/dist/pin/base.d.ts +66 -0
  194. package/dist/pin/base.js +65 -0
  195. package/dist/pin/common.d.ts +65 -0
  196. package/dist/pin/common.js +161 -0
  197. package/dist/pin/configuration.d.ts +91 -0
  198. package/dist/pin/configuration.js +44 -0
  199. package/dist/pin/index.d.ts +13 -0
  200. package/dist/pin/index.js +31 -0
  201. package/dist/threeds/api.d.ts +104 -0
  202. package/dist/threeds/api.js +143 -0
  203. package/dist/threeds/base.d.ts +66 -0
  204. package/dist/threeds/base.js +65 -0
  205. package/dist/threeds/common.d.ts +65 -0
  206. package/dist/threeds/common.js +161 -0
  207. package/dist/threeds/configuration.d.ts +91 -0
  208. package/dist/threeds/configuration.js +44 -0
  209. package/dist/threeds/index.d.ts +13 -0
  210. package/dist/threeds/index.js +31 -0
  211. package/dist/threeds-oob/api.d.ts +241 -0
  212. package/dist/threeds-oob/api.js +148 -0
  213. package/dist/threeds-oob/base.d.ts +66 -0
  214. package/dist/threeds-oob/base.js +65 -0
  215. package/dist/threeds-oob/common.d.ts +65 -0
  216. package/dist/threeds-oob/common.js +161 -0
  217. package/dist/threeds-oob/configuration.d.ts +91 -0
  218. package/dist/threeds-oob/configuration.js +44 -0
  219. package/dist/threeds-oob/index.d.ts +13 -0
  220. package/dist/threeds-oob/index.js +31 -0
  221. package/dist/transaction-event/api.d.ts +1082 -0
  222. package/dist/transaction-event/api.js +166 -0
  223. package/dist/transaction-event/base.d.ts +66 -0
  224. package/dist/transaction-event/base.js +65 -0
  225. package/dist/transaction-event/common.d.ts +65 -0
  226. package/dist/transaction-event/common.js +161 -0
  227. package/dist/transaction-event/configuration.d.ts +91 -0
  228. package/dist/transaction-event/configuration.js +44 -0
  229. package/dist/transaction-event/index.d.ts +13 -0
  230. package/dist/transaction-event/index.js +31 -0
  231. package/dist/wallet/api.d.ts +1385 -0
  232. package/dist/wallet/api.js +1377 -0
  233. package/dist/wallet/base.d.ts +66 -0
  234. package/dist/wallet/base.js +65 -0
  235. package/dist/wallet/common.d.ts +65 -0
  236. package/dist/wallet/common.js +161 -0
  237. package/dist/wallet/configuration.d.ts +91 -0
  238. package/dist/wallet/configuration.js +44 -0
  239. package/dist/wallet/index.d.ts +13 -0
  240. package/dist/wallet/index.js +31 -0
  241. package/package.json +25 -0
  242. package/src/authorisation-control/api.ts +876 -0
  243. package/src/authorisation-control/base.ts +86 -0
  244. package/src/authorisation-control/common.ts +150 -0
  245. package/src/authorisation-control/configuration.ts +115 -0
  246. package/src/authorisation-control/index.ts +18 -0
  247. package/src/card/api.ts +2792 -0
  248. package/src/card/base.ts +86 -0
  249. package/src/card/common.ts +150 -0
  250. package/src/card/configuration.ts +115 -0
  251. package/src/card/index.ts +18 -0
  252. package/src/cardholder/api.ts +2244 -0
  253. package/src/cardholder/base.ts +86 -0
  254. package/src/cardholder/common.ts +150 -0
  255. package/src/cardholder/configuration.ts +115 -0
  256. package/src/cardholder/index.ts +18 -0
  257. package/src/cards/api.ts +141 -0
  258. package/src/cards/base.ts +86 -0
  259. package/src/cards/common.ts +150 -0
  260. package/src/cards/configuration.ts +115 -0
  261. package/src/cards/index.ts +18 -0
  262. package/src/clearing-file-copy/api.ts +1309 -0
  263. package/src/clearing-file-copy/base.ts +86 -0
  264. package/src/clearing-file-copy/common.ts +150 -0
  265. package/src/clearing-file-copy/configuration.ts +115 -0
  266. package/src/clearing-file-copy/index.ts +18 -0
  267. package/src/index.ts +16 -0
  268. package/src/issuer-events/api.ts +1926 -0
  269. package/src/issuer-events/base.ts +86 -0
  270. package/src/issuer-events/common.ts +150 -0
  271. package/src/issuer-events/configuration.ts +115 -0
  272. package/src/issuer-events/index.ts +18 -0
  273. package/src/oauth/axios.ts +60 -0
  274. package/src/oauth/clientCredentials.ts +72 -0
  275. package/src/oauth/index.ts +24 -0
  276. package/src/oauth/tokenManager.ts +85 -0
  277. package/src/pin/api.ts +507 -0
  278. package/src/pin/base.ts +86 -0
  279. package/src/pin/common.ts +150 -0
  280. package/src/pin/configuration.ts +115 -0
  281. package/src/pin/index.ts +18 -0
  282. package/src/threeds/api.ts +173 -0
  283. package/src/threeds/base.ts +86 -0
  284. package/src/threeds/common.ts +150 -0
  285. package/src/threeds/configuration.ts +115 -0
  286. package/src/threeds/index.ts +18 -0
  287. package/src/threeds-oob/api.ts +311 -0
  288. package/src/threeds-oob/base.ts +86 -0
  289. package/src/threeds-oob/common.ts +150 -0
  290. package/src/threeds-oob/configuration.ts +115 -0
  291. package/src/threeds-oob/index.ts +18 -0
  292. package/src/transaction-event/api.ts +1152 -0
  293. package/src/transaction-event/base.ts +86 -0
  294. package/src/transaction-event/common.ts +150 -0
  295. package/src/transaction-event/configuration.ts +115 -0
  296. package/src/transaction-event/index.ts +18 -0
  297. package/src/wallet/api.ts +2083 -0
  298. package/src/wallet/base.ts +86 -0
  299. package/src/wallet/common.ts +150 -0
  300. package/src/wallet/configuration.ts +115 -0
  301. package/src/wallet/index.ts +18 -0
  302. package/test/authorisation-control.test.ts +71 -0
  303. package/test/card.test.ts +39 -0
  304. package/test/cardholder.test.ts +51 -0
  305. package/test/cards.test.ts +35 -0
  306. package/test/issuer-events.test.ts +55 -0
  307. package/test/oauth.test.ts +205 -0
  308. package/test/pin.test.ts +39 -0
  309. package/test/threeds-oob.test.ts +90 -0
  310. package/test/threeds.test.ts +55 -0
  311. package/test/wallet.test.ts +62 -0
  312. package/tsconfig.esm.json +7 -0
  313. package/tsconfig.json +14 -0
@@ -0,0 +1,1890 @@
1
+ /**
2
+ * Cardholder API
3
+ * Endpoints for doing various actions connected to the Cardholder entity. All date-time fields adhere to the ISO 8601 standard unless specified otherwise. For example: 2024-05-31T06:55:17Z
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: info@enfuce.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface Address
20
+ */
21
+ export interface Address {
22
+ /**
23
+ * First line of address.
24
+ * @type {string}
25
+ * @memberof Address
26
+ */
27
+ 'address1': string;
28
+ /**
29
+ * Second line of address. Any string without trailing or leading whitespaces, or an empty string.
30
+ * @type {string}
31
+ * @memberof Address
32
+ */
33
+ 'address2'?: string;
34
+ /**
35
+ * Third line of address. Any string without trailing or leading whitespaces, or an empty string.
36
+ * @type {string}
37
+ * @memberof Address
38
+ */
39
+ 'address3'?: string;
40
+ /**
41
+ * Fourth line of the address. Any string without trailing or leading whitespaces, or an empty string.
42
+ * @type {string}
43
+ * @memberof Address
44
+ */
45
+ 'address4'?: string;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof Address
50
+ */
51
+ 'city': string;
52
+ /**
53
+ * A valid ISO-3166-1 alpha-3 country code.
54
+ * @type {string}
55
+ * @memberof Address
56
+ */
57
+ 'country': string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof Address
62
+ */
63
+ 'region'?: string;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof Address
68
+ */
69
+ 'zipCode': string;
70
+ }
71
+ /**
72
+ *
73
+ * @export
74
+ * @interface AddressResponse
75
+ */
76
+ export interface AddressResponse {
77
+ /**
78
+ * First line of address.
79
+ * @type {string}
80
+ * @memberof AddressResponse
81
+ */
82
+ 'address1': string;
83
+ /**
84
+ * Any string without trailing or leading whitespaces, or an empty string.
85
+ * @type {string}
86
+ * @memberof AddressResponse
87
+ */
88
+ 'address2'?: string | null;
89
+ /**
90
+ * Any string without trailing or leading whitespaces, or an empty string.
91
+ * @type {string}
92
+ * @memberof AddressResponse
93
+ */
94
+ 'address3'?: string | null;
95
+ /**
96
+ * Any string without trailing or leading whitespaces, or an empty string.
97
+ * @type {string}
98
+ * @memberof AddressResponse
99
+ */
100
+ 'address4'?: string | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof AddressResponse
105
+ */
106
+ 'city': string;
107
+ /**
108
+ * A valid ISO-3166-1 alpha-3 country code.
109
+ * @type {string}
110
+ * @memberof AddressResponse
111
+ */
112
+ 'country': string;
113
+ /**
114
+ *
115
+ * @type {string}
116
+ * @memberof AddressResponse
117
+ */
118
+ 'region'?: string | null;
119
+ /**
120
+ *
121
+ * @type {string}
122
+ * @memberof AddressResponse
123
+ */
124
+ 'zipCode': string;
125
+ }
126
+ /**
127
+ * The type of card defined by this card configuration.
128
+ * @export
129
+ * @enum {string}
130
+ */
131
+ export declare const CardConfigurationType: {
132
+ readonly Debit: "DEBIT";
133
+ readonly Credit: "CREDIT";
134
+ readonly Combo: "COMBO";
135
+ };
136
+ export type CardConfigurationType = typeof CardConfigurationType[keyof typeof CardConfigurationType];
137
+ /**
138
+ * 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
+ */
142
+ export declare const CardDeliveryType: {
143
+ readonly Mail: "MAIL";
144
+ readonly Courier: "COURIER";
145
+ readonly Custom1: "CUSTOM_1";
146
+ readonly Custom2: "CUSTOM_2";
147
+ readonly Custom3: "CUSTOM_3";
148
+ readonly Custom4: "CUSTOM_4";
149
+ readonly Custom5: "CUSTOM_5";
150
+ };
151
+ export type CardDeliveryType = typeof CardDeliveryType[keyof typeof CardDeliveryType];
152
+ /**
153
+ *
154
+ * @export
155
+ * @interface CardResponse
156
+ */
157
+ export interface CardResponse {
158
+ /**
159
+ * Unique identifier of a card.
160
+ * @type {string}
161
+ * @memberof CardResponse
162
+ */
163
+ 'id'?: string;
164
+ /**
165
+ * The date and time when the card was created.
166
+ * @type {string}
167
+ * @memberof CardResponse
168
+ */
169
+ 'createdAt'?: string;
170
+ /**
171
+ * The date and time when the object/entity was updated last time.
172
+ * @type {string}
173
+ * @memberof CardResponse
174
+ */
175
+ 'updatedAt'?: string;
176
+ /**
177
+ * The program ID associated with the card.
178
+ * @type {string}
179
+ * @memberof CardResponse
180
+ */
181
+ 'programId'?: string;
182
+ /**
183
+ * Unique identifier of the cardholder associated with the card.
184
+ * @type {string}
185
+ * @memberof CardResponse
186
+ */
187
+ 'cardholderId'?: string;
188
+ /**
189
+ * Unique identifier of the account associated with the card.
190
+ * @type {string}
191
+ * @memberof CardResponse
192
+ */
193
+ 'accountId'?: string;
194
+ /**
195
+ *
196
+ * @type {Plastic}
197
+ * @memberof CardResponse
198
+ */
199
+ 'plastic'?: Plastic;
200
+ /**
201
+ * Card versions ordered by sequence number ascending.
202
+ * @type {Array<CardVersion>}
203
+ * @memberof CardResponse
204
+ */
205
+ 'cardVersions'?: Array<CardVersion>;
206
+ /**
207
+ *
208
+ * @type {CardRole}
209
+ * @memberof CardResponse
210
+ */
211
+ 'role'?: CardRole;
212
+ /**
213
+ * Unique identifier of the main card. Populated if this card is part of a card application
214
+ * @type {string}
215
+ * @memberof CardResponse
216
+ */
217
+ 'mainCardId'?: string;
218
+ /**
219
+ * A unique code to identify the card configuration. Max character limit is 36.
220
+ * @type {string}
221
+ * @memberof CardResponse
222
+ */
223
+ 'cardConfigurationCode'?: string;
224
+ /**
225
+ *
226
+ * @type {CardConfigurationType}
227
+ * @memberof CardResponse
228
+ */
229
+ 'cardConfigurationType'?: CardConfigurationType;
230
+ /**
231
+ *
232
+ * @type {CardScheme}
233
+ * @memberof CardResponse
234
+ */
235
+ 'cardScheme'?: CardScheme;
236
+ /**
237
+ * A masked version of the primary account number
238
+ * @type {string}
239
+ * @memberof CardResponse
240
+ */
241
+ 'maskedPan'?: string;
242
+ /**
243
+ *
244
+ * @type {PinStatus}
245
+ * @memberof CardResponse
246
+ */
247
+ 'pinStatus'?: PinStatus;
248
+ /**
249
+ *
250
+ * @type {CardStatus}
251
+ * @memberof CardResponse
252
+ */
253
+ 'cardStatus'?: CardStatus;
254
+ /**
255
+ * A flag indicating whether automatic renewal is enabled or not.
256
+ * @type {boolean}
257
+ * @memberof CardResponse
258
+ */
259
+ 'automaticRenewal'?: boolean;
260
+ /**
261
+ * The digital layout code for the card. Max character limit is 36.
262
+ * @type {string}
263
+ * @memberof CardResponse
264
+ */
265
+ 'digitalLayoutCode'?: string;
266
+ /**
267
+ *
268
+ * @type {MultiApplicationProperties}
269
+ * @memberof CardResponse
270
+ */
271
+ 'multiApplicationProperties'?: MultiApplicationProperties;
272
+ /**
273
+ * The version number of the entity.
274
+ * @type {number}
275
+ * @memberof CardResponse
276
+ */
277
+ 'updateCount'?: number;
278
+ /**
279
+ * 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
+ */
283
+ 'additionalValues'?: {
284
+ [key: string]: string;
285
+ };
286
+ /**
287
+ * 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
+ */
291
+ 'feeConfigId'?: string | null;
292
+ }
293
+ /**
294
+ * 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
+ */
298
+ export declare const CardRole: {
299
+ readonly MainCard: "MAIN_CARD";
300
+ readonly CardApplication: "CARD_APPLICATION";
301
+ };
302
+ export type CardRole = typeof CardRole[keyof typeof CardRole];
303
+ /**
304
+ *
305
+ * @export
306
+ * @enum {string}
307
+ */
308
+ export declare const CardScheme: {
309
+ readonly Mastercard: "MASTERCARD";
310
+ readonly Visa: "VISA";
311
+ };
312
+ export type CardScheme = typeof CardScheme[keyof typeof CardScheme];
313
+ /**
314
+ * - 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
+ */
318
+ export declare const CardStatus: {
319
+ readonly Active: "ACTIVE";
320
+ readonly Blocked: "BLOCKED";
321
+ readonly BlockedSuspectedFraud: "BLOCKED_SUSPECTED_FRAUD";
322
+ readonly ClosedDueToFraud: "CLOSED_DUE_TO_FRAUD";
323
+ readonly ClosedLost: "CLOSED_LOST";
324
+ readonly ClosedStolen: "CLOSED_STOLEN";
325
+ readonly Closed: "CLOSED";
326
+ readonly ClosedExpired: "CLOSED_EXPIRED";
327
+ };
328
+ export type CardStatus = typeof CardStatus[keyof typeof CardStatus];
329
+ /**
330
+ *
331
+ * @export
332
+ * @interface CardVersion
333
+ */
334
+ export interface CardVersion {
335
+ /**
336
+ *
337
+ * @type {CardVersionStatus}
338
+ * @memberof CardVersion
339
+ */
340
+ 'status'?: CardVersionStatus;
341
+ /**
342
+ * 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
+ */
346
+ 'expirationTime'?: string;
347
+ /**
348
+ * The date when the auto renewal occurs.
349
+ * @type {string}
350
+ * @memberof CardVersion
351
+ */
352
+ 'renewalDate'?: string;
353
+ /**
354
+ * The sequence number of the card version, this value is also known as PSN (pan sequence number)
355
+ * @type {number}
356
+ * @memberof CardVersion
357
+ */
358
+ 'sequenceNumber'?: number;
359
+ /**
360
+ * The id of the key set used by this card version
361
+ * @type {string}
362
+ * @memberof CardVersion
363
+ */
364
+ 'keySetId'?: string;
365
+ /**
366
+ * The date and time when the card was created.
367
+ * @type {string}
368
+ * @memberof CardVersion
369
+ */
370
+ 'createdAt'?: string;
371
+ /**
372
+ * The date and time when the object/entity was updated last time.
373
+ * @type {string}
374
+ * @memberof CardVersion
375
+ */
376
+ 'updatedAt'?: string;
377
+ }
378
+ /**
379
+ * - 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
+ */
383
+ export declare const CardVersionStatus: {
384
+ readonly Active: "ACTIVE";
385
+ readonly Initial: "INITIAL";
386
+ readonly Closed: "CLOSED";
387
+ };
388
+ export type CardVersionStatus = typeof CardVersionStatus[keyof typeof CardVersionStatus];
389
+ /**
390
+ *
391
+ * @export
392
+ * @interface CardholderResponse
393
+ */
394
+ export interface CardholderResponse {
395
+ /**
396
+ * Enfuce generated unique identifier of the cardholder.
397
+ * @type {string}
398
+ * @memberof CardholderResponse
399
+ */
400
+ 'id': string;
401
+ /**
402
+ * 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
+ */
406
+ 'customerNumber': string;
407
+ /**
408
+ *
409
+ * @type {Locale}
410
+ * @memberof CardholderResponse
411
+ */
412
+ 'locale': Locale;
413
+ /**
414
+ *
415
+ * @type {AddressResponse}
416
+ * @memberof CardholderResponse
417
+ */
418
+ 'address'?: AddressResponse;
419
+ /**
420
+ * 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
+ */
424
+ 'mobileNumber'?: string | null;
425
+ /**
426
+ * First name of the cardholder. Max character limit is 256.
427
+ * @type {string}
428
+ * @memberof CardholderResponse
429
+ */
430
+ 'firstName'?: string;
431
+ /**
432
+ * Middle name of the cardholder. Max character limit is 256.
433
+ * @type {string}
434
+ * @memberof CardholderResponse
435
+ */
436
+ 'middleName'?: string | null;
437
+ /**
438
+ * Last name of the cardholder. Max character limit is 256.
439
+ * @type {string}
440
+ * @memberof CardholderResponse
441
+ */
442
+ 'lastName'?: string;
443
+ /**
444
+ * The date and time when the card was created.
445
+ * @type {string}
446
+ * @memberof CardholderResponse
447
+ */
448
+ 'createdAt'?: string;
449
+ /**
450
+ * The date and time when the object/entity was updated last time.
451
+ * @type {string}
452
+ * @memberof CardholderResponse
453
+ */
454
+ 'updatedAt'?: string | null;
455
+ /**
456
+ * The version number of the entity.
457
+ * @type {number}
458
+ * @memberof CardholderResponse
459
+ */
460
+ 'updateCount'?: number;
461
+ /**
462
+ * Email address of the cardholder. Max character limit is 256.
463
+ * @type {string}
464
+ * @memberof CardholderResponse
465
+ */
466
+ 'email'?: string | null;
467
+ /**
468
+ * 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
+ */
472
+ 'taxId'?: string | null;
473
+ /**
474
+ * 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
+ */
478
+ 'dateOfBirth'?: string | null;
479
+ /**
480
+ * 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
+ */
490
+ 'riskScore'?: RiskScore | null;
491
+ /**
492
+ * 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
+ */
496
+ 'birthCountry'?: CountryCodesAlpha3 | null;
497
+ /**
498
+ * 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
+ */
502
+ 'identificationNumber'?: string | null;
503
+ }
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: {
510
+ readonly Abw: "ABW";
511
+ readonly Afg: "AFG";
512
+ readonly Ago: "AGO";
513
+ readonly Aia: "AIA";
514
+ readonly Ala: "ALA";
515
+ readonly Alb: "ALB";
516
+ readonly And: "AND";
517
+ readonly Are: "ARE";
518
+ readonly Arg: "ARG";
519
+ readonly Arm: "ARM";
520
+ readonly Asm: "ASM";
521
+ readonly Ata: "ATA";
522
+ readonly Atf: "ATF";
523
+ readonly Atg: "ATG";
524
+ readonly Aus: "AUS";
525
+ readonly Aut: "AUT";
526
+ readonly Aze: "AZE";
527
+ readonly Bdi: "BDI";
528
+ readonly Bel: "BEL";
529
+ readonly Ben: "BEN";
530
+ readonly Bes: "BES";
531
+ readonly Bfa: "BFA";
532
+ readonly Bgd: "BGD";
533
+ readonly Bgr: "BGR";
534
+ readonly Bhr: "BHR";
535
+ readonly Bhs: "BHS";
536
+ readonly Bih: "BIH";
537
+ readonly Blm: "BLM";
538
+ readonly Blr: "BLR";
539
+ readonly Blz: "BLZ";
540
+ readonly Bmu: "BMU";
541
+ readonly Bol: "BOL";
542
+ readonly Bra: "BRA";
543
+ readonly Brb: "BRB";
544
+ readonly Brn: "BRN";
545
+ readonly Btn: "BTN";
546
+ readonly Bvt: "BVT";
547
+ readonly Bwa: "BWA";
548
+ readonly Caf: "CAF";
549
+ readonly Can: "CAN";
550
+ readonly Cck: "CCK";
551
+ readonly Che: "CHE";
552
+ readonly Chl: "CHL";
553
+ readonly Chn: "CHN";
554
+ readonly Civ: "CIV";
555
+ readonly Cmr: "CMR";
556
+ readonly Cod: "COD";
557
+ readonly Cog: "COG";
558
+ readonly Cok: "COK";
559
+ readonly Col: "COL";
560
+ readonly Com: "COM";
561
+ readonly Cpv: "CPV";
562
+ readonly Cri: "CRI";
563
+ readonly Cub: "CUB";
564
+ readonly Cuw: "CUW";
565
+ readonly Cxr: "CXR";
566
+ readonly Cym: "CYM";
567
+ readonly Cyp: "CYP";
568
+ readonly Cze: "CZE";
569
+ readonly Deu: "DEU";
570
+ readonly Dji: "DJI";
571
+ readonly Dma: "DMA";
572
+ readonly Dnk: "DNK";
573
+ readonly Dom: "DOM";
574
+ readonly Dza: "DZA";
575
+ readonly Ecu: "ECU";
576
+ readonly Egy: "EGY";
577
+ readonly Eri: "ERI";
578
+ readonly Esh: "ESH";
579
+ readonly Esp: "ESP";
580
+ readonly Est: "EST";
581
+ readonly Eth: "ETH";
582
+ readonly Fin: "FIN";
583
+ readonly Fji: "FJI";
584
+ readonly Flk: "FLK";
585
+ readonly Fra: "FRA";
586
+ readonly Fro: "FRO";
587
+ readonly Fsm: "FSM";
588
+ readonly Gab: "GAB";
589
+ readonly Gbr: "GBR";
590
+ readonly Geo: "GEO";
591
+ readonly Ggy: "GGY";
592
+ readonly Gha: "GHA";
593
+ readonly Gib: "GIB";
594
+ readonly Gin: "GIN";
595
+ readonly Glp: "GLP";
596
+ readonly Gmb: "GMB";
597
+ readonly Gnb: "GNB";
598
+ readonly Gnq: "GNQ";
599
+ readonly Grc: "GRC";
600
+ readonly Grd: "GRD";
601
+ readonly Grl: "GRL";
602
+ readonly Gtm: "GTM";
603
+ readonly Guf: "GUF";
604
+ readonly Gum: "GUM";
605
+ readonly Guy: "GUY";
606
+ readonly Hkg: "HKG";
607
+ readonly Hmd: "HMD";
608
+ readonly Hnd: "HND";
609
+ readonly Hrv: "HRV";
610
+ readonly Hti: "HTI";
611
+ readonly Hun: "HUN";
612
+ readonly Idn: "IDN";
613
+ readonly Imn: "IMN";
614
+ readonly Ind: "IND";
615
+ readonly Iot: "IOT";
616
+ readonly Irl: "IRL";
617
+ readonly Irn: "IRN";
618
+ readonly Irq: "IRQ";
619
+ readonly Isl: "ISL";
620
+ readonly Isr: "ISR";
621
+ readonly Ita: "ITA";
622
+ readonly Jam: "JAM";
623
+ readonly Jey: "JEY";
624
+ readonly Jor: "JOR";
625
+ readonly Jpn: "JPN";
626
+ readonly Kaz: "KAZ";
627
+ readonly Ken: "KEN";
628
+ readonly Kgz: "KGZ";
629
+ readonly Khm: "KHM";
630
+ readonly Kir: "KIR";
631
+ readonly Kna: "KNA";
632
+ readonly Kor: "KOR";
633
+ readonly Kwt: "KWT";
634
+ readonly Lao: "LAO";
635
+ readonly Lbn: "LBN";
636
+ readonly Lbr: "LBR";
637
+ readonly Lby: "LBY";
638
+ readonly Lca: "LCA";
639
+ readonly Lie: "LIE";
640
+ readonly Lka: "LKA";
641
+ readonly Lso: "LSO";
642
+ readonly Ltu: "LTU";
643
+ readonly Lux: "LUX";
644
+ readonly Lva: "LVA";
645
+ readonly Mac: "MAC";
646
+ readonly Maf: "MAF";
647
+ readonly Mar: "MAR";
648
+ readonly Mco: "MCO";
649
+ readonly Mda: "MDA";
650
+ readonly Mdg: "MDG";
651
+ readonly Mdv: "MDV";
652
+ readonly Mex: "MEX";
653
+ readonly Mhl: "MHL";
654
+ readonly Mkd: "MKD";
655
+ readonly Mli: "MLI";
656
+ readonly Mlt: "MLT";
657
+ readonly Mmr: "MMR";
658
+ readonly Mne: "MNE";
659
+ readonly Mng: "MNG";
660
+ readonly Mnp: "MNP";
661
+ readonly Moz: "MOZ";
662
+ readonly Mrt: "MRT";
663
+ readonly Msr: "MSR";
664
+ readonly Mtq: "MTQ";
665
+ readonly Mus: "MUS";
666
+ readonly Mwi: "MWI";
667
+ readonly Mys: "MYS";
668
+ readonly Myt: "MYT";
669
+ readonly Nam: "NAM";
670
+ readonly Ncl: "NCL";
671
+ readonly Ner: "NER";
672
+ readonly Nfk: "NFK";
673
+ readonly Nga: "NGA";
674
+ readonly Nic: "NIC";
675
+ readonly Niu: "NIU";
676
+ readonly Nld: "NLD";
677
+ readonly Nor: "NOR";
678
+ readonly Npl: "NPL";
679
+ readonly Nru: "NRU";
680
+ readonly Nzl: "NZL";
681
+ readonly Omn: "OMN";
682
+ readonly Pak: "PAK";
683
+ readonly Pan: "PAN";
684
+ readonly Pcn: "PCN";
685
+ readonly Per: "PER";
686
+ readonly Phl: "PHL";
687
+ readonly Plw: "PLW";
688
+ readonly Png: "PNG";
689
+ readonly Pol: "POL";
690
+ readonly Pri: "PRI";
691
+ readonly Prk: "PRK";
692
+ readonly Prt: "PRT";
693
+ readonly Pry: "PRY";
694
+ readonly Pse: "PSE";
695
+ readonly Pyf: "PYF";
696
+ readonly Qat: "QAT";
697
+ readonly Reu: "REU";
698
+ readonly Rou: "ROU";
699
+ readonly Rus: "RUS";
700
+ readonly Rwa: "RWA";
701
+ readonly Sau: "SAU";
702
+ readonly Sdn: "SDN";
703
+ readonly Sen: "SEN";
704
+ readonly Sgp: "SGP";
705
+ readonly Sgs: "SGS";
706
+ readonly Shn: "SHN";
707
+ readonly Sjm: "SJM";
708
+ readonly Slb: "SLB";
709
+ readonly Sle: "SLE";
710
+ readonly Slv: "SLV";
711
+ readonly Smr: "SMR";
712
+ readonly Som: "SOM";
713
+ readonly Spm: "SPM";
714
+ readonly Srb: "SRB";
715
+ readonly Ssd: "SSD";
716
+ readonly Stp: "STP";
717
+ readonly Sur: "SUR";
718
+ readonly Svk: "SVK";
719
+ readonly Svn: "SVN";
720
+ readonly Swe: "SWE";
721
+ readonly Swz: "SWZ";
722
+ readonly Sxm: "SXM";
723
+ readonly Syc: "SYC";
724
+ readonly Syr: "SYR";
725
+ readonly Tca: "TCA";
726
+ readonly Tcd: "TCD";
727
+ readonly Tgo: "TGO";
728
+ readonly Tha: "THA";
729
+ readonly Tjk: "TJK";
730
+ readonly Tkl: "TKL";
731
+ readonly Tkm: "TKM";
732
+ readonly Tls: "TLS";
733
+ readonly Ton: "TON";
734
+ readonly Tto: "TTO";
735
+ readonly Tun: "TUN";
736
+ readonly Tur: "TUR";
737
+ readonly Tuv: "TUV";
738
+ readonly Twn: "TWN";
739
+ readonly Tza: "TZA";
740
+ readonly Uga: "UGA";
741
+ readonly Ukr: "UKR";
742
+ readonly Umi: "UMI";
743
+ readonly Ury: "URY";
744
+ readonly Usa: "USA";
745
+ readonly Uzb: "UZB";
746
+ readonly Vat: "VAT";
747
+ readonly Vct: "VCT";
748
+ readonly Ven: "VEN";
749
+ readonly Vgb: "VGB";
750
+ readonly Vir: "VIR";
751
+ readonly Vnm: "VNM";
752
+ readonly Vut: "VUT";
753
+ readonly Wlf: "WLF";
754
+ readonly Wsm: "WSM";
755
+ readonly Yem: "YEM";
756
+ readonly Zaf: "ZAF";
757
+ readonly Zmb: "ZMB";
758
+ readonly Zwe: "ZWE";
759
+ readonly Xkx: "XKX";
760
+ };
761
+ export type CountryCodesAlpha3 = typeof CountryCodesAlpha3[keyof typeof CountryCodesAlpha3];
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
+ }
902
+ /**
903
+ * 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.
904
+ * @export
905
+ * @enum {string}
906
+ */
907
+ export declare const Locale: {
908
+ readonly AfZa: "af-ZA";
909
+ readonly ArAe: "ar-AE";
910
+ readonly ArBh: "ar-BH";
911
+ readonly ArDz: "ar-DZ";
912
+ readonly ArEg: "ar-EG";
913
+ readonly ArIq: "ar-IQ";
914
+ readonly ArJo: "ar-JO";
915
+ readonly ArKw: "ar-KW";
916
+ readonly ArLb: "ar-LB";
917
+ readonly ArLy: "ar-LY";
918
+ readonly ArMa: "ar-MA";
919
+ readonly ArOm: "ar-OM";
920
+ readonly ArQa: "ar-QA";
921
+ readonly ArSa: "ar-SA";
922
+ readonly ArSy: "ar-SY";
923
+ readonly ArTn: "ar-TN";
924
+ readonly ArYe: "ar-YE";
925
+ readonly AzAz: "az-AZ";
926
+ readonly BeBy: "be-BY";
927
+ readonly BgBg: "bg-BG";
928
+ readonly BnIn: "bn-IN";
929
+ readonly BsBa: "bs-BA";
930
+ readonly CaEs: "ca-ES";
931
+ readonly CsCz: "cs-CZ";
932
+ readonly CyGb: "cy-GB";
933
+ readonly DaDk: "da-DK";
934
+ readonly DeAt: "de-AT";
935
+ readonly DeCh: "de-CH";
936
+ readonly DeDe: "de-DE";
937
+ readonly DeLi: "de-LI";
938
+ readonly DeNl: "de-NL";
939
+ readonly ElGr: "el-GR";
940
+ readonly EnAu: "en-AU";
941
+ readonly EnBz: "en-BZ";
942
+ readonly EnCa: "en-CA";
943
+ readonly EnGb: "en-GB";
944
+ readonly EnIe: "en-IE";
945
+ readonly EnJm: "en-JM";
946
+ readonly EnMt: "en-MT";
947
+ readonly EnNz: "en-NZ";
948
+ readonly EnPh: "en-PH";
949
+ readonly EnTt: "en-TT";
950
+ readonly EnUs: "en-US";
951
+ readonly EnVi: "en-VI";
952
+ readonly EnZa: "en-ZA";
953
+ readonly EnZw: "en-ZW";
954
+ readonly EsAr: "es-AR";
955
+ readonly EsBo: "es-BO";
956
+ readonly EsCl: "es-CL";
957
+ readonly EsCo: "es-CO";
958
+ readonly EsCr: "es-CR";
959
+ readonly EsDo: "es-DO";
960
+ readonly EsEc: "es-EC";
961
+ readonly EsEs: "es-ES";
962
+ readonly EsGt: "es-GT";
963
+ readonly EsHn: "es-HN";
964
+ readonly EsMx: "es-MX";
965
+ readonly EsNi: "es-NI";
966
+ readonly EsPa: "es-PA";
967
+ readonly EsPe: "es-PE";
968
+ readonly EsPr: "es-PR";
969
+ readonly EsPy: "es-PY";
970
+ readonly EsSv: "es-SV";
971
+ readonly EsUy: "es-UY";
972
+ readonly EsVe: "es-VE";
973
+ readonly EtEe: "et-EE";
974
+ readonly EuEs: "eu-ES";
975
+ readonly FaIr: "fa-IR";
976
+ readonly FiFi: "fi-FI";
977
+ readonly FoFo: "fo-FO";
978
+ readonly FrBe: "fr-BE";
979
+ readonly FrCa: "fr-CA";
980
+ readonly FrCh: "fr-CH";
981
+ readonly FrFr: "fr-FR";
982
+ readonly FrMc: "fr-MC";
983
+ readonly FrNl: "fr-NL";
984
+ readonly GaIe: "ga-IE";
985
+ readonly GlEs: "gl-ES";
986
+ readonly GuIn: "gu-IN";
987
+ readonly HeIl: "he-IL";
988
+ readonly HiIn: "hi-IN";
989
+ readonly HrHr: "hr-HR";
990
+ readonly HuHu: "hu-HU";
991
+ readonly HyAm: "hy-AM";
992
+ readonly IdId: "id-ID";
993
+ readonly IsIs: "is-IS";
994
+ readonly ItCh: "it-CH";
995
+ readonly ItIt: "it-IT";
996
+ readonly JaJp: "ja-JP";
997
+ readonly KaGe: "ka-GE";
998
+ readonly KkKz: "kk-KZ";
999
+ readonly KlGl: "kl-GL";
1000
+ readonly KnIn: "kn-IN";
1001
+ readonly KoKr: "ko-KR";
1002
+ readonly KokIn: "kok-IN";
1003
+ readonly LtLt: "lt-LT";
1004
+ readonly LvLv: "lv-LV";
1005
+ readonly MkMk: "mk-MK";
1006
+ readonly MlIn: "ml-IN";
1007
+ readonly MnMn: "mn-MN";
1008
+ readonly MrIn: "mr-IN";
1009
+ readonly MsBn: "ms-BN";
1010
+ readonly MsMy: "ms-MY";
1011
+ readonly MtMt: "mt-MT";
1012
+ readonly NbNo: "nb-NO";
1013
+ readonly NlBe: "nl-BE";
1014
+ readonly NlNl: "nl-NL";
1015
+ readonly NnNo: "nn-NO";
1016
+ readonly NoNo: "no-NO";
1017
+ readonly PaIn: "pa-IN";
1018
+ readonly PlPl: "pl-PL";
1019
+ readonly PtBr: "pt-BR";
1020
+ readonly PtPt: "pt-PT";
1021
+ readonly RoRo: "ro-RO";
1022
+ readonly RuRu: "ru-RU";
1023
+ readonly SeNo: "se-NO";
1024
+ readonly SkSk: "sk-SK";
1025
+ readonly SlSi: "sl-SI";
1026
+ readonly SqAl: "sq-AL";
1027
+ readonly SrBa: "sr-BA";
1028
+ readonly SrCs: "sr-CS";
1029
+ readonly SvFi: "sv-FI";
1030
+ readonly SvSe: "sv-SE";
1031
+ readonly SwKe: "sw-KE";
1032
+ readonly SyrSy: "syr-SY";
1033
+ readonly TaIn: "ta-IN";
1034
+ readonly TeIn: "te-IN";
1035
+ readonly ThTh: "th-TH";
1036
+ readonly TnZa: "tn-ZA";
1037
+ readonly TrTr: "tr-TR";
1038
+ readonly UkUa: "uk-UA";
1039
+ readonly UzUz: "uz-UZ";
1040
+ readonly ViVn: "vi-VN";
1041
+ readonly XhZa: "xh-ZA";
1042
+ readonly ZhCn: "zh-CN";
1043
+ readonly ZhHk: "zh-HK";
1044
+ readonly ZhMo: "zh-MO";
1045
+ readonly ZhSg: "zh-SG";
1046
+ readonly ZhTw: "zh-TW";
1047
+ readonly ZuZa: "zu-ZA";
1048
+ readonly AfZa2: "af_ZA";
1049
+ readonly ArAe2: "ar_AE";
1050
+ readonly ArBh2: "ar_BH";
1051
+ readonly ArDz2: "ar_DZ";
1052
+ readonly ArEg2: "ar_EG";
1053
+ readonly ArIq2: "ar_IQ";
1054
+ readonly ArJo2: "ar_JO";
1055
+ readonly ArKw2: "ar_KW";
1056
+ readonly ArLb2: "ar_LB";
1057
+ readonly ArLy2: "ar_LY";
1058
+ readonly ArMa2: "ar_MA";
1059
+ readonly ArOm2: "ar_OM";
1060
+ readonly ArQa2: "ar_QA";
1061
+ readonly ArSa2: "ar_SA";
1062
+ readonly ArSy2: "ar_SY";
1063
+ readonly ArTn2: "ar_TN";
1064
+ readonly ArYe2: "ar_YE";
1065
+ readonly AzAz2: "az_AZ";
1066
+ readonly BeBy2: "be_BY";
1067
+ readonly BgBg2: "bg_BG";
1068
+ readonly BnIn2: "bn_IN";
1069
+ readonly BsBa2: "bs_BA";
1070
+ readonly CaEs2: "ca_ES";
1071
+ readonly CsCz2: "cs_CZ";
1072
+ readonly CyGb2: "cy_GB";
1073
+ readonly DaDk2: "da_DK";
1074
+ readonly DeAt2: "de_AT";
1075
+ readonly DeCh2: "de_CH";
1076
+ readonly DeDe2: "de_DE";
1077
+ readonly DeLi2: "de_LI";
1078
+ readonly DeNl2: "de_NL";
1079
+ readonly ElGr2: "el_GR";
1080
+ readonly EnAu2: "en_AU";
1081
+ readonly EnBz2: "en_BZ";
1082
+ readonly EnCa2: "en_CA";
1083
+ readonly EnGb2: "en_GB";
1084
+ readonly EnIe2: "en_IE";
1085
+ readonly EnJm2: "en_JM";
1086
+ readonly EnMt2: "en_MT";
1087
+ readonly EnNz2: "en_NZ";
1088
+ readonly EnPh2: "en_PH";
1089
+ readonly EnTt2: "en_TT";
1090
+ readonly EnUs2: "en_US";
1091
+ readonly EnVi2: "en_VI";
1092
+ readonly EnZa2: "en_ZA";
1093
+ readonly EnZw2: "en_ZW";
1094
+ readonly EsAr2: "es_AR";
1095
+ readonly EsBo2: "es_BO";
1096
+ readonly EsCl2: "es_CL";
1097
+ readonly EsCo2: "es_CO";
1098
+ readonly EsCr2: "es_CR";
1099
+ readonly EsDo2: "es_DO";
1100
+ readonly EsEc2: "es_EC";
1101
+ readonly EsEs2: "es_ES";
1102
+ readonly EsGt2: "es_GT";
1103
+ readonly EsHn2: "es_HN";
1104
+ readonly EsMx2: "es_MX";
1105
+ readonly EsNi2: "es_NI";
1106
+ readonly EsPa2: "es_PA";
1107
+ readonly EsPe2: "es_PE";
1108
+ readonly EsPr2: "es_PR";
1109
+ readonly EsPy2: "es_PY";
1110
+ readonly EsSv2: "es_SV";
1111
+ readonly EsUy2: "es_UY";
1112
+ readonly EsVe2: "es_VE";
1113
+ readonly EtEe2: "et_EE";
1114
+ readonly EuEs2: "eu_ES";
1115
+ readonly FaIr2: "fa_IR";
1116
+ readonly FiFi2: "fi_FI";
1117
+ readonly FoFo2: "fo_FO";
1118
+ readonly FrBe2: "fr_BE";
1119
+ readonly FrCa2: "fr_CA";
1120
+ readonly FrCh2: "fr_CH";
1121
+ readonly FrFr2: "fr_FR";
1122
+ readonly FrMc2: "fr_MC";
1123
+ readonly FrNl2: "fr_NL";
1124
+ readonly GaIe2: "ga_IE";
1125
+ readonly GlEs2: "gl_ES";
1126
+ readonly GuIn2: "gu_IN";
1127
+ readonly HeIl2: "he_IL";
1128
+ readonly HiIn2: "hi_IN";
1129
+ readonly HrHr2: "hr_HR";
1130
+ readonly HuHu2: "hu_HU";
1131
+ readonly HyAm2: "hy_AM";
1132
+ readonly IdId2: "id_ID";
1133
+ readonly IsIs2: "is_IS";
1134
+ readonly ItCh2: "it_CH";
1135
+ readonly ItIt2: "it_IT";
1136
+ readonly JaJp2: "ja_JP";
1137
+ readonly KaGe2: "ka_GE";
1138
+ readonly KkKz2: "kk_KZ";
1139
+ readonly KlGl2: "kl_GL";
1140
+ readonly KnIn2: "kn_IN";
1141
+ readonly KoKr2: "ko_KR";
1142
+ readonly KokIn2: "kok_IN";
1143
+ readonly LtLt2: "lt_LT";
1144
+ readonly LvLv2: "lv_LV";
1145
+ readonly MkMk2: "mk_MK";
1146
+ readonly MlIn2: "ml_IN";
1147
+ readonly MnMn2: "mn_MN";
1148
+ readonly MrIn2: "mr_IN";
1149
+ readonly MsBn2: "ms_BN";
1150
+ readonly MsMy2: "ms_MY";
1151
+ readonly MtMt2: "mt_MT";
1152
+ readonly NbNo2: "nb_NO";
1153
+ readonly NlBe2: "nl_BE";
1154
+ readonly NlNl2: "nl_NL";
1155
+ readonly NnNo2: "nn_NO";
1156
+ readonly NoNo2: "no_NO";
1157
+ readonly PaIn2: "pa_IN";
1158
+ readonly PlPl2: "pl_PL";
1159
+ readonly PtBr2: "pt_BR";
1160
+ readonly PtPt2: "pt_PT";
1161
+ readonly RoRo2: "ro_RO";
1162
+ readonly RuRu2: "ru_RU";
1163
+ readonly SeNo2: "se_NO";
1164
+ readonly SkSk2: "sk_SK";
1165
+ readonly SlSi2: "sl_SI";
1166
+ readonly SqAl2: "sq_AL";
1167
+ readonly SrBa2: "sr_BA";
1168
+ readonly SrCs2: "sr_CS";
1169
+ readonly SvFi2: "sv_FI";
1170
+ readonly SvSe2: "sv_SE";
1171
+ readonly SwKe2: "sw_KE";
1172
+ readonly SyrSy2: "syr_SY";
1173
+ readonly TaIn2: "ta_IN";
1174
+ readonly TeIn2: "te_IN";
1175
+ readonly ThTh2: "th_TH";
1176
+ readonly TnZa2: "tn_ZA";
1177
+ readonly TrTr2: "tr_TR";
1178
+ readonly UkUa2: "uk_UA";
1179
+ readonly UzUz2: "uz_UZ";
1180
+ readonly ViVn2: "vi_VN";
1181
+ readonly XhZa2: "xh_ZA";
1182
+ readonly ZhCn2: "zh_CN";
1183
+ readonly ZhHk2: "zh_HK";
1184
+ readonly ZhMo2: "zh_MO";
1185
+ readonly ZhSg2: "zh_SG";
1186
+ readonly ZhTw2: "zh_TW";
1187
+ readonly ZuZa2: "zu_ZA";
1188
+ };
1189
+ export type Locale = typeof Locale[keyof typeof Locale];
1190
+ /**
1191
+ *
1192
+ * @export
1193
+ * @interface MultiApplicationProperties
1194
+ */
1195
+ export interface MultiApplicationProperties {
1196
+ /**
1197
+ * 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
+ */
1201
+ 'applicationName'?: string;
1202
+ /**
1203
+ * The index of the application
1204
+ * @type {number}
1205
+ * @memberof MultiApplicationProperties
1206
+ */
1207
+ 'applicationIndex'?: number;
1208
+ /**
1209
+ * 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
+ */
1213
+ 'contactPriorityLevel'?: number;
1214
+ /**
1215
+ * 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
+ */
1219
+ 'contactlessPriorityLevel'?: number;
1220
+ /**
1221
+ * 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
+ */
1225
+ 'printed'?: boolean;
1226
+ /**
1227
+ * 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
+ */
1231
+ 'chipEnabled'?: boolean;
1232
+ }
1233
+ /**
1234
+ * @type NationalityInner
1235
+ * @export
1236
+ */
1237
+ export type NationalityInner = CountryCodesAlpha3 | string;
1238
+ /**
1239
+ *
1240
+ * @export
1241
+ * @interface PaginatedCardResponse
1242
+ */
1243
+ export interface PaginatedCardResponse {
1244
+ /**
1245
+ * Total number of elements across all pages in the entire dataset.
1246
+ * @type {number}
1247
+ * @memberof PaginatedCardResponse
1248
+ */
1249
+ 'totalElements'?: number;
1250
+ /**
1251
+ * Total number of pages calculated based on the total number of elements and the page size.
1252
+ * @type {number}
1253
+ * @memberof PaginatedCardResponse
1254
+ */
1255
+ 'totalPages'?: number;
1256
+ /**
1257
+ *
1258
+ * @type {Sort}
1259
+ * @memberof PaginatedCardResponse
1260
+ */
1261
+ 'sort'?: Sort;
1262
+ /**
1263
+ * Indicates whether the current page is the first page.
1264
+ * @type {boolean}
1265
+ * @memberof PaginatedCardResponse
1266
+ */
1267
+ 'first'?: boolean;
1268
+ /**
1269
+ * Indicates whether the current page is the last page.
1270
+ * @type {boolean}
1271
+ * @memberof PaginatedCardResponse
1272
+ */
1273
+ 'last'?: boolean;
1274
+ /**
1275
+ * The current page number (0-based index).
1276
+ * @type {number}
1277
+ * @memberof PaginatedCardResponse
1278
+ */
1279
+ 'number'?: number;
1280
+ /**
1281
+ * The number of elements present in the current page.
1282
+ * @type {number}
1283
+ * @memberof PaginatedCardResponse
1284
+ */
1285
+ 'numberOfElements'?: number;
1286
+ /**
1287
+ * The size of the page, i.e., the maximum number of elements per page.
1288
+ * @type {number}
1289
+ * @memberof PaginatedCardResponse
1290
+ */
1291
+ 'size'?: number;
1292
+ /**
1293
+ *
1294
+ * @type {Array<CardResponse>}
1295
+ * @memberof PaginatedCardResponse
1296
+ */
1297
+ 'content'?: Array<CardResponse>;
1298
+ }
1299
+ /**
1300
+ *
1301
+ * @export
1302
+ * @interface PaginationResponse
1303
+ */
1304
+ export interface PaginationResponse {
1305
+ /**
1306
+ * Total number of elements across all pages in the entire dataset.
1307
+ * @type {number}
1308
+ * @memberof PaginationResponse
1309
+ */
1310
+ 'totalElements'?: number;
1311
+ /**
1312
+ * Total number of pages calculated based on the total number of elements and the page size.
1313
+ * @type {number}
1314
+ * @memberof PaginationResponse
1315
+ */
1316
+ 'totalPages'?: number;
1317
+ /**
1318
+ *
1319
+ * @type {Sort}
1320
+ * @memberof PaginationResponse
1321
+ */
1322
+ 'sort'?: Sort;
1323
+ /**
1324
+ * Indicates whether the current page is the first page.
1325
+ * @type {boolean}
1326
+ * @memberof PaginationResponse
1327
+ */
1328
+ 'first'?: boolean;
1329
+ /**
1330
+ * Indicates whether the current page is the last page.
1331
+ * @type {boolean}
1332
+ * @memberof PaginationResponse
1333
+ */
1334
+ 'last'?: boolean;
1335
+ /**
1336
+ * The current page number (0-based index).
1337
+ * @type {number}
1338
+ * @memberof PaginationResponse
1339
+ */
1340
+ 'number'?: number;
1341
+ /**
1342
+ * The number of elements present in the current page.
1343
+ * @type {number}
1344
+ * @memberof PaginationResponse
1345
+ */
1346
+ 'numberOfElements'?: number;
1347
+ /**
1348
+ * The size of the page, i.e., the maximum number of elements per page.
1349
+ * @type {number}
1350
+ * @memberof PaginationResponse
1351
+ */
1352
+ 'size'?: number;
1353
+ }
1354
+ /**
1355
+ * 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
+ */
1359
+ export declare const PinDeliveryType: {
1360
+ readonly Mail: "MAIL";
1361
+ readonly Courier: "COURIER";
1362
+ readonly Epin: "EPIN";
1363
+ };
1364
+ export type PinDeliveryType = typeof PinDeliveryType[keyof typeof PinDeliveryType];
1365
+ /**
1366
+ * - 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
+ */
1370
+ export declare const PinStatus: {
1371
+ readonly Generated: "GENERATED";
1372
+ readonly Waiting: "WAITING";
1373
+ readonly Set: "SET";
1374
+ readonly Inherited: "INHERITED";
1375
+ };
1376
+ export type PinStatus = typeof PinStatus[keyof typeof PinStatus];
1377
+ /**
1378
+ *
1379
+ * @export
1380
+ * @interface Plastic
1381
+ */
1382
+ export interface Plastic {
1383
+ /**
1384
+ * The name to be embossed on the card. Max character limit is 26.
1385
+ * @type {string}
1386
+ * @memberof Plastic
1387
+ */
1388
+ 'embossingName'?: string;
1389
+ /**
1390
+ *
1391
+ * @type {Address}
1392
+ * @memberof Plastic
1393
+ */
1394
+ 'preferredCardAddress'?: Address;
1395
+ /**
1396
+ *
1397
+ * @type {CardDeliveryType}
1398
+ * @memberof Plastic
1399
+ */
1400
+ 'preferredCardDeliveryType': CardDeliveryType;
1401
+ /**
1402
+ *
1403
+ * @type {Address}
1404
+ * @memberof Plastic
1405
+ */
1406
+ 'preferredPinAddress'?: Address;
1407
+ /**
1408
+ *
1409
+ * @type {PinDeliveryType}
1410
+ * @memberof Plastic
1411
+ */
1412
+ 'preferredPinDeliveryType': PinDeliveryType;
1413
+ /**
1414
+ * Unique identifier of a resource.
1415
+ * @type {string}
1416
+ * @memberof Plastic
1417
+ */
1418
+ 'manufacturerId'?: string;
1419
+ /**
1420
+ * 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
+ */
1424
+ 'externalLayoutCode'?: string;
1425
+ /**
1426
+ * The date and time when the card was created.
1427
+ * @type {string}
1428
+ * @memberof Plastic
1429
+ */
1430
+ 'createdAt'?: string;
1431
+ /**
1432
+ * The date and time when the object/entity was updated last time.
1433
+ * @type {string}
1434
+ * @memberof Plastic
1435
+ */
1436
+ 'updatedAt'?: string;
1437
+ }
1438
+ /**
1439
+ *
1440
+ * @export
1441
+ * @interface ResourceResponse
1442
+ */
1443
+ export interface ResourceResponse {
1444
+ /**
1445
+ * A description of the response returned.
1446
+ * @type {string}
1447
+ * @memberof ResourceResponse
1448
+ */
1449
+ 'description'?: string;
1450
+ /**
1451
+ * A unique identifier assigned to identify the endpoint request.
1452
+ * @type {string}
1453
+ * @memberof ResourceResponse
1454
+ */
1455
+ 'id'?: string;
1456
+ }
1457
+ /**
1458
+ * 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
+ */
1462
+ export declare const RiskScore: {
1463
+ readonly High: "High";
1464
+ readonly Med: "Med";
1465
+ readonly Low: "Low";
1466
+ readonly Pep: "Pep";
1467
+ readonly Prohibited: "Prohibited";
1468
+ };
1469
+ export type RiskScore = typeof RiskScore[keyof typeof RiskScore];
1470
+ /**
1471
+ *
1472
+ * @export
1473
+ * @interface Sort
1474
+ */
1475
+ export interface Sort {
1476
+ /**
1477
+ * Indicates whether the current page is sorted by any property.
1478
+ * @type {boolean}
1479
+ * @memberof Sort
1480
+ */
1481
+ 'sorted'?: boolean;
1482
+ /**
1483
+ * Indicates whether the current page is not sorted (i.e., no sort was applied).
1484
+ * @type {boolean}
1485
+ * @memberof Sort
1486
+ */
1487
+ 'unsorted'?: boolean;
1488
+ /**
1489
+ * Indicates whether no sorting information is available (i.e., no sort was requested).
1490
+ * @type {boolean}
1491
+ * @memberof Sort
1492
+ */
1493
+ 'empty'?: boolean;
1494
+ }
1495
+ /**
1496
+ *
1497
+ * @export
1498
+ * @interface UpdateCardholderBody
1499
+ */
1500
+ export interface UpdateCardholderBody {
1501
+ /**
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
1517
+ */
1518
+ 'address'?: Address;
1519
+ /**
1520
+ * First name of the cardholder. Max character limit is 256.
1521
+ * @type {string}
1522
+ * @memberof UpdateCardholderBody
1523
+ */
1524
+ 'firstName'?: string;
1525
+ /**
1526
+ * Middle name of the cardholder. Max character limit is 256.
1527
+ * @type {string}
1528
+ * @memberof UpdateCardholderBody
1529
+ */
1530
+ 'middleName'?: string;
1531
+ /**
1532
+ * Last name of the cardholder. Max character limit is 256.
1533
+ * @type {string}
1534
+ * @memberof UpdateCardholderBody
1535
+ */
1536
+ 'lastName'?: string;
1537
+ /**
1538
+ * 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
+ */
1542
+ 'mobileNumber'?: string;
1543
+ /**
1544
+ * Email address of the cardholder. Max character limit is 256.
1545
+ * @type {string}
1546
+ * @memberof UpdateCardholderBody
1547
+ */
1548
+ 'email'?: string;
1549
+ /**
1550
+ * 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
+ */
1554
+ 'taxId'?: string | null;
1555
+ /**
1556
+ * 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
+ */
1560
+ 'dateOfBirth'?: string;
1561
+ /**
1562
+ * 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
+ */
1572
+ 'riskScore'?: RiskScore;
1573
+ /**
1574
+ * 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
+ */
1578
+ 'birthCountry'?: CountryCodesAlpha3;
1579
+ /**
1580
+ * 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
+ */
1584
+ 'identificationNumber'?: string;
1585
+ }
1586
+ /**
1587
+ * CreateCardholderApi - axios parameter creator
1588
+ * @export
1589
+ */
1590
+ export declare const CreateCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
1591
+ /**
1592
+ * Send a request to this endpoint to create a new cardholder record in Enfuce.
1593
+ * @summary Create Cardholder
1594
+ * @param {CreateCardholderBody} createCardholderBody Details of the new cardholder to be created.
1595
+ * @param {string} [xIdempotencyKey]
1596
+ * @param {string} [xAuditUser] Optional audit user header
1597
+ * @param {*} [options] Override http request option.
1598
+ * @throws {RequiredError}
1599
+ */
1600
+ createCardholder: (createCardholderBody: CreateCardholderBody, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1601
+ };
1602
+ /**
1603
+ * CreateCardholderApi - functional programming interface
1604
+ * @export
1605
+ */
1606
+ export declare const CreateCardholderApiFp: (configuration?: Configuration) => {
1607
+ /**
1608
+ * Send a request to this endpoint to create a new cardholder record in Enfuce.
1609
+ * @summary Create Cardholder
1610
+ * @param {CreateCardholderBody} createCardholderBody Details of the new cardholder to be created.
1611
+ * @param {string} [xIdempotencyKey]
1612
+ * @param {string} [xAuditUser] Optional audit user header
1613
+ * @param {*} [options] Override http request option.
1614
+ * @throws {RequiredError}
1615
+ */
1616
+ createCardholder(createCardholderBody: CreateCardholderBody, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CardholderResponse>>;
1617
+ };
1618
+ /**
1619
+ * CreateCardholderApi - factory interface
1620
+ * @export
1621
+ */
1622
+ export declare const CreateCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1623
+ /**
1624
+ * Send a request to this endpoint to create a new cardholder record in Enfuce.
1625
+ * @summary Create Cardholder
1626
+ * @param {CreateCardholderBody} createCardholderBody Details of the new cardholder to be created.
1627
+ * @param {string} [xIdempotencyKey]
1628
+ * @param {string} [xAuditUser] Optional audit user header
1629
+ * @param {*} [options] Override http request option.
1630
+ * @throws {RequiredError}
1631
+ */
1632
+ createCardholder(createCardholderBody: CreateCardholderBody, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<CardholderResponse>;
1633
+ };
1634
+ /**
1635
+ * CreateCardholderApi - object-oriented interface
1636
+ * @export
1637
+ * @class CreateCardholderApi
1638
+ * @extends {BaseAPI}
1639
+ */
1640
+ export declare class CreateCardholderApi extends BaseAPI {
1641
+ /**
1642
+ * Send a request to this endpoint to create a new cardholder record in Enfuce.
1643
+ * @summary Create Cardholder
1644
+ * @param {CreateCardholderBody} createCardholderBody Details of the new cardholder to be created.
1645
+ * @param {string} [xIdempotencyKey]
1646
+ * @param {string} [xAuditUser] Optional audit user header
1647
+ * @param {*} [options] Override http request option.
1648
+ * @throws {RequiredError}
1649
+ * @memberof CreateCardholderApi
1650
+ */
1651
+ createCardholder(createCardholderBody: CreateCardholderBody, xIdempotencyKey?: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse, any, {}>>;
1652
+ }
1653
+ /**
1654
+ * GetCardholderApi - axios parameter creator
1655
+ * @export
1656
+ */
1657
+ export declare const GetCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
1658
+ /**
1659
+ * Send a request to this endpoint to retrieve details of a cardholder.
1660
+ * @summary Get Cardholder by Cardholder ID
1661
+ * @param {string} id Enfuce generated unique ID of the cardholder that you want to retrieve.
1662
+ * @param {string} [xAuditUser] Optional audit user header
1663
+ * @param {*} [options] Override http request option.
1664
+ * @throws {RequiredError}
1665
+ */
1666
+ getCardholderById: (id: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1667
+ /**
1668
+ * Send a request to this endpoint to retrieve details of a cardholder that conforms with the parameters you have entered. <Note>In future, more parameters would be added to return a list of cardholders.</Note>
1669
+ * @summary Retrieve List of Cardholders
1670
+ * @param {string} customerNumber External unique identifier of the cardholder that you want to retrieve.
1671
+ * @param {string} [xAuditUser] Optional audit user header
1672
+ * @param {*} [options] Override http request option.
1673
+ * @throws {RequiredError}
1674
+ */
1675
+ getCardholders: (customerNumber: string, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1676
+ };
1677
+ /**
1678
+ * GetCardholderApi - functional programming interface
1679
+ * @export
1680
+ */
1681
+ export declare const GetCardholderApiFp: (configuration?: Configuration) => {
1682
+ /**
1683
+ * Send a request to this endpoint to retrieve details of a cardholder.
1684
+ * @summary Get Cardholder by Cardholder ID
1685
+ * @param {string} id Enfuce generated unique ID of the cardholder that you want to retrieve.
1686
+ * @param {string} [xAuditUser] Optional audit user header
1687
+ * @param {*} [options] Override http request option.
1688
+ * @throws {RequiredError}
1689
+ */
1690
+ getCardholderById(id: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CardholderResponse>>;
1691
+ /**
1692
+ * Send a request to this endpoint to retrieve details of a cardholder that conforms with the parameters you have entered. <Note>In future, more parameters would be added to return a list of cardholders.</Note>
1693
+ * @summary Retrieve List of Cardholders
1694
+ * @param {string} customerNumber External unique identifier of the cardholder that you want to retrieve.
1695
+ * @param {string} [xAuditUser] Optional audit user header
1696
+ * @param {*} [options] Override http request option.
1697
+ * @throws {RequiredError}
1698
+ */
1699
+ getCardholders(customerNumber: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<CardholderResponse>>>;
1700
+ };
1701
+ /**
1702
+ * GetCardholderApi - factory interface
1703
+ * @export
1704
+ */
1705
+ export declare const GetCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1706
+ /**
1707
+ * Send a request to this endpoint to retrieve details of a cardholder.
1708
+ * @summary Get Cardholder by Cardholder ID
1709
+ * @param {string} id Enfuce generated unique ID of the cardholder that you want to retrieve.
1710
+ * @param {string} [xAuditUser] Optional audit user header
1711
+ * @param {*} [options] Override http request option.
1712
+ * @throws {RequiredError}
1713
+ */
1714
+ getCardholderById(id: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<CardholderResponse>;
1715
+ /**
1716
+ * Send a request to this endpoint to retrieve details of a cardholder that conforms with the parameters you have entered. <Note>In future, more parameters would be added to return a list of cardholders.</Note>
1717
+ * @summary Retrieve List of Cardholders
1718
+ * @param {string} customerNumber External unique identifier of the cardholder that you want to retrieve.
1719
+ * @param {string} [xAuditUser] Optional audit user header
1720
+ * @param {*} [options] Override http request option.
1721
+ * @throws {RequiredError}
1722
+ */
1723
+ getCardholders(customerNumber: string, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<CardholderResponse>>;
1724
+ };
1725
+ /**
1726
+ * GetCardholderApi - object-oriented interface
1727
+ * @export
1728
+ * @class GetCardholderApi
1729
+ * @extends {BaseAPI}
1730
+ */
1731
+ export declare class GetCardholderApi extends BaseAPI {
1732
+ /**
1733
+ * Send a request to this endpoint to retrieve details of a cardholder.
1734
+ * @summary Get Cardholder by Cardholder ID
1735
+ * @param {string} id Enfuce generated unique ID of the cardholder that you want to retrieve.
1736
+ * @param {string} [xAuditUser] Optional audit user header
1737
+ * @param {*} [options] Override http request option.
1738
+ * @throws {RequiredError}
1739
+ * @memberof GetCardholderApi
1740
+ */
1741
+ getCardholderById(id: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse, any, {}>>;
1742
+ /**
1743
+ * Send a request to this endpoint to retrieve details of a cardholder that conforms with the parameters you have entered. <Note>In future, more parameters would be added to return a list of cardholders.</Note>
1744
+ * @summary Retrieve List of Cardholders
1745
+ * @param {string} customerNumber External unique identifier of the cardholder that you want to retrieve.
1746
+ * @param {string} [xAuditUser] Optional audit user header
1747
+ * @param {*} [options] Override http request option.
1748
+ * @throws {RequiredError}
1749
+ * @memberof GetCardholderApi
1750
+ */
1751
+ getCardholders(customerNumber: string, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CardholderResponse[], any, {}>>;
1752
+ }
1753
+ /**
1754
+ * GetCardsByCardholderIdApi - axios parameter creator
1755
+ * @export
1756
+ */
1757
+ export declare const GetCardsByCardholderIdApiAxiosParamCreator: (configuration?: Configuration) => {
1758
+ /**
1759
+ * Send a request to this endpoint to retrieve a list of main cards associated with a cardholder.
1760
+ * @summary Get Cards by Cardholder ID
1761
+ * @param {string} id Enfuce generated unique identifier of the cardholder.
1762
+ * @param {number} [page] Zero-based page index (0..N)\&quot;
1763
+ * @param {number} [size] The size of the page to be returned.
1764
+ * @param {string} [xAuditUser] Optional audit user header
1765
+ * @param {*} [options] Override http request option.
1766
+ * @throws {RequiredError}
1767
+ */
1768
+ getCardsByCardholderId: (id: string, page?: number, size?: number, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1769
+ };
1770
+ /**
1771
+ * GetCardsByCardholderIdApi - functional programming interface
1772
+ * @export
1773
+ */
1774
+ export declare const GetCardsByCardholderIdApiFp: (configuration?: Configuration) => {
1775
+ /**
1776
+ * Send a request to this endpoint to retrieve a list of main cards associated with a cardholder.
1777
+ * @summary Get Cards by Cardholder ID
1778
+ * @param {string} id Enfuce generated unique identifier of the cardholder.
1779
+ * @param {number} [page] Zero-based page index (0..N)\&quot;
1780
+ * @param {number} [size] The size of the page to be returned.
1781
+ * @param {string} [xAuditUser] Optional audit user header
1782
+ * @param {*} [options] Override http request option.
1783
+ * @throws {RequiredError}
1784
+ */
1785
+ getCardsByCardholderId(id: string, page?: number, size?: number, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedCardResponse>>;
1786
+ };
1787
+ /**
1788
+ * GetCardsByCardholderIdApi - factory interface
1789
+ * @export
1790
+ */
1791
+ export declare const GetCardsByCardholderIdApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1792
+ /**
1793
+ * Send a request to this endpoint to retrieve a list of main cards associated with a cardholder.
1794
+ * @summary Get Cards by Cardholder ID
1795
+ * @param {string} id Enfuce generated unique identifier of the cardholder.
1796
+ * @param {number} [page] Zero-based page index (0..N)\&quot;
1797
+ * @param {number} [size] The size of the page to be returned.
1798
+ * @param {string} [xAuditUser] Optional audit user header
1799
+ * @param {*} [options] Override http request option.
1800
+ * @throws {RequiredError}
1801
+ */
1802
+ getCardsByCardholderId(id: string, page?: number, size?: number, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedCardResponse>;
1803
+ };
1804
+ /**
1805
+ * GetCardsByCardholderIdApi - object-oriented interface
1806
+ * @export
1807
+ * @class GetCardsByCardholderIdApi
1808
+ * @extends {BaseAPI}
1809
+ */
1810
+ export declare class GetCardsByCardholderIdApi extends BaseAPI {
1811
+ /**
1812
+ * Send a request to this endpoint to retrieve a list of main cards associated with a cardholder.
1813
+ * @summary Get Cards by Cardholder ID
1814
+ * @param {string} id Enfuce generated unique identifier of the cardholder.
1815
+ * @param {number} [page] Zero-based page index (0..N)\&quot;
1816
+ * @param {number} [size] The size of the page to be returned.
1817
+ * @param {string} [xAuditUser] Optional audit user header
1818
+ * @param {*} [options] Override http request option.
1819
+ * @throws {RequiredError}
1820
+ * @memberof GetCardsByCardholderIdApi
1821
+ */
1822
+ getCardsByCardholderId(id: string, page?: number, size?: number, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaginatedCardResponse, any, {}>>;
1823
+ }
1824
+ /**
1825
+ * UpdateCardholderApi - axios parameter creator
1826
+ * @export
1827
+ */
1828
+ export declare const UpdateCardholderApiAxiosParamCreator: (configuration?: Configuration) => {
1829
+ /**
1830
+ * Send a request to this endpoint to modify details of a cardholder.
1831
+ * @summary Update Cardholder
1832
+ * @param {string} id Enfuce generated unique identifier of the cardholder that you to modify.
1833
+ * @param {UpdateCardholderBody} updateCardholderBody Cardholder details to be updated.
1834
+ * @param {string} [xAuditUser] Optional audit user header
1835
+ * @param {*} [options] Override http request option.
1836
+ * @throws {RequiredError}
1837
+ */
1838
+ updateCardholder: (id: string, updateCardholderBody: UpdateCardholderBody, xAuditUser?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1839
+ };
1840
+ /**
1841
+ * UpdateCardholderApi - functional programming interface
1842
+ * @export
1843
+ */
1844
+ export declare const UpdateCardholderApiFp: (configuration?: Configuration) => {
1845
+ /**
1846
+ * Send a request to this endpoint to modify details of a cardholder.
1847
+ * @summary Update Cardholder
1848
+ * @param {string} id Enfuce generated unique identifier of the cardholder that you to modify.
1849
+ * @param {UpdateCardholderBody} updateCardholderBody Cardholder details to be updated.
1850
+ * @param {string} [xAuditUser] Optional audit user header
1851
+ * @param {*} [options] Override http request option.
1852
+ * @throws {RequiredError}
1853
+ */
1854
+ updateCardholder(id: string, updateCardholderBody: UpdateCardholderBody, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceResponse>>;
1855
+ };
1856
+ /**
1857
+ * UpdateCardholderApi - factory interface
1858
+ * @export
1859
+ */
1860
+ export declare const UpdateCardholderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1861
+ /**
1862
+ * Send a request to this endpoint to modify details of a cardholder.
1863
+ * @summary Update Cardholder
1864
+ * @param {string} id Enfuce generated unique identifier of the cardholder that you to modify.
1865
+ * @param {UpdateCardholderBody} updateCardholderBody Cardholder details to be updated.
1866
+ * @param {string} [xAuditUser] Optional audit user header
1867
+ * @param {*} [options] Override http request option.
1868
+ * @throws {RequiredError}
1869
+ */
1870
+ updateCardholder(id: string, updateCardholderBody: UpdateCardholderBody, xAuditUser?: string, options?: RawAxiosRequestConfig): AxiosPromise<ResourceResponse>;
1871
+ };
1872
+ /**
1873
+ * UpdateCardholderApi - object-oriented interface
1874
+ * @export
1875
+ * @class UpdateCardholderApi
1876
+ * @extends {BaseAPI}
1877
+ */
1878
+ export declare class UpdateCardholderApi extends BaseAPI {
1879
+ /**
1880
+ * Send a request to this endpoint to modify details of a cardholder.
1881
+ * @summary Update Cardholder
1882
+ * @param {string} id Enfuce generated unique identifier of the cardholder that you to modify.
1883
+ * @param {UpdateCardholderBody} updateCardholderBody Cardholder details to be updated.
1884
+ * @param {string} [xAuditUser] Optional audit user header
1885
+ * @param {*} [options] Override http request option.
1886
+ * @throws {RequiredError}
1887
+ * @memberof UpdateCardholderApi
1888
+ */
1889
+ updateCardholder(id: string, updateCardholderBody: UpdateCardholderBody, xAuditUser?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceResponse, any, {}>>;
1890
+ }