Documentation

UpdateRecipientsOptions
in package

UpdateRecipientsOptions 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

$combine_same_order_recipients  : string|null
$combine_same_order_recipients
$offline_signing  : string|null
$offline_signing
$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.
getCombineSameOrderRecipients()  : string|null
Gets combine_same_order_recipients
getOfflineSigning()  : string|null
Gets offline_signing
getResendEnvelope()  : string|null
Gets resend_envelope
setCombineSameOrderRecipients()  : self
Sets combine_same_order_recipients
setOfflineSigning()  : self
Sets offline_signing
setResendEnvelope()  : self
Sets resend_envelope

Properties

$combine_same_order_recipients

$combine_same_order_recipients

protected string|null $combine_same_order_recipients = null

$offline_signing

$offline_signing

protected string|null $offline_signing = null

$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

getCombineSameOrderRecipients()

Gets combine_same_order_recipients

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

getOfflineSigning()

Gets offline_signing

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

getResendEnvelope()

Gets resend_envelope

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

setCombineSameOrderRecipients()

Sets combine_same_order_recipients

public setCombineSameOrderRecipients(string|null $combine_same_order_recipients) : self
Parameters
$combine_same_order_recipients : string|null
Return values
self

setOfflineSigning()

Sets offline_signing

public setOfflineSigning(string|null $offline_signing) : self
Parameters
$offline_signing : string|null
Return values
self

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