CreateRecipientOptions
in package
CreateRecipientOptions Class Doc Comment
Tags
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.