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

RecipientIdentityPhoneNumber More...

Inheritance diagram for DocuSign.eSign.Model.RecipientIdentityPhoneNumber:

Public Member Functions

 RecipientIdentityPhoneNumber (string CountryCode=default(string), string CountryCodeLock=default(string), PropertyMetadata CountryCodeMetadata=default(PropertyMetadata), string Extension=default(string), PropertyMetadata ExtensionMetadata=default(PropertyMetadata), string Number=default(string), PropertyMetadata NumberMetadata=default(PropertyMetadata))
 Initializes a new instance of the RecipientIdentityPhoneNumber 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 (RecipientIdentityPhoneNumber other)
 Returns true if RecipientIdentityPhoneNumber 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...
 
string CountryCodeLock [get, set]
 Gets or Sets CountryCodeLock More...
 
PropertyMetadata CountryCodeMetadata [get, set]
 Metadata that indicates if the &#x60;countryCode&#x60; property is editable. More...
 
string Extension [get, set]
 Gets or Sets Extension More...
 
PropertyMetadata ExtensionMetadata [get, set]
 Metadata that indicates if the &#x60;extension&#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

RecipientIdentityPhoneNumber

Constructor & Destructor Documentation

◆ RecipientIdentityPhoneNumber()

DocuSign.eSign.Model.RecipientIdentityPhoneNumber.RecipientIdentityPhoneNumber ( string  CountryCode = default(string),
string  CountryCodeLock = default(string),
PropertyMetadata  CountryCodeMetadata = default(PropertyMetadata),
string  Extension = default(string),
PropertyMetadata  ExtensionMetadata = default(PropertyMetadata),
string  Number = default(string),
PropertyMetadata  NumberMetadata = default(PropertyMetadata) 
)
inline

Initializes a new instance of the RecipientIdentityPhoneNumber class.

Parameters
CountryCodeCountryCode.
CountryCodeLockCountryCodeLock.
CountryCodeMetadataMetadata that indicates if the &#x60;countryCode&#x60; property is editable..
ExtensionExtension.
ExtensionMetadataMetadata that indicates if the &#x60;extension&#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.RecipientIdentityPhoneNumber.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientIdentityPhoneNumber instances are equal

Parameters
otherInstance of RecipientIdentityPhoneNumber to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CountryCode

string DocuSign.eSign.Model.RecipientIdentityPhoneNumber.CountryCode
getset

Gets or Sets CountryCode

◆ CountryCodeLock

string DocuSign.eSign.Model.RecipientIdentityPhoneNumber.CountryCodeLock
getset

Gets or Sets CountryCodeLock

◆ CountryCodeMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientIdentityPhoneNumber.CountryCodeMetadata
getset

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

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

◆ Extension

string DocuSign.eSign.Model.RecipientIdentityPhoneNumber.Extension
getset

Gets or Sets Extension

◆ ExtensionMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientIdentityPhoneNumber.ExtensionMetadata
getset

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

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

◆ Number

string DocuSign.eSign.Model.RecipientIdentityPhoneNumber.Number
getset

Gets or Sets Number

◆ NumberMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientIdentityPhoneNumber.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: