V1CashDrawerEvent

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_cash_drawer_event

Description

V1CashDrawerEvent

Properties

NameTypeDescriptionNotes
idstrThe event's unique ID.[optional]
employee_idstrThe ID of the employee that created the event.[optional]
event_typestrThe type of event that occurred. See V1CashDrawerEventEventType for possible values[optional]
event_moneyV1MoneyThe 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_atstrThe time when the event occurred, in ISO 8601 format.[optional]
descriptionstrAn optional description of the event, entered by the employee that created it.[optional]

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