SquareUp.V2.Customers (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(:cursor) => binary(),
  optional(:sort_field) => binary(),
  optional(:sort_order) => binary()
}) :: SquareUp.Client.response(SquareUp.TypeSpecs.list_customers_response())
Link to this function

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

View Source

Specs