V1CashDrawerEvent

February 26, 2020 ยท View on GitHub

Description

V1CashDrawerEvent Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe event's unique ID.[optional]
employee_idgetEmployeeId()setEmployeeId($value)stringThe ID of the employee that created the event.[optional]
event_typegetEventType()setEventType($value)stringThe type of event that occurred. See V1CashDrawerEventEventType for possible values[optional]
event_moneygetEventMoney()setEventMoney($value)\SquareConnect\Model\V1MoneyThe 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_atgetCreatedAt()setCreatedAt($value)stringThe time when the event occurred, in ISO 8601 format.[optional]
descriptiongetDescription()setDescription($value)stringAn optional description of the event, entered by the employee that created it.[optional]

Note: All properties are protected and only accessed via getters and setters.

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