# # ChannelPropertiesCardsInstallmentConfiguration
An object to pre-set cards installment for a specific invoice

```php
use Xendit\Invoice\ChannelPropertiesCardsInstallmentConfiguration;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **allow_full_payment** | **bool** |  | Indicate whether full payment (without installment) is allowed | null |
| **allowed_terms** | [**array**](ChannelPropertiesCardsInstallmentConfigurationAllowedTermsInner.md) |  | An object to set what kind (from specific bank / specific tenor) of cards installments will be available on a specific invoice | null |


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