Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 684 Bytes

File metadata and controls

22 lines (15 loc) · 684 Bytes

Retrieve Cash Drawer Shift Response

Structure

RetrieveCashDrawerShiftResponse

Fields

Name Type Tags Description
CashDrawerShift Models.CashDrawerShift Optional This model gives the details of a cash drawer shift.
The cash_payment_money, cash_refund_money, cash_paid_in_money,
and cash_paid_out_money fields are all computed by summing their respective
event types.
Errors IList<Models.Error> Optional Any errors that occurred during the request.

Example (as JSON)

{
  "cash_drawer_shift": null,
  "errors": null
}