DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements Class Reference

ExternalPrimaryAccountRecipientAuthRequirements More...

Inheritance diagram for DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements:

Public Member Functions

 ExternalPrimaryAccountRecipientAuthRequirements (string AccessCode=default(string), string IdVerification=default(string), string Kba=default(string), string Phone=default(string))
 Initializes a new instance of the ExternalPrimaryAccountRecipientAuthRequirements class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (ExternalPrimaryAccountRecipientAuthRequirements other)
 Returns true if ExternalPrimaryAccountRecipientAuthRequirements instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccessCode [get, set]
 If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required. More...
 
string IdVerification [get, set]
 Gets or Sets IdVerification More...
 
string Kba [get, set]
 Gets or Sets Kba More...
 
string Phone [get, set]
 Gets or Sets Phone More...
 

Detailed Description

ExternalPrimaryAccountRecipientAuthRequirements

Constructor & Destructor Documentation

◆ ExternalPrimaryAccountRecipientAuthRequirements()

DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.ExternalPrimaryAccountRecipientAuthRequirements ( string  AccessCode = default(string),
string  IdVerification = default(string),
string  Kba = default(string),
string  Phone = default(string) 
)
inline

Initializes a new instance of the ExternalPrimaryAccountRecipientAuthRequirements class.

Parameters
AccessCodeIf a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required..
IdVerificationIdVerification.
KbaKba.
PhonePhone.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.Equals ( ExternalPrimaryAccountRecipientAuthRequirements  other)
inline

Returns true if ExternalPrimaryAccountRecipientAuthRequirements instances are equal

Parameters
otherInstance of ExternalPrimaryAccountRecipientAuthRequirements to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccessCode

string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.AccessCode
getset

If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required.

If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account&#39;s access code format setting. If blank, but the signer &#x60;accessCode&#x60; property is set in the envelope, then that value is used. If blank and the signer &#x60;accessCode&#x60; property is not set, then the access code is not required.

◆ IdVerification

string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.IdVerification
getset

Gets or Sets IdVerification

◆ Kba

string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.Kba
getset

Gets or Sets Kba

◆ Phone

string DocuSign.eSign.Model.ExternalPrimaryAccountRecipientAuthRequirements.Phone
getset

Gets or Sets Phone


The documentation for this class was generated from the following file: