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

Contains address information. More...

Inheritance diagram for DocuSign.eSign.Model.AddressInformation:

Public Member Functions

 AddressInformation (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), string ZipPlus4=default(string))
 Initializes a new instance of the AddressInformation 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 (AddressInformation other)
 Returns true if AddressInformation 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]
 The city associated with the address. More...
 
string Country [get, set]
 Specifies the country associated with the address. More...
 
string Fax [get, set]
 A Fax number associated with the address if one is available. More...
 
string Phone [get, set]
 A phone number associated with the address. More...
 
string PostalCode [get, set]
 Gets or Sets PostalCode More...
 
string StateOrProvince [get, set]
 Gets or Sets StateOrProvince More...
 
string ZipPlus4 [get, set]
 Gets or Sets ZipPlus4 More...
 

Detailed Description

Contains address information.

Constructor & Destructor Documentation

◆ AddressInformation()

DocuSign.eSign.Model.AddressInformation.AddressInformation ( 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),
string  ZipPlus4 = default(string) 
)
inline

Initializes a new instance of the AddressInformation class.

Parameters
Address1First Line of the address. Maximum length: 100 characters..
Address2Second Line of the address. Maximum length: 100 characters..
CityThe city associated with the address..
CountrySpecifies the country associated with the address..
FaxA Fax number associated with the address if one is available..
PhoneA phone number associated with the address..
PostalCodePostalCode.
StateOrProvinceStateOrProvince.
ZipPlus4ZipPlus4.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AddressInformation instances are equal

Parameters
otherInstance of AddressInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Address1

string DocuSign.eSign.Model.AddressInformation.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.AddressInformation.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.AddressInformation.City
getset

The city associated with the address.

The city associated with the address.

◆ Country

string DocuSign.eSign.Model.AddressInformation.Country
getset

Specifies the country associated with the address.

Specifies the country associated with the address.

◆ Fax

string DocuSign.eSign.Model.AddressInformation.Fax
getset

A Fax number associated with the address if one is available.

A Fax number associated with the address if one is available.

◆ Phone

string DocuSign.eSign.Model.AddressInformation.Phone
getset

A phone number associated with the address.

A phone number associated with the address.

◆ PostalCode

string DocuSign.eSign.Model.AddressInformation.PostalCode
getset

Gets or Sets PostalCode

◆ StateOrProvince

string DocuSign.eSign.Model.AddressInformation.StateOrProvince
getset

Gets or Sets StateOrProvince

◆ ZipPlus4

string DocuSign.eSign.Model.AddressInformation.ZipPlus4
getset

Gets or Sets ZipPlus4


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