Documentation

CreateRecipientOptions
in package

CreateRecipientOptions 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

$resend_envelope  : string|null
$resend_envelope When set to **true**, resends the envelope if the new recipient's routing order is before or the same as the envelope's next recipient.
getResendEnvelope()  : string|null
Gets resend_envelope
setResendEnvelope()  : self
Sets resend_envelope

Properties

$resend_envelope

$resend_envelope When set to **true**, resends the envelope if the new recipient's routing order is before or the same as the envelope's next recipient.

protected string|null $resend_envelope = null

Methods

getResendEnvelope()

Gets resend_envelope

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

setResendEnvelope()

Sets resend_envelope

public setResendEnvelope(string|null $resend_envelope) : self
Parameters
$resend_envelope : string|null

When set to true, resends the envelope if the new recipient's routing order is before or the same as the envelope's next recipient.

Return values
self

Search results