/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/PaymentRequest/CardInformation.md
# # CardInformation
Card Information

```php
use Xendit\PaymentRequest\CardInformation;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **token_id** | **string** | ☑️ |  | null |
| **masked_card_number** | **string** | ☑️ | 1st 6 and last 4 digits of the card | null |
| **expiry_month** | **string** | ☑️ | Card expiry month in MM format | null |
| **expiry_year** | **string** | ☑️ | Card expiry month in YY format | null |
| **cardholder_name** | **string** |  | Cardholder name | null |
| **fingerprint** | **string** |  |  | null |
| **type** | **string** |  |  | null |
| **network** | **string** |  |  | null |
| **country** | **string** |  |  | null |
| **issuer** | **string** |  |  | null |


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