This object contains details about a captive (embedded) recipient.
More...
|
string | ClientUserId [get, set] |
| Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters. More...
|
|
string | Email [get, set] |
| Specifies the email address associated with the captive recipient. More...
|
|
ErrorDetails | ErrorDetails [get, set] |
| Array or errors. More...
|
|
string | UserName [get, set] |
| Specifies the user name associated with the captive recipient. More...
|
|
This object contains details about a captive (embedded) recipient.
◆ CaptiveRecipient()
DocuSign.eSign.Model.CaptiveRecipient.CaptiveRecipient |
( |
string |
ClientUserId = default(string) , |
|
|
string |
Email = default(string) , |
|
|
ErrorDetails |
ErrorDetails = default(ErrorDetails) , |
|
|
string |
UserName = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the CaptiveRecipient class.
- Parameters
-
ClientUserId | Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters. . |
Email | Specifies the email address associated with the captive recipient.. |
ErrorDetails | Array or errors.. |
UserName | Specifies the user name associated with the captive recipient.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.CaptiveRecipient.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
override int DocuSign.eSign.Model.CaptiveRecipient.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.CaptiveRecipient.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.CaptiveRecipient.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ClientUserId
string DocuSign.eSign.Model.CaptiveRecipient.ClientUserId |
|
getset |
Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.
Specifies whether the recipient is embedded or remote. If the `clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.
◆ Email
string DocuSign.eSign.Model.CaptiveRecipient.Email |
|
getset |
Specifies the email address associated with the captive recipient.
Specifies the email address associated with the captive recipient.
◆ ErrorDetails
ErrorDetails DocuSign.eSign.Model.CaptiveRecipient.ErrorDetails |
|
getset |
Array or errors.
Array or errors.
◆ UserName
string DocuSign.eSign.Model.CaptiveRecipient.UserName |
|
getset |
Specifies the user name associated with the captive recipient.
Specifies the user name associated with the captive recipient.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/CaptiveRecipient.cs