DocuSign.Api.BillingPlans.billing_plans_get_billing_plan
You're seeing just the function
billing_plans_get_billing_plan
, go back to DocuSign.Api.BillingPlans module for more information.
Link to this function
billing_plans_get_billing_plan(connection, billing_plan_id, opts \\ [])
View SourceSpecs
billing_plans_get_billing_plan(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.BillingPlanResponse.t()} | {:error, Tesla.Env.t()}
Get the billing plan details. Retrieves the billing plan details for the specified billing plan ID.
Parameters
- connection (DocuSign.Connection): Connection to server
- billing_plan_id (String.t): The ID of the billing plan being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure