Documentation

GetDocumentOptions
in package

GetDocumentOptions 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

$encrypt  : string|null
$encrypt
$show_changes  : string|null
$show_changes
getEncrypt()  : string|null
Gets encrypt
getShowChanges()  : string|null
Gets show_changes
setEncrypt()  : self
Sets encrypt
setShowChanges()  : self
Sets show_changes

Properties

$encrypt

$encrypt

protected string|null $encrypt = null

$show_changes

$show_changes

protected string|null $show_changes = null

Methods

getEncrypt()

Gets encrypt

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

getShowChanges()

Gets show_changes

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

setEncrypt()

Sets encrypt

public setEncrypt(string|null $encrypt) : self
Parameters
$encrypt : string|null
Return values
self

setShowChanges()

Sets show_changes

public setShowChanges(string|null $show_changes) : self
Parameters
$show_changes : string|null
Return values
self

Search results