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

Files

Latest commit

3662b11 · Mar 13, 2019

History

History
17 lines (9 loc) · 565 Bytes

CreateShiftRequest.md

File metadata and controls

17 lines (9 loc) · 565 Bytes

Square.Connect.Model.CreateShiftRequest

Description

Represents a request to create a Shift

Properties

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

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