# # DirectDebitChannelPropertiesBankRedirect
Direct Debit Bank Account Channel Properties

```php
use Xendit\PaymentRequest\DirectDebitChannelPropertiesBankRedirect;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **email** | **string** |  |  | null |
| **mobile_number** | **string** |  | Mobile number of the customer that is registered to channel | null |
| **success_return_url** | **string** |  |  | null |
| **failure_return_url** | **string** |  |  | null |


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