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

# CustomerFullDataResponse

Class is located at:

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

Public parameters:

* `name` string or null
* `surname` string or null
* `street` string or null
* `building` string or null
* `flat` string or null
* `city` string or null
* `region` string or null
* `postalCode` string or null
* `country` string or null
* `company` string or null
