> 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/direct-billing/responses/transactioninforesponse.md).

# TransactionInfoResponse

Class is located at:

```
\SimPay\Laravel\Responses\DirectBilling\TransactionInfoResponse
```

Public parameters:

* `id` string
* `status` [TransactionStatus](/simpay-laravel/direct-billing/enums/transactionstatus.md)
* `phoneNumber` string or null
* `control` string or null
* `value` float
* `valueNet` float
* `valueCreated` float
* `valueCreatedType` [AmountType](/simpay-laravel/direct-billing/enums/amounttype.md)
* `carrier` [MobileCarrier](/simpay-laravel/direct-billing/enums/mobilecarrier.md)or null
* `notify` [NotifyResponse](/simpay-laravel/direct-billing/responses/notifyresponse.md)
* `score` float or null
* `createdAt` Carbon instance
* `updatedAt` Carbon instance
