<- Object

Object

CashDrawerShiftSummary

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.

Link to section

Properties

Link to section

id

string

The shift unique ID.

Link to section

state

string

The shift current state.

Link to section

opened_at

string

The shift start time in ISO 8601 format.

Link to section

ended_at

string

The shift end time in ISO 8601 format.

Link to section

closed_at

string

The shift close time in ISO 8601 format.

Link to section

description

string

An employee free-text description of a cash drawer shift.

Link to section

opened_cash_money

The amount of money in the cash drawer at the start of the shift. This must be a positive amount.

Link to section

expected_cash_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.

Link to section

closed_cash_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.

Link to section

created_at

string

Read only The shift start time in RFC 3339 format.

Link to section

updated_at

string

Read only The shift updated at time in RFC 3339 format.

Link to section

location_id

string

Read only The ID of the location the cash drawer shift belongs to.