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 SourceSpecs
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 SourceSpecs
create( SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_customer_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.create_customer_response())
Link to this function
delete(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
delete(SquareUp.Client.t(), %{customer_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.delete_customer_response())
Link to this function
remove_group(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
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 SourceSpecs
retrieve(SquareUp.Client.t(), %{customer_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.retrieve_customer_response())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{customer_id: binary()}, SquareUp.TypeSpecs.update_customer_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_customer_response())