Documentation

ListRecipientNamesByEmailOptions
in package

ListRecipientNamesByEmailOptions 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

$email  : string|null
$email The email address for the user
getEmail()  : string|null
Gets email
setEmail()  : self
Sets email

Properties

$email

$email The email address for the user

protected string|null $email = null

Methods

getEmail()

Gets email

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

setEmail()

Sets email

public setEmail(string|null $email) : self
Parameters
$email : string|null

The email address for the user

Return values
self

Search results