SquareUp.V2.Shift (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_shift_request(), %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.create_shift_response())
Link to this function
delete(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
delete(SquareUp.Client.t(), %{id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.delete_shift_response())
Link to this function
get(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
get(SquareUp.Client.t(), %{id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.get_shift_response())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{id: binary()}, SquareUp.TypeSpecs.update_shift_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_shift_response())