Skip to content

Files

Latest commit

838c915 · Mar 13, 2019

History

History
20 lines (14 loc) · 1.1 KB

V1CashDrawerEvent.md

File metadata and controls

20 lines (14 loc) · 1.1 KB

V1CashDrawerEvent

squareconnect.models.v1_cash_drawer_event

Description

V1CashDrawerEvent

Properties

Name Type Description Notes
id str The event's unique ID. [optional]
employee_id str The ID of the employee that created the event. [optional]
event_type str The type of event that occurred. See V1CashDrawerEventEventType for possible values [optional]
event_money V1Money The amount of money that was added to or removed from the cash drawer because of the event. This value can be positive (for added money) or negative (for removed money). [optional]
created_at str The time when the event occurred, in ISO 8601 format. [optional]
description str An optional description of the event, entered by the employee that created it. [optional]

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