Documentation

UpdateSignatureOptions
in package

UpdateSignatureOptions 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

$close_existing_signature  : string|null
$close_existing_signature When set to **true**, closes the current signature.
getCloseExistingSignature()  : string|null
Gets close_existing_signature
setCloseExistingSignature()  : self
Sets close_existing_signature

Properties

$close_existing_signature

$close_existing_signature When set to **true**, closes the current signature.

protected string|null $close_existing_signature = null

Methods

getCloseExistingSignature()

Gets close_existing_signature

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

setCloseExistingSignature()

Sets close_existing_signature

public setCloseExistingSignature(string|null $close_existing_signature) : self
Parameters
$close_existing_signature : string|null

When set to true, closes the current signature.

Return values
self

Search results