# # ChannelPropertiesCards
An object representing properties specific for credit card payment method.

```php
use Xendit\Invoice\ChannelPropertiesCards;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **allowed_bins** | **string[]** |  | An array of allowed BINs (6 or 8 digits) for credit card payments. | null |


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