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

BillingInvoicesSummary More...

Inheritance diagram for DocuSign.eSign.Model.BillingInvoicesSummary:

Public Member Functions

 BillingInvoicesSummary (string AccountBalance=default(string), List< BillingInvoice > BillingInvoices=default(List< BillingInvoice >), string CurrencyCode=default(string), string PastDueBalance=default(string), string PaymentAllowed=default(string))
 Initializes a new instance of the BillingInvoicesSummary 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 (BillingInvoicesSummary other)
 Returns true if BillingInvoicesSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountBalance [get, set]
 Gets or Sets AccountBalance More...
 
List< BillingInvoiceBillingInvoices [get, set]
 Reserved: TBD More...
 
string CurrencyCode [get, set]
 Gets or Sets CurrencyCode More...
 
string PastDueBalance [get, set]
 Gets or Sets PastDueBalance More...
 
string PaymentAllowed [get, set]
 Gets or Sets PaymentAllowed More...
 

Detailed Description

BillingInvoicesSummary

Constructor & Destructor Documentation

◆ BillingInvoicesSummary()

DocuSign.eSign.Model.BillingInvoicesSummary.BillingInvoicesSummary ( string  AccountBalance = default(string),
List< BillingInvoice BillingInvoices = default(List<BillingInvoice>),
string  CurrencyCode = default(string),
string  PastDueBalance = default(string),
string  PaymentAllowed = default(string) 
)
inline

Initializes a new instance of the BillingInvoicesSummary class.

Parameters
AccountBalanceAccountBalance.
BillingInvoicesReserved: TBD.
CurrencyCodeCurrencyCode.
PastDueBalancePastDueBalance.
PaymentAllowedPaymentAllowed.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingInvoicesSummary instances are equal

Parameters
otherInstance of BillingInvoicesSummary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountBalance

string DocuSign.eSign.Model.BillingInvoicesSummary.AccountBalance
getset

Gets or Sets AccountBalance

◆ BillingInvoices

List<BillingInvoice> DocuSign.eSign.Model.BillingInvoicesSummary.BillingInvoices
getset

Reserved: TBD

Reserved: TBD

◆ CurrencyCode

string DocuSign.eSign.Model.BillingInvoicesSummary.CurrencyCode
getset

Gets or Sets CurrencyCode

◆ PastDueBalance

string DocuSign.eSign.Model.BillingInvoicesSummary.PastDueBalance
getset

Gets or Sets PastDueBalance

◆ PaymentAllowed

string DocuSign.eSign.Model.BillingInvoicesSummary.PaymentAllowed
getset

Gets or Sets PaymentAllowed


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