SquareUp.V2.TerminalCheckout (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
cancel(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
cancel(SquareUp.Client.t(), %{checkout_id: binary()}, %{}, %{}) :: SquareUp.Client.response( SquareUp.TypeSpecs.cancel_terminal_checkout_response() )
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create( SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_terminal_checkout_request(), %{} ) :: SquareUp.Client.response( SquareUp.TypeSpecs.create_terminal_checkout_response() )
Link to this function
get(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
get(SquareUp.Client.t(), %{checkout_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.get_terminal_checkout_response())