WorkweekConfig

March 27, 2019 ยท View on GitHub

squareconnect.models.workweek_config

Description

Sets the Day of the week and hour of the day that a business starts a work week. Used for the calculation of overtime pay.

Properties

NameTypeDescriptionNotes
idstrUUID for this object[optional]
start_of_weekstrThe day of the week on which a business week cuts over for compensation purposes. See Weekday for possible values
start_of_day_local_timestrThe local time at which a business week cuts over. Represented as a string in `HH:MM` format (`HH:MM:SS` is also accepted, but seconds are truncated).
versionintUsed for resolving concurrency issues; request will fail if version provided does not match server version at time of request. If not provided, Square executes a blind write; potentially overwriting data from another write.[optional]
created_atstrA read-only timestamp in RFC 3339 format; presented in UTC[optional]
updated_atstrA read-only timestamp in RFC 3339 format; presented in UTC[optional]

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