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

Contains information about a preview billing plan. More...

Inheritance diagram for DocuSign.eSign.Model.BillingPlanPreview:

Public Member Functions

 BillingPlanPreview (string CurrencyCode=default(string), BillingInvoice Invoice=default(BillingInvoice), string IsProrated=default(string), string SubtotalAmount=default(string), string TaxAmount=default(string), string TotalAmount=default(string))
 Initializes a new instance of the BillingPlanPreview 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 (BillingPlanPreview other)
 Returns true if BillingPlanPreview instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CurrencyCode [get, set]
 Specifies the ISO currency code for the account. More...
 
BillingInvoice Invoice [get, set]
 Gets or Sets Invoice More...
 
string IsProrated [get, set]
 Gets or Sets IsProrated More...
 
string SubtotalAmount [get, set]
 Gets or Sets SubtotalAmount More...
 
string TaxAmount [get, set]
 Gets or Sets TaxAmount More...
 
string TotalAmount [get, set]
 Gets or Sets TotalAmount More...
 

Detailed Description

Contains information about a preview billing plan.

Constructor & Destructor Documentation

◆ BillingPlanPreview()

DocuSign.eSign.Model.BillingPlanPreview.BillingPlanPreview ( string  CurrencyCode = default(string),
BillingInvoice  Invoice = default(BillingInvoice),
string  IsProrated = default(string),
string  SubtotalAmount = default(string),
string  TaxAmount = default(string),
string  TotalAmount = default(string) 
)
inline

Initializes a new instance of the BillingPlanPreview class.

Parameters
CurrencyCodeSpecifies the ISO currency code for the account..
InvoiceInvoice.
IsProratedIsProrated.
SubtotalAmountSubtotalAmount.
TaxAmountTaxAmount.
TotalAmountTotalAmount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingPlanPreview instances are equal

Parameters
otherInstance of BillingPlanPreview to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CurrencyCode

string DocuSign.eSign.Model.BillingPlanPreview.CurrencyCode
getset

Specifies the ISO currency code for the account.

Specifies the ISO currency code for the account.

◆ Invoice

BillingInvoice DocuSign.eSign.Model.BillingPlanPreview.Invoice
getset

Gets or Sets Invoice

◆ IsProrated

string DocuSign.eSign.Model.BillingPlanPreview.IsProrated
getset

Gets or Sets IsProrated

◆ SubtotalAmount

string DocuSign.eSign.Model.BillingPlanPreview.SubtotalAmount
getset

Gets or Sets SubtotalAmount

◆ TaxAmount

string DocuSign.eSign.Model.BillingPlanPreview.TaxAmount
getset

Gets or Sets TaxAmount

◆ TotalAmount

string DocuSign.eSign.Model.BillingPlanPreview.TotalAmount
getset

Gets or Sets TotalAmount


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