Documentation

GetEnvelopeOptions
in package

GetEnvelopeOptions 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

$advanced_update  : string|null
$advanced_update When true, envelope information can be added or modified.
$include  : string|null
$include
getAdvancedUpdate()  : string|null
Gets advanced_update
getInclude()  : string|null
Gets include
setAdvancedUpdate()  : self
Sets advanced_update
setInclude()  : self
Sets include

Properties

$advanced_update

$advanced_update When true, envelope information can be added or modified.

protected string|null $advanced_update = null

$include

$include

protected string|null $include = null

Methods

getAdvancedUpdate()

Gets advanced_update

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

getInclude()

Gets include

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

setAdvancedUpdate()

Sets advanced_update

public setAdvancedUpdate(string|null $advanced_update) : self
Parameters
$advanced_update : string|null

When true, envelope information can be added or modified.

Return values
self

setInclude()

Sets include

public setInclude(string|null $include) : self
Parameters
$include : string|null
Return values
self

Search results