Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 578 Bytes

CreateBreakTypeRequest.md

File metadata and controls

17 lines (9 loc) · 578 Bytes

Square.Connect.Model.CreateBreakTypeRequest

Description

A request to create a new BreakType

Properties

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

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