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

AddressInformationV2 More...

Inheritance diagram for DocuSign.eSign.Model.AddressInformationV2:

Public Member Functions

 AddressInformationV2 (string Address1=default(string), string Address2=default(string), string City=default(string), string Country=default(string), string Fax=default(string), string Phone=default(string), string PostalCode=default(string), string StateOrProvince=default(string))
 Initializes a new instance of the AddressInformationV2 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 (AddressInformationV2 other)
 Returns true if AddressInformationV2 instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Address1 [get, set]
 First Line of the address. Maximum length: 100 characters. More...
 
string Address2 [get, set]
 Second Line of the address. Maximum length: 100 characters. More...
 
string City [get, set]
 
string Country [get, set]
 Specifies the country associated with the address. More...
 
string Fax [get, set]
 
string Phone [get, set]
 
string PostalCode [get, set]
 
string StateOrProvince [get, set]
 The state or province associated with the address. More...
 

Detailed Description

AddressInformationV2

Constructor & Destructor Documentation

◆ AddressInformationV2()

DocuSign.eSign.Model.AddressInformationV2.AddressInformationV2 ( string  Address1 = default(string),
string  Address2 = default(string),
string  City = default(string),
string  Country = default(string),
string  Fax = default(string),
string  Phone = default(string),
string  PostalCode = default(string),
string  StateOrProvince = default(string) 
)
inline

Initializes a new instance of the AddressInformationV2 class.

Parameters
Address1First Line of the address. Maximum length: 100 characters..
Address2Second Line of the address. Maximum length: 100 characters..
City.
CountrySpecifies the country associated with the address..
Fax.
Phone.
PostalCode.
StateOrProvinceThe state or province associated with the address..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AddressInformationV2 instances are equal

Parameters
otherInstance of AddressInformationV2 to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Address1

string DocuSign.eSign.Model.AddressInformationV2.Address1
getset

First Line of the address. Maximum length: 100 characters.

First Line of the address. Maximum length: 100 characters.

◆ Address2

string DocuSign.eSign.Model.AddressInformationV2.Address2
getset

Second Line of the address. Maximum length: 100 characters.

Second Line of the address. Maximum length: 100 characters.

◆ City

string DocuSign.eSign.Model.AddressInformationV2.City
getset

◆ Country

string DocuSign.eSign.Model.AddressInformationV2.Country
getset

Specifies the country associated with the address.

Specifies the country associated with the address.

◆ Fax

string DocuSign.eSign.Model.AddressInformationV2.Fax
getset

◆ Phone

string DocuSign.eSign.Model.AddressInformationV2.Phone
getset

◆ PostalCode

string DocuSign.eSign.Model.AddressInformationV2.PostalCode
getset

◆ StateOrProvince

string DocuSign.eSign.Model.AddressInformationV2.StateOrProvince
getset

The state or province associated with the address.

The state or province associated with the address.


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