Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 720 Bytes

UpdateBreakTypeResponse.md

File metadata and controls

16 lines (10 loc) · 720 Bytes

UpdateBreakTypeResponse

squareconnect.models.update_break_type_response

Description

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.

Properties

Name Type Description Notes
break_type BreakType The response object. [optional]
errors list[Error] Any errors that occurred during the request. [optional]

[Back to Model list] [Back to API list] [Back to README]