SquareUp v0.1.1
  • Pages
  • Modules

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

    Link to this section Summary

    Functions

    create(client, path_params \\ %{}, params \\ %{})
    delete(client, path_params \\ %{}, params \\ %{})
    get(client, path_params \\ %{}, params \\ %{})
    update(client, path_params \\ %{}, params \\ %{})

    Link to this section Functions

    Link to this function

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

    View Source

    Specs

    create(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_break_type_request()) ::
      SquareUp.Client.response(SquareUp.TypeSpecs.create_break_type_response())
    Link to this function

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

    View Source

    Specs

    delete(SquareUp.Client.t(), %{id: binary()}, %{}) ::
      SquareUp.Client.response(SquareUp.TypeSpecs.delete_break_type_response())
    Link to this function

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

    View Source

    Specs

    get(SquareUp.Client.t(), %{id: binary()}, %{}) ::
      SquareUp.Client.response(SquareUp.TypeSpecs.get_break_type_response())
    Link to this function

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

    View Source

    Specs

    update(
      SquareUp.Client.t(),
      %{id: binary()},
      SquareUp.TypeSpecs.update_break_type_request()
    ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_break_type_response())

    Built using ExDoc (v0.22.6) for the Elixir programming language. Designed by Friedel Ziegelmayer.

    API Reference