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

NewAccountSummary More...

Inheritance diagram for DocuSign.eSign.Model.NewAccountSummary:

Public Member Functions

 NewAccountSummary (string AccountId=default(string), string AccountIdGuid=default(string), string AccountName=default(string), string ApiPassword=default(string), string BaseUrl=default(string), BillingPlanPreview BillingPlanPreview=default(BillingPlanPreview), string UserId=default(string))
 Initializes a new instance of the NewAccountSummary 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 (NewAccountSummary other)
 Returns true if NewAccountSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountId [get, set]
 The account ID associated with the envelope. More...
 
string AccountIdGuid [get, set]
 The GUID associated with the account ID. More...
 
string AccountName [get, set]
 The account name for the new account. More...
 
string ApiPassword [get, set]
 Contains a token that can be used for authentication in API calls instead of using the user name and password. More...
 
string BaseUrl [get, set]
 The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri&#39;s that are relative to this baseUrl. More...
 
BillingPlanPreview BillingPlanPreview [get, set]
 Gets or Sets BillingPlanPreview More...
 
string UserId [get, set]
 Specifies the user ID of the new user. More...
 

Detailed Description

NewAccountSummary

Constructor & Destructor Documentation

◆ NewAccountSummary()

DocuSign.eSign.Model.NewAccountSummary.NewAccountSummary ( string  AccountId = default(string),
string  AccountIdGuid = default(string),
string  AccountName = default(string),
string  ApiPassword = default(string),
string  BaseUrl = default(string),
BillingPlanPreview  BillingPlanPreview = default(BillingPlanPreview),
string  UserId = default(string) 
)
inline

Initializes a new instance of the NewAccountSummary class.

Parameters
AccountIdThe account ID associated with the envelope..
AccountIdGuidThe GUID associated with the account ID..
AccountNameThe account name for the new account..
ApiPasswordContains a token that can be used for authentication in API calls instead of using the user name and password..
BaseUrlThe URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri&#39;s that are relative to this baseUrl..
BillingPlanPreviewBillingPlanPreview.
UserIdSpecifies the user ID of the new user..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if NewAccountSummary instances are equal

Parameters
otherInstance of NewAccountSummary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.NewAccountSummary.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ AccountIdGuid

string DocuSign.eSign.Model.NewAccountSummary.AccountIdGuid
getset

The GUID associated with the account ID.

The GUID associated with the account ID.

◆ AccountName

string DocuSign.eSign.Model.NewAccountSummary.AccountName
getset

The account name for the new account.

The account name for the new account.

◆ ApiPassword

string DocuSign.eSign.Model.NewAccountSummary.ApiPassword
getset

Contains a token that can be used for authentication in API calls instead of using the user name and password.

Contains a token that can be used for authentication in API calls instead of using the user name and password.

◆ BaseUrl

string DocuSign.eSign.Model.NewAccountSummary.BaseUrl
getset

The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri&#39;s that are relative to this baseUrl.

The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri&#39;s that are relative to this baseUrl.

◆ BillingPlanPreview

BillingPlanPreview DocuSign.eSign.Model.NewAccountSummary.BillingPlanPreview
getset

Gets or Sets BillingPlanPreview

◆ UserId

string DocuSign.eSign.Model.NewAccountSummary.UserId
getset

Specifies the user ID of the new user.

Specifies the user ID of the new user.


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