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

Contains address input information. More...

Inheritance diagram for DocuSign.eSign.Model.AddressInformationInput:

Public Member Functions

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

Properties

AddressInformation AddressInformation [get, set]
 A complex type that contains the following information for the new account: &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60;, &#x60;fax&#x60;, &#x60;phone&#x60;, &#x60;postalCode&#x60; and &#x60;stateOrProvince&#x60;. The maximum characters for the strings are: * &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60; and &#x60;stateOrProvince&#x60;: 100 characters * &#x60;postalCode&#x60;, &#x60;phone&#x60;, and &#x60;fax&#x60;: 20 characters Note: If country is US (United States), &#x60;stateOrProvince&#x60; codes are validated. Otherwise, &#x60;stateOrProvince&#x60; is treated as a non-validated string used to specify a state, province, or region. More...
 
string DisplayLevelCode [get, set]
 Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay More...
 
string ReceiveInResponse [get, set]
 When set to true, the information needs to be returned in the response. More...
 

Detailed Description

Contains address input information.

Constructor & Destructor Documentation

◆ AddressInformationInput()

DocuSign.eSign.Model.AddressInformationInput.AddressInformationInput ( AddressInformation  AddressInformation = default(AddressInformation),
string  DisplayLevelCode = default(string),
string  ReceiveInResponse = default(string) 
)
inline

Initializes a new instance of the AddressInformationInput class.

Parameters
AddressInformationA complex type that contains the following information for the new account: &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60;, &#x60;fax&#x60;, &#x60;phone&#x60;, &#x60;postalCode&#x60; and &#x60;stateOrProvince&#x60;. The maximum characters for the strings are: * &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60; and &#x60;stateOrProvince&#x60;: 100 characters * &#x60;postalCode&#x60;, &#x60;phone&#x60;, and &#x60;fax&#x60;: 20 characters Note: If country is US (United States), &#x60;stateOrProvince&#x60; codes are validated. Otherwise, &#x60;stateOrProvince&#x60; is treated as a non-validated string used to specify a state, province, or region..
DisplayLevelCodeSpecifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
ReceiveInResponseWhen set to true, the information needs to be returned in the response..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AddressInformationInput instances are equal

Parameters
otherInstance of AddressInformationInput to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddressInformation

AddressInformation DocuSign.eSign.Model.AddressInformationInput.AddressInformation
getset

A complex type that contains the following information for the new account: &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60;, &#x60;fax&#x60;, &#x60;phone&#x60;, &#x60;postalCode&#x60; and &#x60;stateOrProvince&#x60;. The maximum characters for the strings are: * &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60; and &#x60;stateOrProvince&#x60;: 100 characters * &#x60;postalCode&#x60;, &#x60;phone&#x60;, and &#x60;fax&#x60;: 20 characters Note: If country is US (United States), &#x60;stateOrProvince&#x60; codes are validated. Otherwise, &#x60;stateOrProvince&#x60; is treated as a non-validated string used to specify a state, province, or region.

A complex type that contains the following information for the new account: &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60;, &#x60;fax&#x60;, &#x60;phone&#x60;, &#x60;postalCode&#x60; and &#x60;stateOrProvince&#x60;. The maximum characters for the strings are: * &#x60;address1&#x60;, &#x60;address2&#x60;, &#x60;city&#x60;, &#x60;country&#x60; and &#x60;stateOrProvince&#x60;: 100 characters * &#x60;postalCode&#x60;, &#x60;phone&#x60;, and &#x60;fax&#x60;: 20 characters Note: If country is US (United States), &#x60;stateOrProvince&#x60; codes are validated. Otherwise, &#x60;stateOrProvince&#x60; is treated as a non-validated string used to specify a state, province, or region.

◆ DisplayLevelCode

string DocuSign.eSign.Model.AddressInformationInput.DisplayLevelCode
getset

Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay

Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay

◆ ReceiveInResponse

string DocuSign.eSign.Model.AddressInformationInput.ReceiveInResponse
getset

When set to true, the information needs to be returned in the response.

When set to true, the information needs to be returned in the response.


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