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
$include_anchor_tab_locations  : string|null
$include_anchor_tab_locations
getAdvancedUpdate()  : string|null
Gets advanced_update
getInclude()  : string|null
Gets include
getIncludeAnchorTabLocations()  : string|null
Gets include_anchor_tab_locations
setAdvancedUpdate()  : self
Sets advanced_update
setInclude()  : self
Sets include
setIncludeAnchorTabLocations()  : self
Sets include_anchor_tab_locations

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

$include_anchor_tab_locations

$include_anchor_tab_locations

protected string|null $include_anchor_tab_locations = 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

getIncludeAnchorTabLocations()

Gets include_anchor_tab_locations

public getIncludeAnchorTabLocations() : 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

setIncludeAnchorTabLocations()

Sets include_anchor_tab_locations

public setIncludeAnchorTabLocations(string|null $include_anchor_tab_locations) : self
Parameters
$include_anchor_tab_locations : string|null
Return values
self

Search results