| Name | Type | Description | Notes |
|---|---|---|---|
| TokenUniqueReference | string | The unique reference allocated to the Token which is always present even if an error occurs. <br> maxLength: 64 | [optional] |
| TokenRequestorId | string | Identifies the Token Requestor. <br> minLength: 11 maxLength: 11 | [optional] |
| Status | string | The current status of Token. Must be either: * 'INACTIVE' (Token has not yet been activated) * 'ACTIVE' (Token is active and ready to transact) * 'SUSPENDED' (Token is suspended and unable to transact) * 'DEACTIVATED' (Token has been permanently deactivated).<br> maxLength: 32 | [optional] |
| EventReasonCode | string | An optional Reason Code provided by the Issuer to explain why the token status has changed. Not present if the Issuer has not supplied a reason code. Note: Recommended that Partners be resilient to new values as new reason codes may be added in the future without notice. * 'DEVICE_LOST' - Cardholder confirmed token device lost. * 'DEVICE_STOLEN' - Cardholder confirmed token device stolen. * 'SUSPECTED_FRAUD' - Issuer or cardholder reported fraudulent token transactions. * 'ACCOUNT_CLOSED' - Account closed. * 'NOT_FRAUD' - Issuer or cardholder confirmed no fraudulent token transactions. * 'DEVICE_FOUND' - Cardholder reported token device found or not stolen. * 'REDIGITIZATION_COMPLETE' - Token has been re-digitized successfully with either the expiry date extended or both expiry and token number changed. * 'OTHER' - Other. <br> maxLength: 32 | [optional] |
| SuspendedBy | List<string> | (CONDITIONAL only supplied if status is SUSPENDED) Who or what caused the Token to be suspended One or more values of: * ISSUER - Suspended by the Issuer. * TOKEN_REQUESTOR - Suspended by the Token Requestor * MOBILE_PIN_LOCKED - Suspended due to the Mobile PIN being locked * CARDHOLDER - Suspended by the Cardholder <br> | [optional] |
| StatusTimestamp | string | The date and time the token status was last updated. Expressed in ISO 8601 extended format as one of the following: * YYYY-MM-DDThh:mm:ss[.sss]Z * YYYY-MM-DDThh:mm:ss[.sss]±hh:mm * Where [.sss] is optional and can be 1 to 3 digits. <br> | [optional] |
| ProductConfig | ProductConfig | [optional] | |
| TokenInfo | TokenInfoForNTUAndGetToken | [optional] |