Skip to content

Files

Latest commit

838c915 · Mar 13, 2019

History

History
16 lines (10 loc) · 759 Bytes

CreateBreakTypeResponse.md

File metadata and controls

16 lines (10 loc) · 759 Bytes

CreateBreakTypeResponse

squareconnect.models.create_break_type_response

Description

The response to the request to create a BreakType. Contains the created BreakType object. May contain a set of Error objects if the request resulted in errors.

Properties

Name Type Description Notes
break_type BreakType The `BreakType` that was created by the request. [optional]
errors list[Error] Any errors that occurred during the request. [optional]

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