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