Square.Connect.Model.V1CashDrawerShift

July 10, 2019 ยท View on GitHub

Description

Contains details for a single cash drawer shift.

Properties

NameTypeDescriptionNotes
IdstringThe shift's unique ID.[optional]
EventTypestringThe shift's current state. See V1CashDrawerShiftEventType for possible values[optional]
OpenedAtstringThe time when the shift began, in ISO 8601 format.[optional]
EndedAtstringThe time when the shift ended, in ISO 8601 format.[optional]
ClosedAtstringThe time when the shift was closed, in ISO 8601 format.[optional]
EmployeeIdsListThe IDs of all employees that were logged into Square Register at some point during the cash drawer shift.[optional]
OpeningEmployeeIdstringThe ID of the employee that started the cash drawer shift.[optional]
EndingEmployeeIdstringThe ID of the employee that ended the cash drawer shift.[optional]
ClosingEmployeeIdstringThe ID of the employee that closed the cash drawer shift by auditing the cash drawer's contents.[optional]
DescriptionstringA description of the cash drawer shift.[optional]
StartingCashMoneyV1MoneyThe amount of money in the cash drawer at the start of the shift.[optional]
CashPaymentMoneyV1MoneyThe amount of money added to the cash drawer from cash payments.[optional]
CashRefundsMoneyV1MoneyThe amount of money removed from the cash drawer from cash refunds. This value is always negative or zero.[optional]
CashPaidInMoneyV1MoneyThe amount of money added to the cash drawer for reasons other than cash payments.[optional]
CashPaidOutMoneyV1MoneyThe amount of money removed from the cash drawer for reasons other than cash refunds.[optional]
ExpectedCashMoneyV1MoneyThe 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]
ClosedCashMoneyV1MoneyThe amount of money found in the cash drawer at the end of the shift by an auditing employee.[optional]
DeviceDeviceThe device running Square Register that was connected to the cash drawer.[optional]
EventsList<V1CashDrawerEvent>All of the events (payments, refunds, and so on) that involved the cash drawer during the shift.[optional]

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