Skip to content

Files

Latest commit

838c915 · Mar 13, 2019

History

History
16 lines (10 loc) · 603 Bytes

CreateBreakTypeRequest.md

File metadata and controls

16 lines (10 loc) · 603 Bytes

CreateBreakTypeRequest

squareconnect.models.create_break_type_request

Description

A request to create a new BreakType

Properties

Name Type Description Notes
idempotency_key str Unique string value to insure idempotency of the operation [optional]
break_type BreakType The `BreakType` to be created.

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