SquareUp.V2.Order (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
calculate(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
calculate( SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.calculate_order_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.calculate_order_response())
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_order_request(), %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.create_order_response())
Link to this function
pay(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
pay( SquareUp.Client.t(), %{order_id: binary()}, SquareUp.TypeSpecs.pay_order_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.pay_order_response())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{order_id: binary()}, SquareUp.TypeSpecs.update_order_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_order_response())