DocuSign.Api.BillingPlans.billing_plan_put_billing_plan
You're seeing just the function
billing_plan_put_billing_plan
, go back to DocuSign.Api.BillingPlans module for more information.
Specs
billing_plan_put_billing_plan(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.BillingPlanUpdateResponse.t()} | {:error, Tesla.Env.t()}
Updates the account billing plan. Updates the billing plan information, billing address, and credit card information for the specified account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :preview_billing_plan (String.t): When set to true, updates the account using a preview billing plan.
- :billing_plan_information (BillingPlanInformation):
Returns
} on success {:error, info} on failure