Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 996 Bytes

V1CashDrawerEvent.md

File metadata and controls

14 lines (11 loc) · 996 Bytes

V1CashDrawerEvent

Properties

Name Type Description Notes
Id string The event's unique ID. [optional] [default to null]
EmployeeId string The ID of the employee that created the event. [optional] [default to null]
EventType string The type of event that occurred. See V1CashDrawerEventEventType for possible values [optional] [default to null]
EventMoney *V1Money [optional] [default to null]
CreatedAt string The time when the event occurred, in ISO 8601 format. [optional] [default to null]
Description string An optional description of the event, entered by the employee that created it. [optional] [default to null]

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