Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.74 KB

CashDrawerShiftSummary.md

File metadata and controls

21 lines (16 loc) · 1.74 KB

SquareConnect.CashDrawerShiftSummary

Description

Note: This model is in beta.

The summary of a closed cash drawer shift. This model contains only the money counted to start a cash drawer shift, counted at the end of the shift, and the amount that should be in the drawer at shift end based on summing all cash drawer shift events.

Properties

Name Type Description Notes
id String The shift unique ID. [optional]
state String The shift current state. See CashDrawerShiftState for possible values [optional]
opened_at String The shift start time in ISO 8601 format. [optional]
ended_at String The shift end time in ISO 8601 format. [optional]
closed_at String The shift close time in ISO 8601 format. [optional]
description String An employee free-text description of a cash drawer shift. [optional]
opened_cash_money Money The amount of money in the cash drawer at the start of the shift. This must be a positive amount. [optional]
expected_cash_money Money The amount of money that should be in the cash drawer at the end of the shift, based on the cash drawer events on the shift. The amount is correct if all shift employees accurately recorded their cash drawer shift events. Unrecorded events and events with the wrong amount result in an incorrect expected_cash_money amount that can be negative. [optional]
closed_cash_money Money The amount of money found in the cash drawer at the end of the shift by an auditing employee. The amount must be greater than or equal to zero. [optional]