ListCashDrawerShiftEventsResponse
| Name | Type | Tags | Description |
|---|---|---|---|
Events |
IList<Models.CashDrawerShiftEvent> |
Optional | All of the events (payments, refunds, etc.) for a cash drawer during the shift. |
Cursor |
string |
Optional | Opaque cursor for fetching the next page. Cursor is not present in the last page of results. |
Errors |
IList<Models.Error> |
Optional | Any errors that occurred during the request. |
{
"events": null,
"cursor": null,
"errors": null
}