# # DirectDebitChannelProperties ```php use Xendit\PaymentRequest\DirectDebitChannelProperties; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **email** | **string** | | Email address of the customer that is registered to the partner channel | test.email@xendit.co | | **mobile_number** | **string** | | Mobile number of the customer registered to the partner channel | +62818555988 | | **success_return_url** | **string** | | | null | | **failure_return_url** | **string** | | | null | | **identity_document_number** | **string** | | | null | | **account_number** | **string** | | | 1234567890 | | **card_last_four** | **string** | | Last four digits of the debit card | 8888 | | **card_expiry** | **string** | | Expiry month and year of the debit card (in MM/YY format) | 06/24 | [[Back to README]](../../README.md)