Documentation

GetAccountSignaturesOptions
in package

GetAccountSignaturesOptions 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

$stamp_format  : string|null
$stamp_format
$stamp_name  : string|null
$stamp_name
$stamp_type  : string|null
$stamp_type
getStampFormat()  : string|null
Gets stamp_format
getStampName()  : string|null
Gets stamp_name
getStampType()  : string|null
Gets stamp_type
setStampFormat()  : self
Sets stamp_format
setStampName()  : self
Sets stamp_name
setStampType()  : self
Sets stamp_type

Properties

$stamp_format

$stamp_format

protected string|null $stamp_format = null

$stamp_name

$stamp_name

protected string|null $stamp_name = null

$stamp_type

$stamp_type

protected string|null $stamp_type = null

Methods

getStampFormat()

Gets stamp_format

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

getStampName()

Gets stamp_name

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

getStampType()

Gets stamp_type

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

setStampFormat()

Sets stamp_format

public setStampFormat(string|null $stamp_format) : self
Parameters
$stamp_format : string|null
Return values
self

setStampName()

Sets stamp_name

public setStampName(string|null $stamp_name) : self
Parameters
$stamp_name : string|null
Return values
self

setStampType()

Sets stamp_type

public setStampType(string|null $stamp_type) : self
Parameters
$stamp_type : string|null
Return values
self

Search results