SquareUp.V2.PaymentRefunds (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(), %{}, %{
  optional(:begin_time) => binary(),
  optional(:end_time) => binary(),
  optional(:sort_order) => binary(),
  optional(:cursor) => binary(),
  optional(:location_id) => binary(),
  optional(:status) => binary(),
  optional(:source_type) => binary()
}) ::
  SquareUp.Client.response(SquareUp.TypeSpecs.list_payment_refunds_response())