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

Link to this section Summary

Link to this section Functions

Link to this function

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

View Source

Specs

Link to this function

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

View Source

Specs

Link to this function

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

View Source

Specs

Link to this function

remove_group(client, path_params \\ %{}, 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 \\ %{})

View Source

Specs

Link to this function

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

View Source

Specs