> 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/sms/responses/smscoderesponse.md).

# SmsCodeResponse

Class is located at:

```
\SimPay\Laravel\Responses\Sms\SmsCodeResponse
```

Public parameters:

* `used` boolean
* `code` string
* `test` boolean
* `from` string
* `number` int
* `value` float
* `usedAt` Carbon instance or null
