Documentation

UpdatePlanOptions
in package

UpdatePlanOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$preview_billing_plan  : string|null
$preview_billing_plan When set to **true**, updates the account using a preview billing plan.
getPreviewBillingPlan()  : string|null
Gets preview_billing_plan
setPreviewBillingPlan()  : self
Sets preview_billing_plan

Properties

$preview_billing_plan

$preview_billing_plan When set to **true**, updates the account using a preview billing plan.

protected string|null $preview_billing_plan = null

Methods

getPreviewBillingPlan()

Gets preview_billing_plan

public getPreviewBillingPlan() : string|null
Return values
string|null

setPreviewBillingPlan()

Sets preview_billing_plan

public setPreviewBillingPlan(string|null $preview_billing_plan) : self
Parameters
$preview_billing_plan : string|null

When set to true, updates the account using a preview billing plan.

Return values
self

Search results