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

Contains information on a billing plan. More...

Inheritance diagram for DocuSign.eSign.Model.BillingPayment:

Public Member Functions

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

Properties

string Amount [get, set]
 Reserved: TBD More...
 
string InvoiceId [get, set]
 Reserved: TBD More...
 
string PaymentId [get, set]
 Gets or Sets PaymentId More...
 

Detailed Description

Contains information on a billing plan.

Constructor & Destructor Documentation

◆ BillingPayment()

DocuSign.eSign.Model.BillingPayment.BillingPayment ( string  Amount = default(string),
string  InvoiceId = default(string),
string  PaymentId = default(string) 
)
inline

Initializes a new instance of the BillingPayment class.

Parameters
AmountReserved: TBD.
InvoiceIdReserved: TBD.
PaymentIdPaymentId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingPayment instances are equal

Parameters
otherInstance of BillingPayment to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string DocuSign.eSign.Model.BillingPayment.Amount
getset

Reserved: TBD

Reserved: TBD

◆ InvoiceId

string DocuSign.eSign.Model.BillingPayment.InvoiceId
getset

Reserved: TBD

Reserved: TBD

◆ PaymentId

string DocuSign.eSign.Model.BillingPayment.PaymentId
getset

Gets or Sets PaymentId


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