Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
38 lines (30 loc) · 2.82 KB

V1CashDrawerShift.md

File metadata and controls

38 lines (30 loc) · 2.82 KB

Square.Connect.Model.V1CashDrawerShift

Properties

Name Type Description Notes
Id string The shift's unique ID. [optional]
EventType EventTypeEnum The shift's current state. [optional]
OpenedAt string The time when the shift began, in ISO 8601 format. [optional]
EndedAt bool? The time when the shift ended, in ISO 8601 format. [optional]
ClosedAt string The time when the shift was closed, in ISO 8601 format. [optional]
EmployeeIds List The IDs of all employees that were logged into Square Register at some point during the cash drawer shift. [optional]
OpeningEmployeeId string The ID of the employee that started the cash drawer shift. [optional]
EndingEmployeeId string The ID of the employee that ended the cash drawer shift. [optional]
ClosingEmployeeId string The ID of the employee that closed the cash drawer shift by auditing the cash drawer's contents. [optional]
Description string The time when the timecard was created, in ISO 8601 format. [optional]
StartingCashMoney V1Money The amount of money in the cash drawer at the start of the shift. [optional]
CashPaymentMoney V1Money The amount of money added to the cash drawer from cash payments. [optional]
CashRefundsMoney V1Money The amount of money removed from the cash drawer from cash refunds. This value is always negative or zero. [optional]
CashPaidInMoney V1Money The amount of money added to the cash drawer for reasons other than cash payments. [optional]
CashPaidOutMoney V1Money The amount of money removed from the cash drawer for reasons other than cash refunds. [optional]
ExpectedCashMoney V1Money The amount of money that should be in the cash drawer at the end of the shift, based on the shift's other money amounts. [optional]
ClosedCashMoney V1Money The amount of money found in the cash drawer at the end of the shift by an auditing employee. [optional]
Device Device The device running Square Register that was connected to the cash drawer. [optional]
Events List<V1CashDrawerEvent> All of the events (payments, refunds, and so on) that involved the cash drawer during the shift. [optional]

EventTypeEnum

Name Value
OPEN "OPEN"
ENDED "ENDED"
CLOSED "CLOSED"

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