> For the complete documentation index, see [llms.txt](https://simpaypl.gitbook.io/simpay-laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpaypl.gitbook.io/simpay-laravel/payments/responses/channelresponse.md).

# ChannelResponse

Class is located at:

```php
\SimPay\Laravel\Responses\Payment\ServiceChannel\ChannelResponse
```

Public parameters:

* `id` string
* `name` string
* `type` string
* `img` string
* `commission` float or null
* `currencies` array
* `amount` [ChannelAmountResponse](/simpay-laravel/payments/responses/channelamountresponse.md)
