Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.38 KB

V1CashDrawerShift.md

File metadata and controls

27 lines (24 loc) · 2.38 KB

V1CashDrawerShift

Properties

Name Type Description Notes
Id string The shift's unique ID. [optional] [default to null]
EventType string The shift's current state. See V1CashDrawerShiftEventType for possible values [optional] [default to null]
OpenedAt string The time when the shift began, in ISO 8601 format. [optional] [default to null]
EndedAt string The time when the shift ended, in ISO 8601 format. [optional] [default to null]
ClosedAt string The time when the shift was closed, in ISO 8601 format. [optional] [default to null]
EmployeeIds []string The IDs of all employees that were logged into Square Register at some point during the cash drawer shift. [optional] [default to null]
OpeningEmployeeId string The ID of the employee that started the cash drawer shift. [optional] [default to null]
EndingEmployeeId string The ID of the employee that ended the cash drawer shift. [optional] [default to null]
ClosingEmployeeId string The ID of the employee that closed the cash drawer shift by auditing the cash drawer's contents. [optional] [default to null]
Description string A description of the cash drawer shift. [optional] [default to null]
StartingCashMoney *V1Money [optional] [default to null]
CashPaymentMoney *V1Money [optional] [default to null]
CashRefundsMoney *V1Money [optional] [default to null]
CashPaidInMoney *V1Money [optional] [default to null]
CashPaidOutMoney *V1Money [optional] [default to null]
ExpectedCashMoney *V1Money [optional] [default to null]
ClosedCashMoney *V1Money [optional] [default to null]
Device *Device [optional] [default to null]
Events []V1CashDrawerEvent All of the events (payments, refunds, and so on) that involved the cash drawer during the shift. [optional] [default to null]

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