SquareUp.V2.Subscription (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(), %{subscription_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.cancel_subscription_response())
Link to this function
create(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
create( SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.create_subscription_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.create_subscription_response())
Link to this function
retrieve(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
retrieve(SquareUp.Client.t(), %{subscription_id: binary()}, %{}, %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.retrieve_subscription_response())
Link to this function
update(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
update( SquareUp.Client.t(), %{subscription_id: binary()}, SquareUp.TypeSpecs.update_subscription_request(), %{} ) :: SquareUp.Client.response(SquareUp.TypeSpecs.update_subscription_response())