squareconnect.models.update_break_type_response
A response to a request to update a BreakType. Contains the requested BreakType objects. May contain a set of Error objects if the request resulted in errors.
| Name | Type | Description | Notes |
|---|---|---|---|
| break_type | BreakType | The response object. | [optional] |
| errors | list[Error] | Any errors that occurred during the request. | [optional] |