> 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/cartitemresponse.md).

# CartItemResponse

Class is located at:

```php
\SimPay\Laravel\Responses\Payment\TransactionInfo\CartItemResponse
```

Public parameters:

* `name` string
* `quantity` int
* `price` float
* `producer` string or null
* `category` string or null
* `code` string or null
