SquareUp.V2.Customer (SquareUp v0.1.3) View Source

Link to this section Summary

Link to this section Functions

Link to this function

add_group(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs

add_group(
  SquareUp.Client.t(),
  %{customer_id: binary(), group_id: binary()},
  %{},
  %{}
) ::
  SquareUp.Client.response(SquareUp.TypeSpecs.add_group_to_customer_response())
Link to this function

create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs

Link to this function

delete(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs

Link to this function

remove_group(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs

remove_group(
  SquareUp.Client.t(),
  %{customer_id: binary(), group_id: binary()},
  %{},
  %{}
) ::
  SquareUp.Client.response(
    SquareUp.TypeSpecs.remove_group_from_customer_response()
  )
Link to this function

retrieve(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs

Link to this function

update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})

View Source

Specs