CreateShiftRequest

March 13, 2019 ยท View on GitHub

Description

Represents a request to create a Shift

Properties

NameGetterSetterTypeDescriptionNotes
idempotency_keygetIdempotencyKey()setIdempotencyKey($value)stringUnique string value to insure the idempotency of the operation.[optional]
shiftgetShift()setShift($value)\SquareConnect\Model\ShiftThe `Shift` to be created

Note: All properties are protected and only accessed via getters and setters.

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