/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/PaymentMethod/CardParameters.md
# # CardParameters


```php
use Xendit\PaymentMethod\CardParameters;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **currency** | **string** | ☑️ |  | null |
| **channel_properties** | [**CardChannelProperties**](CardChannelProperties.md) |  |  | null |
| **card_information** | [**CardParametersCardInformation**](CardParametersCardInformation.md) |  |  | null |


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