squareconnect.models.retrieve_customer_response
Defines the fields that are included in the response body of a request to the RetrieveCustomer endpoint. One of errors or customer is present in a given response (never both).
| Name | Type | Notes |
|---|---|---|
| errors | list[Error] | [optional] |
| customer | Customer | [optional] |