/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/PaymentRequest/DirectDebitParameters.md
# # DirectDebitParameters


```php
use Xendit\PaymentRequest\DirectDebitParameters;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **channel_code** | [**DirectDebitChannelCode**](DirectDebitChannelCode.md) | ☑️ |  | null |
| **channel_properties** | [**DirectDebitChannelProperties**](DirectDebitChannelProperties.md) | ☑️ |  | null |
| **type** | [**DirectDebitType**](DirectDebitType.md) |  |  | null |


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