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

Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientSMSAuthentication:

Public Member Functions

 RecipientSMSAuthentication (List< string > SenderProvidedNumbers=default(List< string >), PropertyMetadata SenderProvidedNumbersMetadata=default(PropertyMetadata))
 Initializes a new instance of the RecipientSMSAuthentication 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 (RecipientSMSAuthentication other)
 Returns true if RecipientSMSAuthentication instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< string > SenderProvidedNumbers [get, set]
 An Array containing a list of phone numbers the recipient may use for SMS text authentication. More...
 
PropertyMetadata SenderProvidedNumbersMetadata [get, set]
 Metadata that indicates whether the &#x60;senderProvidedNumbers&#x60; property can be edited. More...
 

Detailed Description

Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication.

Constructor & Destructor Documentation

◆ RecipientSMSAuthentication()

DocuSign.eSign.Model.RecipientSMSAuthentication.RecipientSMSAuthentication ( List< string >  SenderProvidedNumbers = default(List<string>),
PropertyMetadata  SenderProvidedNumbersMetadata = default(PropertyMetadata) 
)
inline

Initializes a new instance of the RecipientSMSAuthentication class.

Parameters
SenderProvidedNumbersAn Array containing a list of phone numbers the recipient may use for SMS text authentication. .
SenderProvidedNumbersMetadataMetadata that indicates whether the &#x60;senderProvidedNumbers&#x60; property can be edited..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientSMSAuthentication instances are equal

Parameters
otherInstance of RecipientSMSAuthentication to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SenderProvidedNumbers

List<string> DocuSign.eSign.Model.RecipientSMSAuthentication.SenderProvidedNumbers
getset

An Array containing a list of phone numbers the recipient may use for SMS text authentication.

An Array containing a list of phone numbers the recipient may use for SMS text authentication.

◆ SenderProvidedNumbersMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientSMSAuthentication.SenderProvidedNumbersMetadata
getset

Metadata that indicates whether the &#x60;senderProvidedNumbers&#x60; property can be edited.

Metadata that indicates whether the &#x60;senderProvidedNumbers&#x60; property can be edited.


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