/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Payout/DigitalPayoutChannelProperties.md
# # DigitalPayoutChannelProperties
Channel information for digital destinations (banks, e-wallets)

```php
use Xendit\Payout\DigitalPayoutChannelProperties;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **account_holder_name** | **string** |  | Registered account name | Adam Gilcrist |
| **account_number** | **string** | ☑️ | Registered account number | 9999999999 |
| **account_type** | [**ChannelAccountType**](ChannelAccountType.md) |  |  | null |


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