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

Defines a billing plan response object. More...

Inheritance diagram for DocuSign.eSign.Model.BillingPlanResponse:

Public Member Functions

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

Properties

BillingPlan BillingPlan [get, set]
 An object that contains details about the billing plan. More...
 
List< BillingPlanSuccessorPlans [get, set]
 Gets or Sets SuccessorPlans More...
 

Detailed Description

Defines a billing plan response object.

Constructor & Destructor Documentation

◆ BillingPlanResponse()

DocuSign.eSign.Model.BillingPlanResponse.BillingPlanResponse ( BillingPlan  BillingPlan = default(BillingPlan),
List< BillingPlan SuccessorPlans = default(List<BillingPlan>) 
)
inline

Initializes a new instance of the BillingPlanResponse class.

Parameters
BillingPlanAn object that contains details about the billing plan..
SuccessorPlansSuccessorPlans.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingPlanResponse instances are equal

Parameters
otherInstance of BillingPlanResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BillingPlan

BillingPlan DocuSign.eSign.Model.BillingPlanResponse.BillingPlan
getset

An object that contains details about the billing plan.

An object that contains details about the billing plan.

◆ SuccessorPlans

List<BillingPlan> DocuSign.eSign.Model.BillingPlanResponse.SuccessorPlans
getset

Gets or Sets SuccessorPlans


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