SquareUp.V1.Order (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
retrieve(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
retrieve( SquareUp.Client.t(), %{location_id: binary(), order_id: binary()}, %{}, %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.v1_order())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{location_id: binary(), order_id: binary()}, SquareUp.TypeSpecs.v1_update_order_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.v1_order())