CashDrawerShiftEvent

December 17, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe unique ID of the event.[optional]
employee_idgetEmployeeId()setEmployeeId($value)stringThe ID of the employee that created the event.[optional]
event_typegetEventType()setEventType($value)stringThe type of cash drawer shift event. See CashDrawerEventType for possible values[optional]
event_moneygetEventMoney()setEventMoney($value)\SquareConnect\Model\MoneyThe amount of money that was added to or removed from the cash drawer in the event. The amount can be positive (for added money), negative (for removed money), or zero (for other tender type payments).[optional]
created_atgetCreatedAt()setCreatedAt($value)stringThe event time in ISO 8601 format.[optional]
descriptiongetDescription()setDescription($value)stringAn optional description of the event, entered by the employee that created the event.[optional]

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

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