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

Describes the recipient phone number. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientPhoneNumber:

Public Member Functions

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

Properties

string CountryCode [get, set]
 Gets or Sets CountryCode More...
 
PropertyMetadata CountryCodeMetadata [get, set]
 Metadata that indicates if the &#x60;countryCode&#x60; property is editable. More...
 
string Number [get, set]
 Gets or Sets Number More...
 
PropertyMetadata NumberMetadata [get, set]
 Metadata that indicates if the &#x60;number&#x60; property is editable. More...
 

Detailed Description

Describes the recipient phone number.

Constructor & Destructor Documentation

◆ RecipientPhoneNumber()

DocuSign.eSign.Model.RecipientPhoneNumber.RecipientPhoneNumber ( string  CountryCode = default(string),
PropertyMetadata  CountryCodeMetadata = default(PropertyMetadata),
string  Number = default(string),
PropertyMetadata  NumberMetadata = default(PropertyMetadata) 
)
inline

Initializes a new instance of the RecipientPhoneNumber class.

Parameters
CountryCodeCountryCode.
CountryCodeMetadataMetadata that indicates if the &#x60;countryCode&#x60; property is editable..
NumberNumber.
NumberMetadataMetadata that indicates if the &#x60;number&#x60; property is editable..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientPhoneNumber instances are equal

Parameters
otherInstance of RecipientPhoneNumber to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CountryCode

string DocuSign.eSign.Model.RecipientPhoneNumber.CountryCode
getset

Gets or Sets CountryCode

◆ CountryCodeMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientPhoneNumber.CountryCodeMetadata
getset

Metadata that indicates if the &#x60;countryCode&#x60; property is editable.

Metadata that indicates if the &#x60;countryCode&#x60; property is editable.

◆ Number

string DocuSign.eSign.Model.RecipientPhoneNumber.Number
getset

Gets or Sets Number

◆ NumberMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientPhoneNumber.NumberMetadata
getset

Metadata that indicates if the &#x60;number&#x60; property is editable.

Metadata that indicates if the &#x60;number&#x60; property is editable.


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