Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 707 Bytes

File metadata and controls

24 lines (17 loc) · 707 Bytes

List Cash Drawer Shift Events Response

Structure

ListCashDrawerShiftEventsResponse

Fields

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.

Example (as JSON)

{
  "events": null,
  "cursor": null,
  "errors": null
}