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

BillingEntityInformationResponse More...

Inheritance diagram for DocuSign.eSign.Model.BillingEntityInformationResponse:

Public Member Functions

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

Properties

string BillingProfile [get, set]
 Gets or Sets BillingProfile More...
 
string EntityName [get, set]
 Gets or Sets EntityName More...
 
string ExternalEntityId [get, set]
 Gets or Sets ExternalEntityId More...
 
string IsExternallyBilled [get, set]
 Gets or Sets IsExternallyBilled More...
 

Detailed Description

BillingEntityInformationResponse

Constructor & Destructor Documentation

◆ BillingEntityInformationResponse()

DocuSign.eSign.Model.BillingEntityInformationResponse.BillingEntityInformationResponse ( string  BillingProfile = default(string),
string  EntityName = default(string),
string  ExternalEntityId = default(string),
string  IsExternallyBilled = default(string) 
)
inline

Initializes a new instance of the BillingEntityInformationResponse class.

Parameters
BillingProfileBillingProfile.
EntityNameEntityName.
ExternalEntityIdExternalEntityId.
IsExternallyBilledIsExternallyBilled.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingEntityInformationResponse instances are equal

Parameters
otherInstance of BillingEntityInformationResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BillingProfile

string DocuSign.eSign.Model.BillingEntityInformationResponse.BillingProfile
getset

Gets or Sets BillingProfile

◆ EntityName

string DocuSign.eSign.Model.BillingEntityInformationResponse.EntityName
getset

Gets or Sets EntityName

◆ ExternalEntityId

string DocuSign.eSign.Model.BillingEntityInformationResponse.ExternalEntityId
getset

Gets or Sets ExternalEntityId

◆ IsExternallyBilled

string DocuSign.eSign.Model.BillingEntityInformationResponse.IsExternallyBilled
getset

Gets or Sets IsExternallyBilled


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