# CardInformation

Card Information

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **tokenId** |string |  |  | | |
| **maskedCardNumber** |string |  | 1st 6 and last 4 digits of the card | | |
| **expiryMonth** |string |  | Card expiry month in MM format | | |
| **expiryYear** |string |  | Card expiry month in YY format | | |
| **cardholderName** |string |  | Cardholder name | | |
| **fingerprint** |string |  |  | | |
| **type** |string |  |  | | |
| **network** |string |  |  | | |
| **country** |string |  |  | | |
| **issuer** |string |  |  | | |
| **cardNumber** |string |  |  | | |
| **oneTimeToken** |string |  |  | | |



[[Back to README]](../../README.md)