Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.3 KB

File metadata and controls

31 lines (26 loc) · 1.3 KB

V1CashDrawerShift

squareconnect.models.v1_cash_drawer_shift

Description

Properties

Name Type Notes
id str [optional]
event_type str [optional]
opened_at str [optional]
ended_at bool [optional]
closed_at str [optional]
employee_ids list[str] [optional]
opening_employee_id str [optional]
ending_employee_id str [optional]
closing_employee_id str [optional]
description str [optional]
starting_cash_money V1Money [optional]
cash_payment_money V1Money [optional]
cash_refunds_money V1Money [optional]
cash_paid_in_money V1Money [optional]
cash_paid_out_money V1Money [optional]
expected_cash_money V1Money [optional]
closed_cash_money V1Money [optional]
device Device [optional]
events list[V1CashDrawerEvent] [optional]

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