SquareUp.V2.CashDrawerShifts (SquareUp v0.1.1) View Source

Link to this section Summary

Link to this section Functions

Link to this function

list(client, path_params \\ %{}, params \\ %{})

View Source

Specs

list(SquareUp.Client.t(), %{}, %{
  :location_id => binary(),
  optional(:sort_order) => binary(),
  optional(:begin_time) => binary(),
  optional(:end_time) => binary(),
  optional(:limit) => integer(),
  optional(:cursor) => binary()
}) ::
  SquareUp.Client.response(
    SquareUp.TypeSpecs.list_cash_drawer_shifts_response()
  )