@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.
- package/dist/authorisation-control/api.d.ts +771 -0
- package/dist/authorisation-control/api.js +240 -0
- package/dist/authorisation-control/base.d.ts +66 -0
- package/dist/authorisation-control/base.js +65 -0
- package/dist/authorisation-control/common.d.ts +65 -0
- package/dist/authorisation-control/common.js +161 -0
- package/dist/authorisation-control/configuration.d.ts +91 -0
- package/dist/authorisation-control/configuration.js +44 -0
- package/dist/authorisation-control/index.d.ts +13 -0
- package/dist/authorisation-control/index.js +31 -0
- package/dist/card/api.d.ts +2065 -0
- package/dist/card/api.js +1406 -0
- package/dist/card/base.d.ts +66 -0
- package/dist/card/base.js +65 -0
- package/dist/card/common.d.ts +65 -0
- package/dist/card/common.js +161 -0
- package/dist/card/configuration.d.ts +91 -0
- package/dist/card/configuration.js +44 -0
- package/dist/card/index.d.ts +13 -0
- package/dist/card/index.js +31 -0
- package/dist/cardholder/api.d.ts +1890 -0
- package/dist/cardholder/api.js +1239 -0
- package/dist/cardholder/base.d.ts +66 -0
- package/dist/cardholder/base.js +65 -0
- package/dist/cardholder/common.d.ts +65 -0
- package/dist/cardholder/common.js +161 -0
- package/dist/cardholder/configuration.d.ts +91 -0
- package/dist/cardholder/configuration.js +44 -0
- package/dist/cardholder/index.d.ts +13 -0
- package/dist/cardholder/index.js +31 -0
- package/dist/cards/api.d.ts +78 -0
- package/dist/cards/api.js +142 -0
- package/dist/cards/base.d.ts +66 -0
- package/dist/cards/base.js +65 -0
- package/dist/cards/common.d.ts +65 -0
- package/dist/cards/common.js +161 -0
- package/dist/cards/configuration.d.ts +91 -0
- package/dist/cards/configuration.js +44 -0
- package/dist/cards/index.d.ts +13 -0
- package/dist/cards/index.js +31 -0
- package/dist/clearing-file-copy/api.d.ts +1245 -0
- package/dist/clearing-file-copy/api.js +139 -0
- package/dist/clearing-file-copy/base.d.ts +66 -0
- package/dist/clearing-file-copy/base.js +65 -0
- package/dist/clearing-file-copy/common.d.ts +65 -0
- package/dist/clearing-file-copy/common.js +161 -0
- package/dist/clearing-file-copy/configuration.d.ts +91 -0
- package/dist/clearing-file-copy/configuration.js +44 -0
- package/dist/clearing-file-copy/index.d.ts +13 -0
- package/dist/clearing-file-copy/index.js +31 -0
- package/dist/esm/authorisation-control/api.d.ts +771 -0
- package/dist/esm/authorisation-control/api.js +233 -0
- package/dist/esm/authorisation-control/base.d.ts +66 -0
- package/dist/esm/authorisation-control/base.js +60 -0
- package/dist/esm/authorisation-control/common.d.ts +65 -0
- package/dist/esm/authorisation-control/common.js +149 -0
- package/dist/esm/authorisation-control/configuration.d.ts +91 -0
- package/dist/esm/authorisation-control/configuration.js +40 -0
- package/dist/esm/authorisation-control/index.d.ts +13 -0
- package/dist/esm/authorisation-control/index.js +15 -0
- package/dist/esm/card/api.d.ts +2065 -0
- package/dist/esm/card/api.js +1379 -0
- package/dist/esm/card/base.d.ts +66 -0
- package/dist/esm/card/base.js +60 -0
- package/dist/esm/card/common.d.ts +65 -0
- package/dist/esm/card/common.js +149 -0
- package/dist/esm/card/configuration.d.ts +91 -0
- package/dist/esm/card/configuration.js +40 -0
- package/dist/esm/card/index.d.ts +13 -0
- package/dist/esm/card/index.js +15 -0
- package/dist/esm/cardholder/api.d.ts +1890 -0
- package/dist/esm/cardholder/api.js +1220 -0
- package/dist/esm/cardholder/base.d.ts +66 -0
- package/dist/esm/cardholder/base.js +60 -0
- package/dist/esm/cardholder/common.d.ts +65 -0
- package/dist/esm/cardholder/common.js +149 -0
- package/dist/esm/cardholder/configuration.d.ts +91 -0
- package/dist/esm/cardholder/configuration.js +40 -0
- package/dist/esm/cardholder/index.d.ts +13 -0
- package/dist/esm/cardholder/index.js +15 -0
- package/dist/esm/cards/api.d.ts +78 -0
- package/dist/esm/cards/api.js +135 -0
- package/dist/esm/cards/base.d.ts +66 -0
- package/dist/esm/cards/base.js +60 -0
- package/dist/esm/cards/common.d.ts +65 -0
- package/dist/esm/cards/common.js +149 -0
- package/dist/esm/cards/configuration.d.ts +91 -0
- package/dist/esm/cards/configuration.js +40 -0
- package/dist/esm/cards/index.d.ts +13 -0
- package/dist/esm/cards/index.js +15 -0
- package/dist/esm/clearing-file-copy/api.d.ts +1245 -0
- package/dist/esm/clearing-file-copy/api.js +136 -0
- package/dist/esm/clearing-file-copy/base.d.ts +66 -0
- package/dist/esm/clearing-file-copy/base.js +60 -0
- package/dist/esm/clearing-file-copy/common.d.ts +65 -0
- package/dist/esm/clearing-file-copy/common.js +149 -0
- package/dist/esm/clearing-file-copy/configuration.d.ts +91 -0
- package/dist/esm/clearing-file-copy/configuration.js +40 -0
- package/dist/esm/clearing-file-copy/index.d.ts +13 -0
- package/dist/esm/clearing-file-copy/index.js +15 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/issuer-events/api.d.ts +1721 -0
- package/dist/esm/issuer-events/api.js +940 -0
- package/dist/esm/issuer-events/base.d.ts +66 -0
- package/dist/esm/issuer-events/base.js +60 -0
- package/dist/esm/issuer-events/common.d.ts +65 -0
- package/dist/esm/issuer-events/common.js +149 -0
- package/dist/esm/issuer-events/configuration.d.ts +91 -0
- package/dist/esm/issuer-events/configuration.js +40 -0
- package/dist/esm/issuer-events/index.d.ts +13 -0
- package/dist/esm/issuer-events/index.js +15 -0
- package/dist/esm/oauth/axios.d.ts +14 -0
- package/dist/esm/oauth/axios.js +58 -0
- package/dist/esm/oauth/clientCredentials.d.ts +24 -0
- package/dist/esm/oauth/clientCredentials.js +59 -0
- package/dist/esm/oauth/index.d.ts +3 -0
- package/dist/esm/oauth/index.js +24 -0
- package/dist/esm/oauth/tokenManager.d.ts +38 -0
- package/dist/esm/oauth/tokenManager.js +77 -0
- package/dist/esm/pin/api.d.ts +329 -0
- package/dist/esm/pin/api.js +341 -0
- package/dist/esm/pin/base.d.ts +66 -0
- package/dist/esm/pin/base.js +60 -0
- package/dist/esm/pin/common.d.ts +65 -0
- package/dist/esm/pin/common.js +149 -0
- package/dist/esm/pin/configuration.d.ts +91 -0
- package/dist/esm/pin/configuration.js +40 -0
- package/dist/esm/pin/index.d.ts +13 -0
- package/dist/esm/pin/index.js +15 -0
- package/dist/esm/threeds/api.d.ts +104 -0
- package/dist/esm/threeds/api.js +136 -0
- package/dist/esm/threeds/base.d.ts +66 -0
- package/dist/esm/threeds/base.js +60 -0
- package/dist/esm/threeds/common.d.ts +65 -0
- package/dist/esm/threeds/common.js +149 -0
- package/dist/esm/threeds/configuration.d.ts +91 -0
- package/dist/esm/threeds/configuration.js +40 -0
- package/dist/esm/threeds/index.d.ts +13 -0
- package/dist/esm/threeds/index.js +15 -0
- package/dist/esm/threeds-oob/api.d.ts +241 -0
- package/dist/esm/threeds-oob/api.js +141 -0
- package/dist/esm/threeds-oob/base.d.ts +66 -0
- package/dist/esm/threeds-oob/base.js +60 -0
- package/dist/esm/threeds-oob/common.d.ts +65 -0
- package/dist/esm/threeds-oob/common.js +149 -0
- package/dist/esm/threeds-oob/configuration.d.ts +91 -0
- package/dist/esm/threeds-oob/configuration.js +40 -0
- package/dist/esm/threeds-oob/index.d.ts +13 -0
- package/dist/esm/threeds-oob/index.js +15 -0
- package/dist/esm/transaction-event/api.d.ts +1082 -0
- package/dist/esm/transaction-event/api.js +163 -0
- package/dist/esm/transaction-event/base.d.ts +66 -0
- package/dist/esm/transaction-event/base.js +60 -0
- package/dist/esm/transaction-event/common.d.ts +65 -0
- package/dist/esm/transaction-event/common.js +149 -0
- package/dist/esm/transaction-event/configuration.d.ts +91 -0
- package/dist/esm/transaction-event/configuration.js +40 -0
- package/dist/esm/transaction-event/index.d.ts +13 -0
- package/dist/esm/transaction-event/index.js +15 -0
- package/dist/esm/wallet/api.d.ts +1385 -0
- package/dist/esm/wallet/api.js +1342 -0
- package/dist/esm/wallet/base.d.ts +66 -0
- package/dist/esm/wallet/base.js +60 -0
- package/dist/esm/wallet/common.d.ts +65 -0
- package/dist/esm/wallet/common.js +149 -0
- package/dist/esm/wallet/configuration.d.ts +91 -0
- package/dist/esm/wallet/configuration.js +40 -0
- package/dist/esm/wallet/index.d.ts +13 -0
- package/dist/esm/wallet/index.js +15 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +17 -0
- package/dist/issuer-events/api.d.ts +1721 -0
- package/dist/issuer-events/api.js +947 -0
- package/dist/issuer-events/base.d.ts +66 -0
- package/dist/issuer-events/base.js +65 -0
- package/dist/issuer-events/common.d.ts +65 -0
- package/dist/issuer-events/common.js +161 -0
- package/dist/issuer-events/configuration.d.ts +91 -0
- package/dist/issuer-events/configuration.js +44 -0
- package/dist/issuer-events/index.d.ts +13 -0
- package/dist/issuer-events/index.js +31 -0
- package/dist/oauth/axios.d.ts +14 -0
- package/dist/oauth/axios.js +61 -0
- package/dist/oauth/clientCredentials.d.ts +24 -0
- package/dist/oauth/clientCredentials.js +63 -0
- package/dist/oauth/index.d.ts +3 -0
- package/dist/oauth/index.js +31 -0
- package/dist/oauth/tokenManager.d.ts +38 -0
- package/dist/oauth/tokenManager.js +81 -0
- package/dist/pin/api.d.ts +329 -0
- package/dist/pin/api.js +352 -0
- package/dist/pin/base.d.ts +66 -0
- package/dist/pin/base.js +65 -0
- package/dist/pin/common.d.ts +65 -0
- package/dist/pin/common.js +161 -0
- package/dist/pin/configuration.d.ts +91 -0
- package/dist/pin/configuration.js +44 -0
- package/dist/pin/index.d.ts +13 -0
- package/dist/pin/index.js +31 -0
- package/dist/threeds/api.d.ts +104 -0
- package/dist/threeds/api.js +143 -0
- package/dist/threeds/base.d.ts +66 -0
- package/dist/threeds/base.js +65 -0
- package/dist/threeds/common.d.ts +65 -0
- package/dist/threeds/common.js +161 -0
- package/dist/threeds/configuration.d.ts +91 -0
- package/dist/threeds/configuration.js +44 -0
- package/dist/threeds/index.d.ts +13 -0
- package/dist/threeds/index.js +31 -0
- package/dist/threeds-oob/api.d.ts +241 -0
- package/dist/threeds-oob/api.js +148 -0
- package/dist/threeds-oob/base.d.ts +66 -0
- package/dist/threeds-oob/base.js +65 -0
- package/dist/threeds-oob/common.d.ts +65 -0
- package/dist/threeds-oob/common.js +161 -0
- package/dist/threeds-oob/configuration.d.ts +91 -0
- package/dist/threeds-oob/configuration.js +44 -0
- package/dist/threeds-oob/index.d.ts +13 -0
- package/dist/threeds-oob/index.js +31 -0
- package/dist/transaction-event/api.d.ts +1082 -0
- package/dist/transaction-event/api.js +166 -0
- package/dist/transaction-event/base.d.ts +66 -0
- package/dist/transaction-event/base.js +65 -0
- package/dist/transaction-event/common.d.ts +65 -0
- package/dist/transaction-event/common.js +161 -0
- package/dist/transaction-event/configuration.d.ts +91 -0
- package/dist/transaction-event/configuration.js +44 -0
- package/dist/transaction-event/index.d.ts +13 -0
- package/dist/transaction-event/index.js +31 -0
- package/dist/wallet/api.d.ts +1385 -0
- package/dist/wallet/api.js +1377 -0
- package/dist/wallet/base.d.ts +66 -0
- package/dist/wallet/base.js +65 -0
- package/dist/wallet/common.d.ts +65 -0
- package/dist/wallet/common.js +161 -0
- package/dist/wallet/configuration.d.ts +91 -0
- package/dist/wallet/configuration.js +44 -0
- package/dist/wallet/index.d.ts +13 -0
- package/dist/wallet/index.js +31 -0
- package/package.json +25 -0
- package/src/authorisation-control/api.ts +876 -0
- package/src/authorisation-control/base.ts +86 -0
- package/src/authorisation-control/common.ts +150 -0
- package/src/authorisation-control/configuration.ts +115 -0
- package/src/authorisation-control/index.ts +18 -0
- package/src/card/api.ts +2792 -0
- package/src/card/base.ts +86 -0
- package/src/card/common.ts +150 -0
- package/src/card/configuration.ts +115 -0
- package/src/card/index.ts +18 -0
- package/src/cardholder/api.ts +2244 -0
- package/src/cardholder/base.ts +86 -0
- package/src/cardholder/common.ts +150 -0
- package/src/cardholder/configuration.ts +115 -0
- package/src/cardholder/index.ts +18 -0
- package/src/cards/api.ts +141 -0
- package/src/cards/base.ts +86 -0
- package/src/cards/common.ts +150 -0
- package/src/cards/configuration.ts +115 -0
- package/src/cards/index.ts +18 -0
- package/src/clearing-file-copy/api.ts +1309 -0
- package/src/clearing-file-copy/base.ts +86 -0
- package/src/clearing-file-copy/common.ts +150 -0
- package/src/clearing-file-copy/configuration.ts +115 -0
- package/src/clearing-file-copy/index.ts +18 -0
- package/src/index.ts +16 -0
- package/src/issuer-events/api.ts +1926 -0
- package/src/issuer-events/base.ts +86 -0
- package/src/issuer-events/common.ts +150 -0
- package/src/issuer-events/configuration.ts +115 -0
- package/src/issuer-events/index.ts +18 -0
- package/src/oauth/axios.ts +60 -0
- package/src/oauth/clientCredentials.ts +72 -0
- package/src/oauth/index.ts +24 -0
- package/src/oauth/tokenManager.ts +85 -0
- package/src/pin/api.ts +507 -0
- package/src/pin/base.ts +86 -0
- package/src/pin/common.ts +150 -0
- package/src/pin/configuration.ts +115 -0
- package/src/pin/index.ts +18 -0
- package/src/threeds/api.ts +173 -0
- package/src/threeds/base.ts +86 -0
- package/src/threeds/common.ts +150 -0
- package/src/threeds/configuration.ts +115 -0
- package/src/threeds/index.ts +18 -0
- package/src/threeds-oob/api.ts +311 -0
- package/src/threeds-oob/base.ts +86 -0
- package/src/threeds-oob/common.ts +150 -0
- package/src/threeds-oob/configuration.ts +115 -0
- package/src/threeds-oob/index.ts +18 -0
- package/src/transaction-event/api.ts +1152 -0
- package/src/transaction-event/base.ts +86 -0
- package/src/transaction-event/common.ts +150 -0
- package/src/transaction-event/configuration.ts +115 -0
- package/src/transaction-event/index.ts +18 -0
- package/src/wallet/api.ts +2083 -0
- package/src/wallet/base.ts +86 -0
- package/src/wallet/common.ts +150 -0
- package/src/wallet/configuration.ts +115 -0
- package/src/wallet/index.ts +18 -0
- package/test/authorisation-control.test.ts +71 -0
- package/test/card.test.ts +39 -0
- package/test/cardholder.test.ts +51 -0
- package/test/cards.test.ts +35 -0
- package/test/issuer-events.test.ts +55 -0
- package/test/oauth.test.ts +205 -0
- package/test/pin.test.ts +39 -0
- package/test/threeds-oob.test.ts +90 -0
- package/test/threeds.test.ts +55 -0
- package/test/wallet.test.ts +62 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +14 -0
|
@@ -0,0 +1,1721 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Issuer Events API
|
|
3
|
+
* 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.0.0
|
|
6
|
+
*
|
|
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 wallets common name for authorization decision.
|
|
128
|
+
* @export
|
|
129
|
+
* @enum {string}
|
|
130
|
+
*/
|
|
131
|
+
export declare const AuthorizationDecisionColor: {
|
|
132
|
+
readonly Green: "GREEN";
|
|
133
|
+
readonly Yellow: "YELLOW";
|
|
134
|
+
readonly Orange: "ORANGE";
|
|
135
|
+
readonly Red: "RED";
|
|
136
|
+
};
|
|
137
|
+
export type AuthorizationDecisionColor = typeof AuthorizationDecisionColor[keyof typeof AuthorizationDecisionColor];
|
|
138
|
+
/**
|
|
139
|
+
* The type of card defined by this card configuration.
|
|
140
|
+
* @export
|
|
141
|
+
* @enum {string}
|
|
142
|
+
*/
|
|
143
|
+
export declare const CardConfigurationType: {
|
|
144
|
+
readonly Debit: "DEBIT";
|
|
145
|
+
readonly Credit: "CREDIT";
|
|
146
|
+
readonly Combo: "COMBO";
|
|
147
|
+
};
|
|
148
|
+
export type CardConfigurationType = typeof CardConfigurationType[keyof typeof CardConfigurationType];
|
|
149
|
+
/**
|
|
150
|
+
* 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.
|
|
151
|
+
* @export
|
|
152
|
+
* @enum {string}
|
|
153
|
+
*/
|
|
154
|
+
export declare const CardDeliveryType: {
|
|
155
|
+
readonly Mail: "MAIL";
|
|
156
|
+
readonly Courier: "COURIER";
|
|
157
|
+
readonly Custom1: "CUSTOM_1";
|
|
158
|
+
readonly Custom2: "CUSTOM_2";
|
|
159
|
+
readonly Custom3: "CUSTOM_3";
|
|
160
|
+
readonly Custom4: "CUSTOM_4";
|
|
161
|
+
readonly Custom5: "CUSTOM_5";
|
|
162
|
+
};
|
|
163
|
+
export type CardDeliveryType = typeof CardDeliveryType[keyof typeof CardDeliveryType];
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @export
|
|
167
|
+
* @interface CardEvent
|
|
168
|
+
*/
|
|
169
|
+
export interface CardEvent {
|
|
170
|
+
/**
|
|
171
|
+
* Unique identifier of a card.
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof CardEvent
|
|
174
|
+
*/
|
|
175
|
+
'id'?: string;
|
|
176
|
+
/**
|
|
177
|
+
* The date and time when the card was created.
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof CardEvent
|
|
180
|
+
*/
|
|
181
|
+
'createdAt'?: string;
|
|
182
|
+
/**
|
|
183
|
+
* The date and time when the object/entity was updated last time.
|
|
184
|
+
* @type {string}
|
|
185
|
+
* @memberof CardEvent
|
|
186
|
+
*/
|
|
187
|
+
'updatedAt'?: string;
|
|
188
|
+
/**
|
|
189
|
+
* The program ID associated with the card.
|
|
190
|
+
* @type {string}
|
|
191
|
+
* @memberof CardEvent
|
|
192
|
+
*/
|
|
193
|
+
'programId'?: string;
|
|
194
|
+
/**
|
|
195
|
+
* Unique identifier of the cardholder associated with the card.
|
|
196
|
+
* @type {string}
|
|
197
|
+
* @memberof CardEvent
|
|
198
|
+
*/
|
|
199
|
+
'cardholderId'?: string;
|
|
200
|
+
/**
|
|
201
|
+
* Unique identifier of the account associated with the card.
|
|
202
|
+
* @type {string}
|
|
203
|
+
* @memberof CardEvent
|
|
204
|
+
*/
|
|
205
|
+
'accountId'?: string;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {Plastic}
|
|
209
|
+
* @memberof CardEvent
|
|
210
|
+
*/
|
|
211
|
+
'plastic'?: Plastic;
|
|
212
|
+
/**
|
|
213
|
+
* Card versions ordered by sequence number ascending.
|
|
214
|
+
* @type {Array<CardVersion>}
|
|
215
|
+
* @memberof CardEvent
|
|
216
|
+
*/
|
|
217
|
+
'cardVersions'?: Array<CardVersion>;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {CardRole}
|
|
221
|
+
* @memberof CardEvent
|
|
222
|
+
*/
|
|
223
|
+
'role'?: CardRole;
|
|
224
|
+
/**
|
|
225
|
+
* Unique identifier of the main card. Populated if this card is part of a card application
|
|
226
|
+
* @type {string}
|
|
227
|
+
* @memberof CardEvent
|
|
228
|
+
*/
|
|
229
|
+
'mainCardId'?: string;
|
|
230
|
+
/**
|
|
231
|
+
* A unique code to identify the card configuration. Max character limit is 36.
|
|
232
|
+
* @type {string}
|
|
233
|
+
* @memberof CardEvent
|
|
234
|
+
*/
|
|
235
|
+
'cardConfigurationCode'?: string;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {CardConfigurationType}
|
|
239
|
+
* @memberof CardEvent
|
|
240
|
+
*/
|
|
241
|
+
'cardConfigurationType'?: CardConfigurationType;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
* @type {CardScheme}
|
|
245
|
+
* @memberof CardEvent
|
|
246
|
+
*/
|
|
247
|
+
'cardScheme'?: CardScheme;
|
|
248
|
+
/**
|
|
249
|
+
* A masked version of the primary account number
|
|
250
|
+
* @type {string}
|
|
251
|
+
* @memberof CardEvent
|
|
252
|
+
*/
|
|
253
|
+
'maskedPan'?: string;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
* @type {PinStatus}
|
|
257
|
+
* @memberof CardEvent
|
|
258
|
+
*/
|
|
259
|
+
'pinStatus'?: PinStatus;
|
|
260
|
+
/**
|
|
261
|
+
*
|
|
262
|
+
* @type {CardStatus}
|
|
263
|
+
* @memberof CardEvent
|
|
264
|
+
*/
|
|
265
|
+
'cardStatus'?: CardStatus;
|
|
266
|
+
/**
|
|
267
|
+
* A flag indicating whether automatic renewal is enabled or not.
|
|
268
|
+
* @type {boolean}
|
|
269
|
+
* @memberof CardEvent
|
|
270
|
+
*/
|
|
271
|
+
'automaticRenewal'?: boolean;
|
|
272
|
+
/**
|
|
273
|
+
* The digital layout code for the card. Max character limit is 36.
|
|
274
|
+
* @type {string}
|
|
275
|
+
* @memberof CardEvent
|
|
276
|
+
*/
|
|
277
|
+
'digitalLayoutCode'?: string;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
* @type {MultiApplicationProperties}
|
|
281
|
+
* @memberof CardEvent
|
|
282
|
+
*/
|
|
283
|
+
'multiApplicationProperties'?: MultiApplicationProperties;
|
|
284
|
+
/**
|
|
285
|
+
* The version number of the entity.
|
|
286
|
+
* @type {number}
|
|
287
|
+
* @memberof CardEvent
|
|
288
|
+
*/
|
|
289
|
+
'updateCount'?: number;
|
|
290
|
+
/**
|
|
291
|
+
* 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.
|
|
292
|
+
* @type {{ [key: string]: string; }}
|
|
293
|
+
* @memberof CardEvent
|
|
294
|
+
*/
|
|
295
|
+
'additionalValues'?: {
|
|
296
|
+
[key: string]: string;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* 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.
|
|
300
|
+
* @type {string}
|
|
301
|
+
* @memberof CardEvent
|
|
302
|
+
*/
|
|
303
|
+
'feeConfigId'?: string | null;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @export
|
|
308
|
+
* @interface CardResponse
|
|
309
|
+
*/
|
|
310
|
+
export interface CardResponse {
|
|
311
|
+
/**
|
|
312
|
+
* Unique identifier of a card.
|
|
313
|
+
* @type {string}
|
|
314
|
+
* @memberof CardResponse
|
|
315
|
+
*/
|
|
316
|
+
'id'?: string;
|
|
317
|
+
/**
|
|
318
|
+
* The date and time when the card was created.
|
|
319
|
+
* @type {string}
|
|
320
|
+
* @memberof CardResponse
|
|
321
|
+
*/
|
|
322
|
+
'createdAt'?: string;
|
|
323
|
+
/**
|
|
324
|
+
* The date and time when the object/entity was updated last time.
|
|
325
|
+
* @type {string}
|
|
326
|
+
* @memberof CardResponse
|
|
327
|
+
*/
|
|
328
|
+
'updatedAt'?: string;
|
|
329
|
+
/**
|
|
330
|
+
* The program ID associated with the card.
|
|
331
|
+
* @type {string}
|
|
332
|
+
* @memberof CardResponse
|
|
333
|
+
*/
|
|
334
|
+
'programId'?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Unique identifier of the cardholder associated with the card.
|
|
337
|
+
* @type {string}
|
|
338
|
+
* @memberof CardResponse
|
|
339
|
+
*/
|
|
340
|
+
'cardholderId'?: string;
|
|
341
|
+
/**
|
|
342
|
+
* Unique identifier of the account associated with the card.
|
|
343
|
+
* @type {string}
|
|
344
|
+
* @memberof CardResponse
|
|
345
|
+
*/
|
|
346
|
+
'accountId'?: string;
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @type {Plastic}
|
|
350
|
+
* @memberof CardResponse
|
|
351
|
+
*/
|
|
352
|
+
'plastic'?: Plastic;
|
|
353
|
+
/**
|
|
354
|
+
* Card versions ordered by sequence number ascending.
|
|
355
|
+
* @type {Array<CardVersion>}
|
|
356
|
+
* @memberof CardResponse
|
|
357
|
+
*/
|
|
358
|
+
'cardVersions'?: Array<CardVersion>;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @type {CardRole}
|
|
362
|
+
* @memberof CardResponse
|
|
363
|
+
*/
|
|
364
|
+
'role'?: CardRole;
|
|
365
|
+
/**
|
|
366
|
+
* Unique identifier of the main card. Populated if this card is part of a card application
|
|
367
|
+
* @type {string}
|
|
368
|
+
* @memberof CardResponse
|
|
369
|
+
*/
|
|
370
|
+
'mainCardId'?: string;
|
|
371
|
+
/**
|
|
372
|
+
* A unique code to identify the card configuration. Max character limit is 36.
|
|
373
|
+
* @type {string}
|
|
374
|
+
* @memberof CardResponse
|
|
375
|
+
*/
|
|
376
|
+
'cardConfigurationCode'?: string;
|
|
377
|
+
/**
|
|
378
|
+
*
|
|
379
|
+
* @type {CardConfigurationType}
|
|
380
|
+
* @memberof CardResponse
|
|
381
|
+
*/
|
|
382
|
+
'cardConfigurationType'?: CardConfigurationType;
|
|
383
|
+
/**
|
|
384
|
+
*
|
|
385
|
+
* @type {CardScheme}
|
|
386
|
+
* @memberof CardResponse
|
|
387
|
+
*/
|
|
388
|
+
'cardScheme'?: CardScheme;
|
|
389
|
+
/**
|
|
390
|
+
* A masked version of the primary account number
|
|
391
|
+
* @type {string}
|
|
392
|
+
* @memberof CardResponse
|
|
393
|
+
*/
|
|
394
|
+
'maskedPan'?: string;
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @type {PinStatus}
|
|
398
|
+
* @memberof CardResponse
|
|
399
|
+
*/
|
|
400
|
+
'pinStatus'?: PinStatus;
|
|
401
|
+
/**
|
|
402
|
+
*
|
|
403
|
+
* @type {CardStatus}
|
|
404
|
+
* @memberof CardResponse
|
|
405
|
+
*/
|
|
406
|
+
'cardStatus'?: CardStatus;
|
|
407
|
+
/**
|
|
408
|
+
* A flag indicating whether automatic renewal is enabled or not.
|
|
409
|
+
* @type {boolean}
|
|
410
|
+
* @memberof CardResponse
|
|
411
|
+
*/
|
|
412
|
+
'automaticRenewal'?: boolean;
|
|
413
|
+
/**
|
|
414
|
+
* The digital layout code for the card. Max character limit is 36.
|
|
415
|
+
* @type {string}
|
|
416
|
+
* @memberof CardResponse
|
|
417
|
+
*/
|
|
418
|
+
'digitalLayoutCode'?: string;
|
|
419
|
+
/**
|
|
420
|
+
*
|
|
421
|
+
* @type {MultiApplicationProperties}
|
|
422
|
+
* @memberof CardResponse
|
|
423
|
+
*/
|
|
424
|
+
'multiApplicationProperties'?: MultiApplicationProperties;
|
|
425
|
+
/**
|
|
426
|
+
* The version number of the entity.
|
|
427
|
+
* @type {number}
|
|
428
|
+
* @memberof CardResponse
|
|
429
|
+
*/
|
|
430
|
+
'updateCount'?: number;
|
|
431
|
+
/**
|
|
432
|
+
* 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.
|
|
433
|
+
* @type {{ [key: string]: string; }}
|
|
434
|
+
* @memberof CardResponse
|
|
435
|
+
*/
|
|
436
|
+
'additionalValues'?: {
|
|
437
|
+
[key: string]: string;
|
|
438
|
+
};
|
|
439
|
+
/**
|
|
440
|
+
* 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.
|
|
441
|
+
* @type {string}
|
|
442
|
+
* @memberof CardResponse
|
|
443
|
+
*/
|
|
444
|
+
'feeConfigId'?: string | null;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* 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.
|
|
448
|
+
* @export
|
|
449
|
+
* @enum {string}
|
|
450
|
+
*/
|
|
451
|
+
export declare const CardRole: {
|
|
452
|
+
readonly MainCard: "MAIN_CARD";
|
|
453
|
+
readonly CardApplication: "CARD_APPLICATION";
|
|
454
|
+
};
|
|
455
|
+
export type CardRole = typeof CardRole[keyof typeof CardRole];
|
|
456
|
+
/**
|
|
457
|
+
*
|
|
458
|
+
* @export
|
|
459
|
+
* @enum {string}
|
|
460
|
+
*/
|
|
461
|
+
export declare const CardScheme: {
|
|
462
|
+
readonly Mastercard: "MASTERCARD";
|
|
463
|
+
readonly Visa: "VISA";
|
|
464
|
+
};
|
|
465
|
+
export type CardScheme = typeof CardScheme[keyof typeof CardScheme];
|
|
466
|
+
/**
|
|
467
|
+
* - 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.
|
|
468
|
+
* @export
|
|
469
|
+
* @enum {string}
|
|
470
|
+
*/
|
|
471
|
+
export declare const CardStatus: {
|
|
472
|
+
readonly Active: "ACTIVE";
|
|
473
|
+
readonly Blocked: "BLOCKED";
|
|
474
|
+
readonly BlockedSuspectedFraud: "BLOCKED_SUSPECTED_FRAUD";
|
|
475
|
+
readonly ClosedDueToFraud: "CLOSED_DUE_TO_FRAUD";
|
|
476
|
+
readonly ClosedLost: "CLOSED_LOST";
|
|
477
|
+
readonly ClosedStolen: "CLOSED_STOLEN";
|
|
478
|
+
readonly Closed: "CLOSED";
|
|
479
|
+
readonly ClosedExpired: "CLOSED_EXPIRED";
|
|
480
|
+
};
|
|
481
|
+
export type CardStatus = typeof CardStatus[keyof typeof CardStatus];
|
|
482
|
+
/**
|
|
483
|
+
*
|
|
484
|
+
* @export
|
|
485
|
+
* @interface CardVersion
|
|
486
|
+
*/
|
|
487
|
+
export interface CardVersion {
|
|
488
|
+
/**
|
|
489
|
+
*
|
|
490
|
+
* @type {CardVersionStatus}
|
|
491
|
+
* @memberof CardVersion
|
|
492
|
+
*/
|
|
493
|
+
'status'?: CardVersionStatus;
|
|
494
|
+
/**
|
|
495
|
+
* The expiration date-time of the card in UTC format. The time must be a value in te future.
|
|
496
|
+
* @type {string}
|
|
497
|
+
* @memberof CardVersion
|
|
498
|
+
*/
|
|
499
|
+
'expirationTime'?: string;
|
|
500
|
+
/**
|
|
501
|
+
* The date when the auto renewal occurs.
|
|
502
|
+
* @type {string}
|
|
503
|
+
* @memberof CardVersion
|
|
504
|
+
*/
|
|
505
|
+
'renewalDate'?: string;
|
|
506
|
+
/**
|
|
507
|
+
* The sequence number of the card version, this value is also known as PSN (pan sequence number)
|
|
508
|
+
* @type {number}
|
|
509
|
+
* @memberof CardVersion
|
|
510
|
+
*/
|
|
511
|
+
'sequenceNumber'?: number;
|
|
512
|
+
/**
|
|
513
|
+
* The id of the key set used by this card version
|
|
514
|
+
* @type {string}
|
|
515
|
+
* @memberof CardVersion
|
|
516
|
+
*/
|
|
517
|
+
'keySetId'?: string;
|
|
518
|
+
/**
|
|
519
|
+
* The date and time when the card was created.
|
|
520
|
+
* @type {string}
|
|
521
|
+
* @memberof CardVersion
|
|
522
|
+
*/
|
|
523
|
+
'createdAt'?: string;
|
|
524
|
+
/**
|
|
525
|
+
* The date and time when the object/entity was updated last time.
|
|
526
|
+
* @type {string}
|
|
527
|
+
* @memberof CardVersion
|
|
528
|
+
*/
|
|
529
|
+
'updatedAt'?: string;
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
* - 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.
|
|
533
|
+
* @export
|
|
534
|
+
* @enum {string}
|
|
535
|
+
*/
|
|
536
|
+
export declare const CardVersionStatus: {
|
|
537
|
+
readonly Active: "ACTIVE";
|
|
538
|
+
readonly Initial: "INITIAL";
|
|
539
|
+
readonly Closed: "CLOSED";
|
|
540
|
+
};
|
|
541
|
+
export type CardVersionStatus = typeof CardVersionStatus[keyof typeof CardVersionStatus];
|
|
542
|
+
/**
|
|
543
|
+
*
|
|
544
|
+
* @export
|
|
545
|
+
* @interface CardholderEvent
|
|
546
|
+
*/
|
|
547
|
+
export interface CardholderEvent {
|
|
548
|
+
/**
|
|
549
|
+
* Enfuce generated unique identifier of the cardholder.
|
|
550
|
+
* @type {string}
|
|
551
|
+
* @memberof CardholderEvent
|
|
552
|
+
*/
|
|
553
|
+
'id': string;
|
|
554
|
+
/**
|
|
555
|
+
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
556
|
+
* @type {string}
|
|
557
|
+
* @memberof CardholderEvent
|
|
558
|
+
*/
|
|
559
|
+
'customerNumber': string;
|
|
560
|
+
/**
|
|
561
|
+
*
|
|
562
|
+
* @type {Locale}
|
|
563
|
+
* @memberof CardholderEvent
|
|
564
|
+
*/
|
|
565
|
+
'locale': Locale;
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
* @type {AddressResponse}
|
|
569
|
+
* @memberof CardholderEvent
|
|
570
|
+
*/
|
|
571
|
+
'address'?: AddressResponse;
|
|
572
|
+
/**
|
|
573
|
+
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
574
|
+
* @type {string}
|
|
575
|
+
* @memberof CardholderEvent
|
|
576
|
+
*/
|
|
577
|
+
'mobileNumber'?: string | null;
|
|
578
|
+
/**
|
|
579
|
+
* First name of the cardholder. Max character limit is 256.
|
|
580
|
+
* @type {string}
|
|
581
|
+
* @memberof CardholderEvent
|
|
582
|
+
*/
|
|
583
|
+
'firstName'?: string;
|
|
584
|
+
/**
|
|
585
|
+
* Middle name of the cardholder. Max character limit is 256.
|
|
586
|
+
* @type {string}
|
|
587
|
+
* @memberof CardholderEvent
|
|
588
|
+
*/
|
|
589
|
+
'middleName'?: string | null;
|
|
590
|
+
/**
|
|
591
|
+
* Last name of the cardholder. Max character limit is 256.
|
|
592
|
+
* @type {string}
|
|
593
|
+
* @memberof CardholderEvent
|
|
594
|
+
*/
|
|
595
|
+
'lastName'?: string;
|
|
596
|
+
/**
|
|
597
|
+
* The date and time when the card was created.
|
|
598
|
+
* @type {string}
|
|
599
|
+
* @memberof CardholderEvent
|
|
600
|
+
*/
|
|
601
|
+
'createdAt'?: string;
|
|
602
|
+
/**
|
|
603
|
+
* The date and time when the object/entity was updated last time.
|
|
604
|
+
* @type {string}
|
|
605
|
+
* @memberof CardholderEvent
|
|
606
|
+
*/
|
|
607
|
+
'updatedAt'?: string | null;
|
|
608
|
+
/**
|
|
609
|
+
* The version number of the entity.
|
|
610
|
+
* @type {number}
|
|
611
|
+
* @memberof CardholderEvent
|
|
612
|
+
*/
|
|
613
|
+
'updateCount'?: number;
|
|
614
|
+
/**
|
|
615
|
+
* Email address of the cardholder. Max character limit is 256.
|
|
616
|
+
* @type {string}
|
|
617
|
+
* @memberof CardholderEvent
|
|
618
|
+
*/
|
|
619
|
+
'email'?: string | null;
|
|
620
|
+
/**
|
|
621
|
+
* 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.
|
|
622
|
+
* @type {string}
|
|
623
|
+
* @memberof CardholderEvent
|
|
624
|
+
*/
|
|
625
|
+
'taxId'?: string | null;
|
|
626
|
+
/**
|
|
627
|
+
* 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.
|
|
628
|
+
* @type {string}
|
|
629
|
+
* @memberof CardholderEvent
|
|
630
|
+
*/
|
|
631
|
+
'dateOfBirth'?: string | null;
|
|
632
|
+
/**
|
|
633
|
+
* 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.
|
|
634
|
+
* @type {Array<NationalityInner>}
|
|
635
|
+
* @memberof CardholderEvent
|
|
636
|
+
*/
|
|
637
|
+
'nationality'?: Array<NationalityInner> | null;
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
* @type {RiskScore}
|
|
641
|
+
* @memberof CardholderEvent
|
|
642
|
+
*/
|
|
643
|
+
'riskScore'?: RiskScore | null;
|
|
644
|
+
/**
|
|
645
|
+
* 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.
|
|
646
|
+
* @type {CountryCodesAlpha3}
|
|
647
|
+
* @memberof CardholderEvent
|
|
648
|
+
*/
|
|
649
|
+
'birthCountry'?: CountryCodesAlpha3 | null;
|
|
650
|
+
/**
|
|
651
|
+
* 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.
|
|
652
|
+
* @type {string}
|
|
653
|
+
* @memberof CardholderEvent
|
|
654
|
+
*/
|
|
655
|
+
'identificationNumber'?: string | null;
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
*
|
|
659
|
+
* @export
|
|
660
|
+
* @interface CardholderResponse
|
|
661
|
+
*/
|
|
662
|
+
export interface CardholderResponse {
|
|
663
|
+
/**
|
|
664
|
+
* Enfuce generated unique identifier of the cardholder.
|
|
665
|
+
* @type {string}
|
|
666
|
+
* @memberof CardholderResponse
|
|
667
|
+
*/
|
|
668
|
+
'id': string;
|
|
669
|
+
/**
|
|
670
|
+
* External unique identifier of the cardholder, set by the issuer. Can contain both letters and numbers. Max character limit is 36.
|
|
671
|
+
* @type {string}
|
|
672
|
+
* @memberof CardholderResponse
|
|
673
|
+
*/
|
|
674
|
+
'customerNumber': string;
|
|
675
|
+
/**
|
|
676
|
+
*
|
|
677
|
+
* @type {Locale}
|
|
678
|
+
* @memberof CardholderResponse
|
|
679
|
+
*/
|
|
680
|
+
'locale': Locale;
|
|
681
|
+
/**
|
|
682
|
+
*
|
|
683
|
+
* @type {AddressResponse}
|
|
684
|
+
* @memberof CardholderResponse
|
|
685
|
+
*/
|
|
686
|
+
'address'?: AddressResponse;
|
|
687
|
+
/**
|
|
688
|
+
* Mobile number of the cardholder — it must be a full number, including the country code and starting with +.
|
|
689
|
+
* @type {string}
|
|
690
|
+
* @memberof CardholderResponse
|
|
691
|
+
*/
|
|
692
|
+
'mobileNumber'?: string | null;
|
|
693
|
+
/**
|
|
694
|
+
* First name of the cardholder. Max character limit is 256.
|
|
695
|
+
* @type {string}
|
|
696
|
+
* @memberof CardholderResponse
|
|
697
|
+
*/
|
|
698
|
+
'firstName'?: string;
|
|
699
|
+
/**
|
|
700
|
+
* Middle name of the cardholder. Max character limit is 256.
|
|
701
|
+
* @type {string}
|
|
702
|
+
* @memberof CardholderResponse
|
|
703
|
+
*/
|
|
704
|
+
'middleName'?: string | null;
|
|
705
|
+
/**
|
|
706
|
+
* Last name of the cardholder. Max character limit is 256.
|
|
707
|
+
* @type {string}
|
|
708
|
+
* @memberof CardholderResponse
|
|
709
|
+
*/
|
|
710
|
+
'lastName'?: string;
|
|
711
|
+
/**
|
|
712
|
+
* The date and time when the card was created.
|
|
713
|
+
* @type {string}
|
|
714
|
+
* @memberof CardholderResponse
|
|
715
|
+
*/
|
|
716
|
+
'createdAt'?: string;
|
|
717
|
+
/**
|
|
718
|
+
* The date and time when the object/entity was updated last time.
|
|
719
|
+
* @type {string}
|
|
720
|
+
* @memberof CardholderResponse
|
|
721
|
+
*/
|
|
722
|
+
'updatedAt'?: string | null;
|
|
723
|
+
/**
|
|
724
|
+
* The version number of the entity.
|
|
725
|
+
* @type {number}
|
|
726
|
+
* @memberof CardholderResponse
|
|
727
|
+
*/
|
|
728
|
+
'updateCount'?: number;
|
|
729
|
+
/**
|
|
730
|
+
* Email address of the cardholder. Max character limit is 256.
|
|
731
|
+
* @type {string}
|
|
732
|
+
* @memberof CardholderResponse
|
|
733
|
+
*/
|
|
734
|
+
'email'?: string | null;
|
|
735
|
+
/**
|
|
736
|
+
* 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.
|
|
737
|
+
* @type {string}
|
|
738
|
+
* @memberof CardholderResponse
|
|
739
|
+
*/
|
|
740
|
+
'taxId'?: string | null;
|
|
741
|
+
/**
|
|
742
|
+
* 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.
|
|
743
|
+
* @type {string}
|
|
744
|
+
* @memberof CardholderResponse
|
|
745
|
+
*/
|
|
746
|
+
'dateOfBirth'?: string | null;
|
|
747
|
+
/**
|
|
748
|
+
* 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.
|
|
749
|
+
* @type {Array<NationalityInner>}
|
|
750
|
+
* @memberof CardholderResponse
|
|
751
|
+
*/
|
|
752
|
+
'nationality'?: Array<NationalityInner> | null;
|
|
753
|
+
/**
|
|
754
|
+
*
|
|
755
|
+
* @type {RiskScore}
|
|
756
|
+
* @memberof CardholderResponse
|
|
757
|
+
*/
|
|
758
|
+
'riskScore'?: RiskScore | null;
|
|
759
|
+
/**
|
|
760
|
+
* 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.
|
|
761
|
+
* @type {CountryCodesAlpha3}
|
|
762
|
+
* @memberof CardholderResponse
|
|
763
|
+
*/
|
|
764
|
+
'birthCountry'?: CountryCodesAlpha3 | null;
|
|
765
|
+
/**
|
|
766
|
+
* 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.
|
|
767
|
+
* @type {string}
|
|
768
|
+
* @memberof CardholderResponse
|
|
769
|
+
*/
|
|
770
|
+
'identificationNumber'?: string | null;
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
* ISO 3166-1 alpha-3 country codes. XKX is used for the Kosovo.
|
|
774
|
+
* @export
|
|
775
|
+
* @enum {string}
|
|
776
|
+
*/
|
|
777
|
+
export declare const CountryCodesAlpha3: {
|
|
778
|
+
readonly Abw: "ABW";
|
|
779
|
+
readonly Afg: "AFG";
|
|
780
|
+
readonly Ago: "AGO";
|
|
781
|
+
readonly Aia: "AIA";
|
|
782
|
+
readonly Ala: "ALA";
|
|
783
|
+
readonly Alb: "ALB";
|
|
784
|
+
readonly And: "AND";
|
|
785
|
+
readonly Are: "ARE";
|
|
786
|
+
readonly Arg: "ARG";
|
|
787
|
+
readonly Arm: "ARM";
|
|
788
|
+
readonly Asm: "ASM";
|
|
789
|
+
readonly Ata: "ATA";
|
|
790
|
+
readonly Atf: "ATF";
|
|
791
|
+
readonly Atg: "ATG";
|
|
792
|
+
readonly Aus: "AUS";
|
|
793
|
+
readonly Aut: "AUT";
|
|
794
|
+
readonly Aze: "AZE";
|
|
795
|
+
readonly Bdi: "BDI";
|
|
796
|
+
readonly Bel: "BEL";
|
|
797
|
+
readonly Ben: "BEN";
|
|
798
|
+
readonly Bes: "BES";
|
|
799
|
+
readonly Bfa: "BFA";
|
|
800
|
+
readonly Bgd: "BGD";
|
|
801
|
+
readonly Bgr: "BGR";
|
|
802
|
+
readonly Bhr: "BHR";
|
|
803
|
+
readonly Bhs: "BHS";
|
|
804
|
+
readonly Bih: "BIH";
|
|
805
|
+
readonly Blm: "BLM";
|
|
806
|
+
readonly Blr: "BLR";
|
|
807
|
+
readonly Blz: "BLZ";
|
|
808
|
+
readonly Bmu: "BMU";
|
|
809
|
+
readonly Bol: "BOL";
|
|
810
|
+
readonly Bra: "BRA";
|
|
811
|
+
readonly Brb: "BRB";
|
|
812
|
+
readonly Brn: "BRN";
|
|
813
|
+
readonly Btn: "BTN";
|
|
814
|
+
readonly Bvt: "BVT";
|
|
815
|
+
readonly Bwa: "BWA";
|
|
816
|
+
readonly Caf: "CAF";
|
|
817
|
+
readonly Can: "CAN";
|
|
818
|
+
readonly Cck: "CCK";
|
|
819
|
+
readonly Che: "CHE";
|
|
820
|
+
readonly Chl: "CHL";
|
|
821
|
+
readonly Chn: "CHN";
|
|
822
|
+
readonly Civ: "CIV";
|
|
823
|
+
readonly Cmr: "CMR";
|
|
824
|
+
readonly Cod: "COD";
|
|
825
|
+
readonly Cog: "COG";
|
|
826
|
+
readonly Cok: "COK";
|
|
827
|
+
readonly Col: "COL";
|
|
828
|
+
readonly Com: "COM";
|
|
829
|
+
readonly Cpv: "CPV";
|
|
830
|
+
readonly Cri: "CRI";
|
|
831
|
+
readonly Cub: "CUB";
|
|
832
|
+
readonly Cuw: "CUW";
|
|
833
|
+
readonly Cxr: "CXR";
|
|
834
|
+
readonly Cym: "CYM";
|
|
835
|
+
readonly Cyp: "CYP";
|
|
836
|
+
readonly Cze: "CZE";
|
|
837
|
+
readonly Deu: "DEU";
|
|
838
|
+
readonly Dji: "DJI";
|
|
839
|
+
readonly Dma: "DMA";
|
|
840
|
+
readonly Dnk: "DNK";
|
|
841
|
+
readonly Dom: "DOM";
|
|
842
|
+
readonly Dza: "DZA";
|
|
843
|
+
readonly Ecu: "ECU";
|
|
844
|
+
readonly Egy: "EGY";
|
|
845
|
+
readonly Eri: "ERI";
|
|
846
|
+
readonly Esh: "ESH";
|
|
847
|
+
readonly Esp: "ESP";
|
|
848
|
+
readonly Est: "EST";
|
|
849
|
+
readonly Eth: "ETH";
|
|
850
|
+
readonly Fin: "FIN";
|
|
851
|
+
readonly Fji: "FJI";
|
|
852
|
+
readonly Flk: "FLK";
|
|
853
|
+
readonly Fra: "FRA";
|
|
854
|
+
readonly Fro: "FRO";
|
|
855
|
+
readonly Fsm: "FSM";
|
|
856
|
+
readonly Gab: "GAB";
|
|
857
|
+
readonly Gbr: "GBR";
|
|
858
|
+
readonly Geo: "GEO";
|
|
859
|
+
readonly Ggy: "GGY";
|
|
860
|
+
readonly Gha: "GHA";
|
|
861
|
+
readonly Gib: "GIB";
|
|
862
|
+
readonly Gin: "GIN";
|
|
863
|
+
readonly Glp: "GLP";
|
|
864
|
+
readonly Gmb: "GMB";
|
|
865
|
+
readonly Gnb: "GNB";
|
|
866
|
+
readonly Gnq: "GNQ";
|
|
867
|
+
readonly Grc: "GRC";
|
|
868
|
+
readonly Grd: "GRD";
|
|
869
|
+
readonly Grl: "GRL";
|
|
870
|
+
readonly Gtm: "GTM";
|
|
871
|
+
readonly Guf: "GUF";
|
|
872
|
+
readonly Gum: "GUM";
|
|
873
|
+
readonly Guy: "GUY";
|
|
874
|
+
readonly Hkg: "HKG";
|
|
875
|
+
readonly Hmd: "HMD";
|
|
876
|
+
readonly Hnd: "HND";
|
|
877
|
+
readonly Hrv: "HRV";
|
|
878
|
+
readonly Hti: "HTI";
|
|
879
|
+
readonly Hun: "HUN";
|
|
880
|
+
readonly Idn: "IDN";
|
|
881
|
+
readonly Imn: "IMN";
|
|
882
|
+
readonly Ind: "IND";
|
|
883
|
+
readonly Iot: "IOT";
|
|
884
|
+
readonly Irl: "IRL";
|
|
885
|
+
readonly Irn: "IRN";
|
|
886
|
+
readonly Irq: "IRQ";
|
|
887
|
+
readonly Isl: "ISL";
|
|
888
|
+
readonly Isr: "ISR";
|
|
889
|
+
readonly Ita: "ITA";
|
|
890
|
+
readonly Jam: "JAM";
|
|
891
|
+
readonly Jey: "JEY";
|
|
892
|
+
readonly Jor: "JOR";
|
|
893
|
+
readonly Jpn: "JPN";
|
|
894
|
+
readonly Kaz: "KAZ";
|
|
895
|
+
readonly Ken: "KEN";
|
|
896
|
+
readonly Kgz: "KGZ";
|
|
897
|
+
readonly Khm: "KHM";
|
|
898
|
+
readonly Kir: "KIR";
|
|
899
|
+
readonly Kna: "KNA";
|
|
900
|
+
readonly Kor: "KOR";
|
|
901
|
+
readonly Kwt: "KWT";
|
|
902
|
+
readonly Lao: "LAO";
|
|
903
|
+
readonly Lbn: "LBN";
|
|
904
|
+
readonly Lbr: "LBR";
|
|
905
|
+
readonly Lby: "LBY";
|
|
906
|
+
readonly Lca: "LCA";
|
|
907
|
+
readonly Lie: "LIE";
|
|
908
|
+
readonly Lka: "LKA";
|
|
909
|
+
readonly Lso: "LSO";
|
|
910
|
+
readonly Ltu: "LTU";
|
|
911
|
+
readonly Lux: "LUX";
|
|
912
|
+
readonly Lva: "LVA";
|
|
913
|
+
readonly Mac: "MAC";
|
|
914
|
+
readonly Maf: "MAF";
|
|
915
|
+
readonly Mar: "MAR";
|
|
916
|
+
readonly Mco: "MCO";
|
|
917
|
+
readonly Mda: "MDA";
|
|
918
|
+
readonly Mdg: "MDG";
|
|
919
|
+
readonly Mdv: "MDV";
|
|
920
|
+
readonly Mex: "MEX";
|
|
921
|
+
readonly Mhl: "MHL";
|
|
922
|
+
readonly Mkd: "MKD";
|
|
923
|
+
readonly Mli: "MLI";
|
|
924
|
+
readonly Mlt: "MLT";
|
|
925
|
+
readonly Mmr: "MMR";
|
|
926
|
+
readonly Mne: "MNE";
|
|
927
|
+
readonly Mng: "MNG";
|
|
928
|
+
readonly Mnp: "MNP";
|
|
929
|
+
readonly Moz: "MOZ";
|
|
930
|
+
readonly Mrt: "MRT";
|
|
931
|
+
readonly Msr: "MSR";
|
|
932
|
+
readonly Mtq: "MTQ";
|
|
933
|
+
readonly Mus: "MUS";
|
|
934
|
+
readonly Mwi: "MWI";
|
|
935
|
+
readonly Mys: "MYS";
|
|
936
|
+
readonly Myt: "MYT";
|
|
937
|
+
readonly Nam: "NAM";
|
|
938
|
+
readonly Ncl: "NCL";
|
|
939
|
+
readonly Ner: "NER";
|
|
940
|
+
readonly Nfk: "NFK";
|
|
941
|
+
readonly Nga: "NGA";
|
|
942
|
+
readonly Nic: "NIC";
|
|
943
|
+
readonly Niu: "NIU";
|
|
944
|
+
readonly Nld: "NLD";
|
|
945
|
+
readonly Nor: "NOR";
|
|
946
|
+
readonly Npl: "NPL";
|
|
947
|
+
readonly Nru: "NRU";
|
|
948
|
+
readonly Nzl: "NZL";
|
|
949
|
+
readonly Omn: "OMN";
|
|
950
|
+
readonly Pak: "PAK";
|
|
951
|
+
readonly Pan: "PAN";
|
|
952
|
+
readonly Pcn: "PCN";
|
|
953
|
+
readonly Per: "PER";
|
|
954
|
+
readonly Phl: "PHL";
|
|
955
|
+
readonly Plw: "PLW";
|
|
956
|
+
readonly Png: "PNG";
|
|
957
|
+
readonly Pol: "POL";
|
|
958
|
+
readonly Pri: "PRI";
|
|
959
|
+
readonly Prk: "PRK";
|
|
960
|
+
readonly Prt: "PRT";
|
|
961
|
+
readonly Pry: "PRY";
|
|
962
|
+
readonly Pse: "PSE";
|
|
963
|
+
readonly Pyf: "PYF";
|
|
964
|
+
readonly Qat: "QAT";
|
|
965
|
+
readonly Reu: "REU";
|
|
966
|
+
readonly Rou: "ROU";
|
|
967
|
+
readonly Rus: "RUS";
|
|
968
|
+
readonly Rwa: "RWA";
|
|
969
|
+
readonly Sau: "SAU";
|
|
970
|
+
readonly Sdn: "SDN";
|
|
971
|
+
readonly Sen: "SEN";
|
|
972
|
+
readonly Sgp: "SGP";
|
|
973
|
+
readonly Sgs: "SGS";
|
|
974
|
+
readonly Shn: "SHN";
|
|
975
|
+
readonly Sjm: "SJM";
|
|
976
|
+
readonly Slb: "SLB";
|
|
977
|
+
readonly Sle: "SLE";
|
|
978
|
+
readonly Slv: "SLV";
|
|
979
|
+
readonly Smr: "SMR";
|
|
980
|
+
readonly Som: "SOM";
|
|
981
|
+
readonly Spm: "SPM";
|
|
982
|
+
readonly Srb: "SRB";
|
|
983
|
+
readonly Ssd: "SSD";
|
|
984
|
+
readonly Stp: "STP";
|
|
985
|
+
readonly Sur: "SUR";
|
|
986
|
+
readonly Svk: "SVK";
|
|
987
|
+
readonly Svn: "SVN";
|
|
988
|
+
readonly Swe: "SWE";
|
|
989
|
+
readonly Swz: "SWZ";
|
|
990
|
+
readonly Sxm: "SXM";
|
|
991
|
+
readonly Syc: "SYC";
|
|
992
|
+
readonly Syr: "SYR";
|
|
993
|
+
readonly Tca: "TCA";
|
|
994
|
+
readonly Tcd: "TCD";
|
|
995
|
+
readonly Tgo: "TGO";
|
|
996
|
+
readonly Tha: "THA";
|
|
997
|
+
readonly Tjk: "TJK";
|
|
998
|
+
readonly Tkl: "TKL";
|
|
999
|
+
readonly Tkm: "TKM";
|
|
1000
|
+
readonly Tls: "TLS";
|
|
1001
|
+
readonly Ton: "TON";
|
|
1002
|
+
readonly Tto: "TTO";
|
|
1003
|
+
readonly Tun: "TUN";
|
|
1004
|
+
readonly Tur: "TUR";
|
|
1005
|
+
readonly Tuv: "TUV";
|
|
1006
|
+
readonly Twn: "TWN";
|
|
1007
|
+
readonly Tza: "TZA";
|
|
1008
|
+
readonly Uga: "UGA";
|
|
1009
|
+
readonly Ukr: "UKR";
|
|
1010
|
+
readonly Umi: "UMI";
|
|
1011
|
+
readonly Ury: "URY";
|
|
1012
|
+
readonly Usa: "USA";
|
|
1013
|
+
readonly Uzb: "UZB";
|
|
1014
|
+
readonly Vat: "VAT";
|
|
1015
|
+
readonly Vct: "VCT";
|
|
1016
|
+
readonly Ven: "VEN";
|
|
1017
|
+
readonly Vgb: "VGB";
|
|
1018
|
+
readonly Vir: "VIR";
|
|
1019
|
+
readonly Vnm: "VNM";
|
|
1020
|
+
readonly Vut: "VUT";
|
|
1021
|
+
readonly Wlf: "WLF";
|
|
1022
|
+
readonly Wsm: "WSM";
|
|
1023
|
+
readonly Yem: "YEM";
|
|
1024
|
+
readonly Zaf: "ZAF";
|
|
1025
|
+
readonly Zmb: "ZMB";
|
|
1026
|
+
readonly Zwe: "ZWE";
|
|
1027
|
+
readonly Xkx: "XKX";
|
|
1028
|
+
};
|
|
1029
|
+
export type CountryCodesAlpha3 = typeof CountryCodesAlpha3[keyof typeof CountryCodesAlpha3];
|
|
1030
|
+
/**
|
|
1031
|
+
* Device information.
|
|
1032
|
+
* @export
|
|
1033
|
+
* @interface DeviceInfo
|
|
1034
|
+
*/
|
|
1035
|
+
export interface DeviceInfo {
|
|
1036
|
+
/**
|
|
1037
|
+
* User-defined name of the device provided by the wallet or operating system.
|
|
1038
|
+
* @type {string}
|
|
1039
|
+
* @memberof DeviceInfo
|
|
1040
|
+
*/
|
|
1041
|
+
'deviceName'?: string;
|
|
1042
|
+
/**
|
|
1043
|
+
* Indicates the type of device on which the token is provisioned. Typical values include PHONE, WATCH, TABLET, or WEARABLE.
|
|
1044
|
+
* @type {string}
|
|
1045
|
+
* @memberof DeviceInfo
|
|
1046
|
+
*/
|
|
1047
|
+
'deviceType'?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Operating system running on the device. Typical values include IOS, ANDROID, or WATCHOS.
|
|
1050
|
+
* @type {string}
|
|
1051
|
+
* @memberof DeviceInfo
|
|
1052
|
+
*/
|
|
1053
|
+
'operatingSystem'?: string;
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* 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.
|
|
1057
|
+
* @export
|
|
1058
|
+
* @enum {string}
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const Locale: {
|
|
1061
|
+
readonly AfZa: "af-ZA";
|
|
1062
|
+
readonly ArAe: "ar-AE";
|
|
1063
|
+
readonly ArBh: "ar-BH";
|
|
1064
|
+
readonly ArDz: "ar-DZ";
|
|
1065
|
+
readonly ArEg: "ar-EG";
|
|
1066
|
+
readonly ArIq: "ar-IQ";
|
|
1067
|
+
readonly ArJo: "ar-JO";
|
|
1068
|
+
readonly ArKw: "ar-KW";
|
|
1069
|
+
readonly ArLb: "ar-LB";
|
|
1070
|
+
readonly ArLy: "ar-LY";
|
|
1071
|
+
readonly ArMa: "ar-MA";
|
|
1072
|
+
readonly ArOm: "ar-OM";
|
|
1073
|
+
readonly ArQa: "ar-QA";
|
|
1074
|
+
readonly ArSa: "ar-SA";
|
|
1075
|
+
readonly ArSy: "ar-SY";
|
|
1076
|
+
readonly ArTn: "ar-TN";
|
|
1077
|
+
readonly ArYe: "ar-YE";
|
|
1078
|
+
readonly AzAz: "az-AZ";
|
|
1079
|
+
readonly BeBy: "be-BY";
|
|
1080
|
+
readonly BgBg: "bg-BG";
|
|
1081
|
+
readonly BnIn: "bn-IN";
|
|
1082
|
+
readonly BsBa: "bs-BA";
|
|
1083
|
+
readonly CaEs: "ca-ES";
|
|
1084
|
+
readonly CsCz: "cs-CZ";
|
|
1085
|
+
readonly CyGb: "cy-GB";
|
|
1086
|
+
readonly DaDk: "da-DK";
|
|
1087
|
+
readonly DeAt: "de-AT";
|
|
1088
|
+
readonly DeCh: "de-CH";
|
|
1089
|
+
readonly DeDe: "de-DE";
|
|
1090
|
+
readonly DeLi: "de-LI";
|
|
1091
|
+
readonly DeNl: "de-NL";
|
|
1092
|
+
readonly ElGr: "el-GR";
|
|
1093
|
+
readonly EnAu: "en-AU";
|
|
1094
|
+
readonly EnBz: "en-BZ";
|
|
1095
|
+
readonly EnCa: "en-CA";
|
|
1096
|
+
readonly EnGb: "en-GB";
|
|
1097
|
+
readonly EnIe: "en-IE";
|
|
1098
|
+
readonly EnJm: "en-JM";
|
|
1099
|
+
readonly EnMt: "en-MT";
|
|
1100
|
+
readonly EnNz: "en-NZ";
|
|
1101
|
+
readonly EnPh: "en-PH";
|
|
1102
|
+
readonly EnTt: "en-TT";
|
|
1103
|
+
readonly EnUs: "en-US";
|
|
1104
|
+
readonly EnVi: "en-VI";
|
|
1105
|
+
readonly EnZa: "en-ZA";
|
|
1106
|
+
readonly EnZw: "en-ZW";
|
|
1107
|
+
readonly EsAr: "es-AR";
|
|
1108
|
+
readonly EsBo: "es-BO";
|
|
1109
|
+
readonly EsCl: "es-CL";
|
|
1110
|
+
readonly EsCo: "es-CO";
|
|
1111
|
+
readonly EsCr: "es-CR";
|
|
1112
|
+
readonly EsDo: "es-DO";
|
|
1113
|
+
readonly EsEc: "es-EC";
|
|
1114
|
+
readonly EsEs: "es-ES";
|
|
1115
|
+
readonly EsGt: "es-GT";
|
|
1116
|
+
readonly EsHn: "es-HN";
|
|
1117
|
+
readonly EsMx: "es-MX";
|
|
1118
|
+
readonly EsNi: "es-NI";
|
|
1119
|
+
readonly EsPa: "es-PA";
|
|
1120
|
+
readonly EsPe: "es-PE";
|
|
1121
|
+
readonly EsPr: "es-PR";
|
|
1122
|
+
readonly EsPy: "es-PY";
|
|
1123
|
+
readonly EsSv: "es-SV";
|
|
1124
|
+
readonly EsUy: "es-UY";
|
|
1125
|
+
readonly EsVe: "es-VE";
|
|
1126
|
+
readonly EtEe: "et-EE";
|
|
1127
|
+
readonly EuEs: "eu-ES";
|
|
1128
|
+
readonly FaIr: "fa-IR";
|
|
1129
|
+
readonly FiFi: "fi-FI";
|
|
1130
|
+
readonly FoFo: "fo-FO";
|
|
1131
|
+
readonly FrBe: "fr-BE";
|
|
1132
|
+
readonly FrCa: "fr-CA";
|
|
1133
|
+
readonly FrCh: "fr-CH";
|
|
1134
|
+
readonly FrFr: "fr-FR";
|
|
1135
|
+
readonly FrMc: "fr-MC";
|
|
1136
|
+
readonly FrNl: "fr-NL";
|
|
1137
|
+
readonly GaIe: "ga-IE";
|
|
1138
|
+
readonly GlEs: "gl-ES";
|
|
1139
|
+
readonly GuIn: "gu-IN";
|
|
1140
|
+
readonly HeIl: "he-IL";
|
|
1141
|
+
readonly HiIn: "hi-IN";
|
|
1142
|
+
readonly HrHr: "hr-HR";
|
|
1143
|
+
readonly HuHu: "hu-HU";
|
|
1144
|
+
readonly HyAm: "hy-AM";
|
|
1145
|
+
readonly IdId: "id-ID";
|
|
1146
|
+
readonly IsIs: "is-IS";
|
|
1147
|
+
readonly ItCh: "it-CH";
|
|
1148
|
+
readonly ItIt: "it-IT";
|
|
1149
|
+
readonly JaJp: "ja-JP";
|
|
1150
|
+
readonly KaGe: "ka-GE";
|
|
1151
|
+
readonly KkKz: "kk-KZ";
|
|
1152
|
+
readonly KlGl: "kl-GL";
|
|
1153
|
+
readonly KnIn: "kn-IN";
|
|
1154
|
+
readonly KoKr: "ko-KR";
|
|
1155
|
+
readonly KokIn: "kok-IN";
|
|
1156
|
+
readonly LtLt: "lt-LT";
|
|
1157
|
+
readonly LvLv: "lv-LV";
|
|
1158
|
+
readonly MkMk: "mk-MK";
|
|
1159
|
+
readonly MlIn: "ml-IN";
|
|
1160
|
+
readonly MnMn: "mn-MN";
|
|
1161
|
+
readonly MrIn: "mr-IN";
|
|
1162
|
+
readonly MsBn: "ms-BN";
|
|
1163
|
+
readonly MsMy: "ms-MY";
|
|
1164
|
+
readonly MtMt: "mt-MT";
|
|
1165
|
+
readonly NbNo: "nb-NO";
|
|
1166
|
+
readonly NlBe: "nl-BE";
|
|
1167
|
+
readonly NlNl: "nl-NL";
|
|
1168
|
+
readonly NnNo: "nn-NO";
|
|
1169
|
+
readonly NoNo: "no-NO";
|
|
1170
|
+
readonly PaIn: "pa-IN";
|
|
1171
|
+
readonly PlPl: "pl-PL";
|
|
1172
|
+
readonly PtBr: "pt-BR";
|
|
1173
|
+
readonly PtPt: "pt-PT";
|
|
1174
|
+
readonly RoRo: "ro-RO";
|
|
1175
|
+
readonly RuRu: "ru-RU";
|
|
1176
|
+
readonly SeNo: "se-NO";
|
|
1177
|
+
readonly SkSk: "sk-SK";
|
|
1178
|
+
readonly SlSi: "sl-SI";
|
|
1179
|
+
readonly SqAl: "sq-AL";
|
|
1180
|
+
readonly SrBa: "sr-BA";
|
|
1181
|
+
readonly SrCs: "sr-CS";
|
|
1182
|
+
readonly SvFi: "sv-FI";
|
|
1183
|
+
readonly SvSe: "sv-SE";
|
|
1184
|
+
readonly SwKe: "sw-KE";
|
|
1185
|
+
readonly SyrSy: "syr-SY";
|
|
1186
|
+
readonly TaIn: "ta-IN";
|
|
1187
|
+
readonly TeIn: "te-IN";
|
|
1188
|
+
readonly ThTh: "th-TH";
|
|
1189
|
+
readonly TnZa: "tn-ZA";
|
|
1190
|
+
readonly TrTr: "tr-TR";
|
|
1191
|
+
readonly UkUa: "uk-UA";
|
|
1192
|
+
readonly UzUz: "uz-UZ";
|
|
1193
|
+
readonly ViVn: "vi-VN";
|
|
1194
|
+
readonly XhZa: "xh-ZA";
|
|
1195
|
+
readonly ZhCn: "zh-CN";
|
|
1196
|
+
readonly ZhHk: "zh-HK";
|
|
1197
|
+
readonly ZhMo: "zh-MO";
|
|
1198
|
+
readonly ZhSg: "zh-SG";
|
|
1199
|
+
readonly ZhTw: "zh-TW";
|
|
1200
|
+
readonly ZuZa: "zu-ZA";
|
|
1201
|
+
readonly AfZa2: "af_ZA";
|
|
1202
|
+
readonly ArAe2: "ar_AE";
|
|
1203
|
+
readonly ArBh2: "ar_BH";
|
|
1204
|
+
readonly ArDz2: "ar_DZ";
|
|
1205
|
+
readonly ArEg2: "ar_EG";
|
|
1206
|
+
readonly ArIq2: "ar_IQ";
|
|
1207
|
+
readonly ArJo2: "ar_JO";
|
|
1208
|
+
readonly ArKw2: "ar_KW";
|
|
1209
|
+
readonly ArLb2: "ar_LB";
|
|
1210
|
+
readonly ArLy2: "ar_LY";
|
|
1211
|
+
readonly ArMa2: "ar_MA";
|
|
1212
|
+
readonly ArOm2: "ar_OM";
|
|
1213
|
+
readonly ArQa2: "ar_QA";
|
|
1214
|
+
readonly ArSa2: "ar_SA";
|
|
1215
|
+
readonly ArSy2: "ar_SY";
|
|
1216
|
+
readonly ArTn2: "ar_TN";
|
|
1217
|
+
readonly ArYe2: "ar_YE";
|
|
1218
|
+
readonly AzAz2: "az_AZ";
|
|
1219
|
+
readonly BeBy2: "be_BY";
|
|
1220
|
+
readonly BgBg2: "bg_BG";
|
|
1221
|
+
readonly BnIn2: "bn_IN";
|
|
1222
|
+
readonly BsBa2: "bs_BA";
|
|
1223
|
+
readonly CaEs2: "ca_ES";
|
|
1224
|
+
readonly CsCz2: "cs_CZ";
|
|
1225
|
+
readonly CyGb2: "cy_GB";
|
|
1226
|
+
readonly DaDk2: "da_DK";
|
|
1227
|
+
readonly DeAt2: "de_AT";
|
|
1228
|
+
readonly DeCh2: "de_CH";
|
|
1229
|
+
readonly DeDe2: "de_DE";
|
|
1230
|
+
readonly DeLi2: "de_LI";
|
|
1231
|
+
readonly DeNl2: "de_NL";
|
|
1232
|
+
readonly ElGr2: "el_GR";
|
|
1233
|
+
readonly EnAu2: "en_AU";
|
|
1234
|
+
readonly EnBz2: "en_BZ";
|
|
1235
|
+
readonly EnCa2: "en_CA";
|
|
1236
|
+
readonly EnGb2: "en_GB";
|
|
1237
|
+
readonly EnIe2: "en_IE";
|
|
1238
|
+
readonly EnJm2: "en_JM";
|
|
1239
|
+
readonly EnMt2: "en_MT";
|
|
1240
|
+
readonly EnNz2: "en_NZ";
|
|
1241
|
+
readonly EnPh2: "en_PH";
|
|
1242
|
+
readonly EnTt2: "en_TT";
|
|
1243
|
+
readonly EnUs2: "en_US";
|
|
1244
|
+
readonly EnVi2: "en_VI";
|
|
1245
|
+
readonly EnZa2: "en_ZA";
|
|
1246
|
+
readonly EnZw2: "en_ZW";
|
|
1247
|
+
readonly EsAr2: "es_AR";
|
|
1248
|
+
readonly EsBo2: "es_BO";
|
|
1249
|
+
readonly EsCl2: "es_CL";
|
|
1250
|
+
readonly EsCo2: "es_CO";
|
|
1251
|
+
readonly EsCr2: "es_CR";
|
|
1252
|
+
readonly EsDo2: "es_DO";
|
|
1253
|
+
readonly EsEc2: "es_EC";
|
|
1254
|
+
readonly EsEs2: "es_ES";
|
|
1255
|
+
readonly EsGt2: "es_GT";
|
|
1256
|
+
readonly EsHn2: "es_HN";
|
|
1257
|
+
readonly EsMx2: "es_MX";
|
|
1258
|
+
readonly EsNi2: "es_NI";
|
|
1259
|
+
readonly EsPa2: "es_PA";
|
|
1260
|
+
readonly EsPe2: "es_PE";
|
|
1261
|
+
readonly EsPr2: "es_PR";
|
|
1262
|
+
readonly EsPy2: "es_PY";
|
|
1263
|
+
readonly EsSv2: "es_SV";
|
|
1264
|
+
readonly EsUy2: "es_UY";
|
|
1265
|
+
readonly EsVe2: "es_VE";
|
|
1266
|
+
readonly EtEe2: "et_EE";
|
|
1267
|
+
readonly EuEs2: "eu_ES";
|
|
1268
|
+
readonly FaIr2: "fa_IR";
|
|
1269
|
+
readonly FiFi2: "fi_FI";
|
|
1270
|
+
readonly FoFo2: "fo_FO";
|
|
1271
|
+
readonly FrBe2: "fr_BE";
|
|
1272
|
+
readonly FrCa2: "fr_CA";
|
|
1273
|
+
readonly FrCh2: "fr_CH";
|
|
1274
|
+
readonly FrFr2: "fr_FR";
|
|
1275
|
+
readonly FrMc2: "fr_MC";
|
|
1276
|
+
readonly FrNl2: "fr_NL";
|
|
1277
|
+
readonly GaIe2: "ga_IE";
|
|
1278
|
+
readonly GlEs2: "gl_ES";
|
|
1279
|
+
readonly GuIn2: "gu_IN";
|
|
1280
|
+
readonly HeIl2: "he_IL";
|
|
1281
|
+
readonly HiIn2: "hi_IN";
|
|
1282
|
+
readonly HrHr2: "hr_HR";
|
|
1283
|
+
readonly HuHu2: "hu_HU";
|
|
1284
|
+
readonly HyAm2: "hy_AM";
|
|
1285
|
+
readonly IdId2: "id_ID";
|
|
1286
|
+
readonly IsIs2: "is_IS";
|
|
1287
|
+
readonly ItCh2: "it_CH";
|
|
1288
|
+
readonly ItIt2: "it_IT";
|
|
1289
|
+
readonly JaJp2: "ja_JP";
|
|
1290
|
+
readonly KaGe2: "ka_GE";
|
|
1291
|
+
readonly KkKz2: "kk_KZ";
|
|
1292
|
+
readonly KlGl2: "kl_GL";
|
|
1293
|
+
readonly KnIn2: "kn_IN";
|
|
1294
|
+
readonly KoKr2: "ko_KR";
|
|
1295
|
+
readonly KokIn2: "kok_IN";
|
|
1296
|
+
readonly LtLt2: "lt_LT";
|
|
1297
|
+
readonly LvLv2: "lv_LV";
|
|
1298
|
+
readonly MkMk2: "mk_MK";
|
|
1299
|
+
readonly MlIn2: "ml_IN";
|
|
1300
|
+
readonly MnMn2: "mn_MN";
|
|
1301
|
+
readonly MrIn2: "mr_IN";
|
|
1302
|
+
readonly MsBn2: "ms_BN";
|
|
1303
|
+
readonly MsMy2: "ms_MY";
|
|
1304
|
+
readonly MtMt2: "mt_MT";
|
|
1305
|
+
readonly NbNo2: "nb_NO";
|
|
1306
|
+
readonly NlBe2: "nl_BE";
|
|
1307
|
+
readonly NlNl2: "nl_NL";
|
|
1308
|
+
readonly NnNo2: "nn_NO";
|
|
1309
|
+
readonly NoNo2: "no_NO";
|
|
1310
|
+
readonly PaIn2: "pa_IN";
|
|
1311
|
+
readonly PlPl2: "pl_PL";
|
|
1312
|
+
readonly PtBr2: "pt_BR";
|
|
1313
|
+
readonly PtPt2: "pt_PT";
|
|
1314
|
+
readonly RoRo2: "ro_RO";
|
|
1315
|
+
readonly RuRu2: "ru_RU";
|
|
1316
|
+
readonly SeNo2: "se_NO";
|
|
1317
|
+
readonly SkSk2: "sk_SK";
|
|
1318
|
+
readonly SlSi2: "sl_SI";
|
|
1319
|
+
readonly SqAl2: "sq_AL";
|
|
1320
|
+
readonly SrBa2: "sr_BA";
|
|
1321
|
+
readonly SrCs2: "sr_CS";
|
|
1322
|
+
readonly SvFi2: "sv_FI";
|
|
1323
|
+
readonly SvSe2: "sv_SE";
|
|
1324
|
+
readonly SwKe2: "sw_KE";
|
|
1325
|
+
readonly SyrSy2: "syr_SY";
|
|
1326
|
+
readonly TaIn2: "ta_IN";
|
|
1327
|
+
readonly TeIn2: "te_IN";
|
|
1328
|
+
readonly ThTh2: "th_TH";
|
|
1329
|
+
readonly TnZa2: "tn_ZA";
|
|
1330
|
+
readonly TrTr2: "tr_TR";
|
|
1331
|
+
readonly UkUa2: "uk_UA";
|
|
1332
|
+
readonly UzUz2: "uz_UZ";
|
|
1333
|
+
readonly ViVn2: "vi_VN";
|
|
1334
|
+
readonly XhZa2: "xh_ZA";
|
|
1335
|
+
readonly ZhCn2: "zh_CN";
|
|
1336
|
+
readonly ZhHk2: "zh_HK";
|
|
1337
|
+
readonly ZhMo2: "zh_MO";
|
|
1338
|
+
readonly ZhSg2: "zh_SG";
|
|
1339
|
+
readonly ZhTw2: "zh_TW";
|
|
1340
|
+
readonly ZuZa2: "zu_ZA";
|
|
1341
|
+
};
|
|
1342
|
+
export type Locale = typeof Locale[keyof typeof Locale];
|
|
1343
|
+
/**
|
|
1344
|
+
*
|
|
1345
|
+
* @export
|
|
1346
|
+
* @interface MultiApplicationProperties
|
|
1347
|
+
*/
|
|
1348
|
+
export interface MultiApplicationProperties {
|
|
1349
|
+
/**
|
|
1350
|
+
* Name of the application. Max character limit is 16. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1351
|
+
* @type {string}
|
|
1352
|
+
* @memberof MultiApplicationProperties
|
|
1353
|
+
*/
|
|
1354
|
+
'applicationName'?: string;
|
|
1355
|
+
/**
|
|
1356
|
+
* The index of the application
|
|
1357
|
+
* @type {number}
|
|
1358
|
+
* @memberof MultiApplicationProperties
|
|
1359
|
+
*/
|
|
1360
|
+
'applicationIndex'?: number;
|
|
1361
|
+
/**
|
|
1362
|
+
* The contact priority level for given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1363
|
+
* @type {number}
|
|
1364
|
+
* @memberof MultiApplicationProperties
|
|
1365
|
+
*/
|
|
1366
|
+
'contactPriorityLevel'?: number;
|
|
1367
|
+
/**
|
|
1368
|
+
* The contactless priority level of the given card. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1369
|
+
* @type {number}
|
|
1370
|
+
* @memberof MultiApplicationProperties
|
|
1371
|
+
*/
|
|
1372
|
+
'contactlessPriorityLevel'?: number;
|
|
1373
|
+
/**
|
|
1374
|
+
* Indicates whether the specific card would be printed or not. Only applicable to multi-application cards. Otherwise, the request will return 400 Bad Request.
|
|
1375
|
+
* @type {boolean}
|
|
1376
|
+
* @memberof MultiApplicationProperties
|
|
1377
|
+
*/
|
|
1378
|
+
'printed'?: boolean;
|
|
1379
|
+
/**
|
|
1380
|
+
* 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.
|
|
1381
|
+
* @type {boolean}
|
|
1382
|
+
* @memberof MultiApplicationProperties
|
|
1383
|
+
*/
|
|
1384
|
+
'chipEnabled'?: boolean;
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* @type NationalityInner
|
|
1388
|
+
* @export
|
|
1389
|
+
*/
|
|
1390
|
+
export type NationalityInner = CountryCodesAlpha3 | string;
|
|
1391
|
+
/**
|
|
1392
|
+
* 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.
|
|
1393
|
+
* @export
|
|
1394
|
+
* @enum {string}
|
|
1395
|
+
*/
|
|
1396
|
+
export declare const PinDeliveryType: {
|
|
1397
|
+
readonly Mail: "MAIL";
|
|
1398
|
+
readonly Courier: "COURIER";
|
|
1399
|
+
readonly Epin: "EPIN";
|
|
1400
|
+
};
|
|
1401
|
+
export type PinDeliveryType = typeof PinDeliveryType[keyof typeof PinDeliveryType];
|
|
1402
|
+
/**
|
|
1403
|
+
* - 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.
|
|
1404
|
+
* @export
|
|
1405
|
+
* @enum {string}
|
|
1406
|
+
*/
|
|
1407
|
+
export declare const PinStatus: {
|
|
1408
|
+
readonly Generated: "GENERATED";
|
|
1409
|
+
readonly Waiting: "WAITING";
|
|
1410
|
+
readonly Set: "SET";
|
|
1411
|
+
readonly Inherited: "INHERITED";
|
|
1412
|
+
};
|
|
1413
|
+
export type PinStatus = typeof PinStatus[keyof typeof PinStatus];
|
|
1414
|
+
/**
|
|
1415
|
+
*
|
|
1416
|
+
* @export
|
|
1417
|
+
* @interface Plastic
|
|
1418
|
+
*/
|
|
1419
|
+
export interface Plastic {
|
|
1420
|
+
/**
|
|
1421
|
+
* The name to be embossed on the card. Max character limit is 26.
|
|
1422
|
+
* @type {string}
|
|
1423
|
+
* @memberof Plastic
|
|
1424
|
+
*/
|
|
1425
|
+
'embossingName'?: string;
|
|
1426
|
+
/**
|
|
1427
|
+
*
|
|
1428
|
+
* @type {Address}
|
|
1429
|
+
* @memberof Plastic
|
|
1430
|
+
*/
|
|
1431
|
+
'preferredCardAddress'?: Address;
|
|
1432
|
+
/**
|
|
1433
|
+
*
|
|
1434
|
+
* @type {CardDeliveryType}
|
|
1435
|
+
* @memberof Plastic
|
|
1436
|
+
*/
|
|
1437
|
+
'preferredCardDeliveryType': CardDeliveryType;
|
|
1438
|
+
/**
|
|
1439
|
+
*
|
|
1440
|
+
* @type {Address}
|
|
1441
|
+
* @memberof Plastic
|
|
1442
|
+
*/
|
|
1443
|
+
'preferredPinAddress'?: Address;
|
|
1444
|
+
/**
|
|
1445
|
+
*
|
|
1446
|
+
* @type {PinDeliveryType}
|
|
1447
|
+
* @memberof Plastic
|
|
1448
|
+
*/
|
|
1449
|
+
'preferredPinDeliveryType': PinDeliveryType;
|
|
1450
|
+
/**
|
|
1451
|
+
* Unique identifier of a resource.
|
|
1452
|
+
* @type {string}
|
|
1453
|
+
* @memberof Plastic
|
|
1454
|
+
*/
|
|
1455
|
+
'manufacturerId'?: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* 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.
|
|
1458
|
+
* @type {string}
|
|
1459
|
+
* @memberof Plastic
|
|
1460
|
+
*/
|
|
1461
|
+
'externalLayoutCode'?: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* The date and time when the card was created.
|
|
1464
|
+
* @type {string}
|
|
1465
|
+
* @memberof Plastic
|
|
1466
|
+
*/
|
|
1467
|
+
'createdAt'?: string;
|
|
1468
|
+
/**
|
|
1469
|
+
* The date and time when the object/entity was updated last time.
|
|
1470
|
+
* @type {string}
|
|
1471
|
+
* @memberof Plastic
|
|
1472
|
+
*/
|
|
1473
|
+
'updatedAt'?: string;
|
|
1474
|
+
}
|
|
1475
|
+
/**
|
|
1476
|
+
* 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.
|
|
1477
|
+
* @export
|
|
1478
|
+
* @enum {string}
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const RiskScore: {
|
|
1481
|
+
readonly High: "High";
|
|
1482
|
+
readonly Med: "Med";
|
|
1483
|
+
readonly Low: "Low";
|
|
1484
|
+
readonly Pep: "Pep";
|
|
1485
|
+
readonly Prohibited: "Prohibited";
|
|
1486
|
+
};
|
|
1487
|
+
export type RiskScore = typeof RiskScore[keyof typeof RiskScore];
|
|
1488
|
+
/**
|
|
1489
|
+
*
|
|
1490
|
+
* @export
|
|
1491
|
+
* @interface TokenEvent
|
|
1492
|
+
*/
|
|
1493
|
+
export interface TokenEvent {
|
|
1494
|
+
/**
|
|
1495
|
+
* A unique identifier for the token assigned by the Token Service Provider (TSP) (eg. Visa or MC) to manage the lifecycle of the token.
|
|
1496
|
+
* @type {string}
|
|
1497
|
+
* @memberof TokenEvent
|
|
1498
|
+
*/
|
|
1499
|
+
'tokenUniqueReferenceId'?: string;
|
|
1500
|
+
/**
|
|
1501
|
+
* Identifier used by merchants or wallet providers to request tokens from the TSP.
|
|
1502
|
+
* @type {string}
|
|
1503
|
+
* @memberof TokenEvent
|
|
1504
|
+
*/
|
|
1505
|
+
'tokenRequestorId'?: string;
|
|
1506
|
+
/**
|
|
1507
|
+
*
|
|
1508
|
+
* @type {TokenRequestor}
|
|
1509
|
+
* @memberof TokenEvent
|
|
1510
|
+
*/
|
|
1511
|
+
'tokenRequestor'?: TokenRequestor;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @type {TokenStatus}
|
|
1515
|
+
* @memberof TokenEvent
|
|
1516
|
+
*/
|
|
1517
|
+
'status'?: TokenStatus;
|
|
1518
|
+
/**
|
|
1519
|
+
* The last 4 digits of the tokenised PAN (DPAN) used for display and identification purposes.
|
|
1520
|
+
* @type {string}
|
|
1521
|
+
* @memberof TokenEvent
|
|
1522
|
+
*/
|
|
1523
|
+
'tokenSuffix'?: string;
|
|
1524
|
+
/**
|
|
1525
|
+
* The Device Primary Account Number (DPAN) represents the tokenised card number assigned by the payment network (Visa, Mastercard, etc.) when a card is added to a digital wallet. It replaces the original funding PAN (FPAN) in wallet transactions.
|
|
1526
|
+
* @type {string}
|
|
1527
|
+
* @memberof TokenEvent
|
|
1528
|
+
*/
|
|
1529
|
+
'dPan'?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* If the token was deleted from the consumer app
|
|
1532
|
+
* @type {boolean}
|
|
1533
|
+
* @memberof TokenEvent
|
|
1534
|
+
*/
|
|
1535
|
+
'deletedFromConsumerApp'?: boolean;
|
|
1536
|
+
/**
|
|
1537
|
+
*
|
|
1538
|
+
* @type {AuthorizationDecisionColor}
|
|
1539
|
+
* @memberof TokenEvent
|
|
1540
|
+
*/
|
|
1541
|
+
'authorizationDecision'?: AuthorizationDecisionColor;
|
|
1542
|
+
/**
|
|
1543
|
+
* The id of the card associated with the token.
|
|
1544
|
+
* @type {string}
|
|
1545
|
+
* @memberof TokenEvent
|
|
1546
|
+
*/
|
|
1547
|
+
'cardId'?: string;
|
|
1548
|
+
/**
|
|
1549
|
+
*
|
|
1550
|
+
* @type {DeviceInfo}
|
|
1551
|
+
* @memberof TokenEvent
|
|
1552
|
+
*/
|
|
1553
|
+
'deviceInfo'?: DeviceInfo;
|
|
1554
|
+
/**
|
|
1555
|
+
* The timestamp when the token was created by the TSP.
|
|
1556
|
+
* @type {string}
|
|
1557
|
+
* @memberof TokenEvent
|
|
1558
|
+
*/
|
|
1559
|
+
'createdAt'?: string;
|
|
1560
|
+
/**
|
|
1561
|
+
* The timestamp of the most recent update to the token’s status.
|
|
1562
|
+
* @type {string}
|
|
1563
|
+
* @memberof TokenEvent
|
|
1564
|
+
*/
|
|
1565
|
+
'updatedAt'?: string;
|
|
1566
|
+
/**
|
|
1567
|
+
* The version number of the entity.
|
|
1568
|
+
* @type {number}
|
|
1569
|
+
* @memberof TokenEvent
|
|
1570
|
+
*/
|
|
1571
|
+
'updateCount'?: number;
|
|
1572
|
+
}
|
|
1573
|
+
/**
|
|
1574
|
+
* Code of the wallet provider or merchant that requested the token (APPLE_PAY /GOOGLE_PAY/SAMSUNG_PAY/OTHER). OTHER is used for tokens not linked to a wallet provider, such as merchant tokens (credential-on-file, subscription payments) or cloud tokens (e.g., Mastercard APANs).
|
|
1575
|
+
* @export
|
|
1576
|
+
* @enum {string}
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const TokenRequestor: {
|
|
1579
|
+
readonly ApplePay: "APPLE_PAY";
|
|
1580
|
+
readonly GooglePay: "GOOGLE_PAY";
|
|
1581
|
+
readonly SamsungPay: "SAMSUNG_PAY";
|
|
1582
|
+
readonly Other: "OTHER";
|
|
1583
|
+
};
|
|
1584
|
+
export type TokenRequestor = typeof TokenRequestor[keyof typeof TokenRequestor];
|
|
1585
|
+
/**
|
|
1586
|
+
* Current status of the token: - ACTIVE - Available for payments - DEACTIVATED - Permanently deactivated - INACTIVE - Waiting for activation - SUSPENDED - Temporarily not available for payments
|
|
1587
|
+
* @export
|
|
1588
|
+
* @enum {string}
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const TokenStatus: {
|
|
1591
|
+
readonly Active: "ACTIVE";
|
|
1592
|
+
readonly Deactivated: "DEACTIVATED";
|
|
1593
|
+
readonly Inactive: "INACTIVE";
|
|
1594
|
+
readonly Suspended: "SUSPENDED";
|
|
1595
|
+
};
|
|
1596
|
+
export type TokenStatus = typeof TokenStatus[keyof typeof TokenStatus];
|
|
1597
|
+
/**
|
|
1598
|
+
* IssuerEventWebhooksApi - axios parameter creator
|
|
1599
|
+
* @export
|
|
1600
|
+
*/
|
|
1601
|
+
export declare const IssuerEventWebhooksApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1602
|
+
/**
|
|
1603
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon card creation, update or closure.
|
|
1604
|
+
* @summary Outgoing card event webhook endpoint
|
|
1605
|
+
* @param {CardEvent} cardEvent Card event
|
|
1606
|
+
* @param {*} [options] Override http request option.
|
|
1607
|
+
* @throws {RequiredError}
|
|
1608
|
+
*/
|
|
1609
|
+
cardEvent: (cardEvent: CardEvent, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1610
|
+
/**
|
|
1611
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon cardholder creation or update.
|
|
1612
|
+
* @summary Outgoing cardholder event webhook endpoint
|
|
1613
|
+
* @param {CardholderEvent} cardholderEvent Cardholder event
|
|
1614
|
+
* @param {*} [options] Override http request option.
|
|
1615
|
+
* @throws {RequiredError}
|
|
1616
|
+
*/
|
|
1617
|
+
cardholderEvent: (cardholderEvent: CardholderEvent, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1618
|
+
/**
|
|
1619
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon token creation or update.
|
|
1620
|
+
* @summary Outgoing token event webhook endpoint
|
|
1621
|
+
* @param {TokenEvent} tokenEvent Token event
|
|
1622
|
+
* @param {*} [options] Override http request option.
|
|
1623
|
+
* @throws {RequiredError}
|
|
1624
|
+
*/
|
|
1625
|
+
tokenEvent: (tokenEvent: TokenEvent, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
1626
|
+
};
|
|
1627
|
+
/**
|
|
1628
|
+
* IssuerEventWebhooksApi - functional programming interface
|
|
1629
|
+
* @export
|
|
1630
|
+
*/
|
|
1631
|
+
export declare const IssuerEventWebhooksApiFp: (configuration?: Configuration) => {
|
|
1632
|
+
/**
|
|
1633
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon card creation, update or closure.
|
|
1634
|
+
* @summary Outgoing card event webhook endpoint
|
|
1635
|
+
* @param {CardEvent} cardEvent Card event
|
|
1636
|
+
* @param {*} [options] Override http request option.
|
|
1637
|
+
* @throws {RequiredError}
|
|
1638
|
+
*/
|
|
1639
|
+
cardEvent(cardEvent: CardEvent, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1640
|
+
/**
|
|
1641
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon cardholder creation or update.
|
|
1642
|
+
* @summary Outgoing cardholder event webhook endpoint
|
|
1643
|
+
* @param {CardholderEvent} cardholderEvent Cardholder event
|
|
1644
|
+
* @param {*} [options] Override http request option.
|
|
1645
|
+
* @throws {RequiredError}
|
|
1646
|
+
*/
|
|
1647
|
+
cardholderEvent(cardholderEvent: CardholderEvent, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1648
|
+
/**
|
|
1649
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon token creation or update.
|
|
1650
|
+
* @summary Outgoing token event webhook endpoint
|
|
1651
|
+
* @param {TokenEvent} tokenEvent Token event
|
|
1652
|
+
* @param {*} [options] Override http request option.
|
|
1653
|
+
* @throws {RequiredError}
|
|
1654
|
+
*/
|
|
1655
|
+
tokenEvent(tokenEvent: TokenEvent, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1656
|
+
};
|
|
1657
|
+
/**
|
|
1658
|
+
* IssuerEventWebhooksApi - factory interface
|
|
1659
|
+
* @export
|
|
1660
|
+
*/
|
|
1661
|
+
export declare const IssuerEventWebhooksApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1662
|
+
/**
|
|
1663
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon card creation, update or closure.
|
|
1664
|
+
* @summary Outgoing card event webhook endpoint
|
|
1665
|
+
* @param {CardEvent} cardEvent Card event
|
|
1666
|
+
* @param {*} [options] Override http request option.
|
|
1667
|
+
* @throws {RequiredError}
|
|
1668
|
+
*/
|
|
1669
|
+
cardEvent(cardEvent: CardEvent, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1670
|
+
/**
|
|
1671
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon cardholder creation or update.
|
|
1672
|
+
* @summary Outgoing cardholder event webhook endpoint
|
|
1673
|
+
* @param {CardholderEvent} cardholderEvent Cardholder event
|
|
1674
|
+
* @param {*} [options] Override http request option.
|
|
1675
|
+
* @throws {RequiredError}
|
|
1676
|
+
*/
|
|
1677
|
+
cardholderEvent(cardholderEvent: CardholderEvent, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1678
|
+
/**
|
|
1679
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon token creation or update.
|
|
1680
|
+
* @summary Outgoing token event webhook endpoint
|
|
1681
|
+
* @param {TokenEvent} tokenEvent Token event
|
|
1682
|
+
* @param {*} [options] Override http request option.
|
|
1683
|
+
* @throws {RequiredError}
|
|
1684
|
+
*/
|
|
1685
|
+
tokenEvent(tokenEvent: TokenEvent, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
1686
|
+
};
|
|
1687
|
+
/**
|
|
1688
|
+
* IssuerEventWebhooksApi - object-oriented interface
|
|
1689
|
+
* @export
|
|
1690
|
+
* @class IssuerEventWebhooksApi
|
|
1691
|
+
* @extends {BaseAPI}
|
|
1692
|
+
*/
|
|
1693
|
+
export declare class IssuerEventWebhooksApi extends BaseAPI {
|
|
1694
|
+
/**
|
|
1695
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon card creation, update or closure.
|
|
1696
|
+
* @summary Outgoing card event webhook endpoint
|
|
1697
|
+
* @param {CardEvent} cardEvent Card event
|
|
1698
|
+
* @param {*} [options] Override http request option.
|
|
1699
|
+
* @throws {RequiredError}
|
|
1700
|
+
* @memberof IssuerEventWebhooksApi
|
|
1701
|
+
*/
|
|
1702
|
+
cardEvent(cardEvent: CardEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1703
|
+
/**
|
|
1704
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon cardholder creation or update.
|
|
1705
|
+
* @summary Outgoing cardholder event webhook endpoint
|
|
1706
|
+
* @param {CardholderEvent} cardholderEvent Cardholder event
|
|
1707
|
+
* @param {*} [options] Override http request option.
|
|
1708
|
+
* @throws {RequiredError}
|
|
1709
|
+
* @memberof IssuerEventWebhooksApi
|
|
1710
|
+
*/
|
|
1711
|
+
cardholderEvent(cardholderEvent: CardholderEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1712
|
+
/**
|
|
1713
|
+
* This is not an endpoint. This is the description of a request that is sent to subscribed webhooks upon token creation or update.
|
|
1714
|
+
* @summary Outgoing token event webhook endpoint
|
|
1715
|
+
* @param {TokenEvent} tokenEvent Token event
|
|
1716
|
+
* @param {*} [options] Override http request option.
|
|
1717
|
+
* @throws {RequiredError}
|
|
1718
|
+
* @memberof IssuerEventWebhooksApi
|
|
1719
|
+
*/
|
|
1720
|
+
tokenEvent(tokenEvent: TokenEvent, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1721
|
+
}
|