SquareUp.V2.Invoice (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(), %{invoice_id: binary()}, SquareUp.TypeSpecs.cancel_invoice_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.cancel_invoice_response())
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create( SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_invoice_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.create_invoice_response())
Link to this function
delete(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
delete(SquareUp.Client.t(), %{invoice_id: binary()}, %{}, %{ optional(:version) => integer() }) :: SquareUp.Client.response(SquareUp.TypeSpecs.delete_invoice_response())
Link to this function
get(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
get(SquareUp.Client.t(), %{invoice_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.get_invoice_response())
Link to this function
publish(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
publish( SquareUp.Client.t(), %{invoice_id: binary()}, SquareUp.TypeSpecs.publish_invoice_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.publish_invoice_response())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{invoice_id: binary()}, SquareUp.TypeSpecs.update_invoice_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_invoice_response())