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

Contains information about a billing invoice. More...

Inheritance diagram for DocuSign.eSign.Model.BillingInvoice:

Public Member Functions

 BillingInvoice (string Amount=default(string), string Balance=default(string), string DueDate=default(string), string InvoiceId=default(string), List< BillingInvoiceItem > InvoiceItems=default(List< BillingInvoiceItem >), string InvoiceNumber=default(string), string InvoiceUri=default(string), string NonTaxableAmount=default(string), string PdfAvailable=default(string), string TaxableAmount=default(string))
 Initializes a new instance of the BillingInvoice 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 (BillingInvoice other)
 Returns true if BillingInvoice 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 Balance [get, set]
 Reserved: TBD More...
 
string DueDate [get, set]
 Reserved: TBD More...
 
string InvoiceId [get, set]
 Reserved: TBD More...
 
List< BillingInvoiceItemInvoiceItems [get, set]
 Reserved: TBD More...
 
string InvoiceNumber [get, set]
 Reserved: TBD More...
 
string InvoiceUri [get, set]
 Contains a URI for an endpoint that you can use to retrieve invoice information. More...
 
string NonTaxableAmount [get, set]
 Gets or Sets NonTaxableAmount More...
 
string PdfAvailable [get, set]
 Gets or Sets PdfAvailable More...
 
string TaxableAmount [get, set]
 Gets or Sets TaxableAmount More...
 

Detailed Description

Contains information about a billing invoice.

Constructor & Destructor Documentation

◆ BillingInvoice()

DocuSign.eSign.Model.BillingInvoice.BillingInvoice ( string  Amount = default(string),
string  Balance = default(string),
string  DueDate = default(string),
string  InvoiceId = default(string),
List< BillingInvoiceItem InvoiceItems = default(List<BillingInvoiceItem>),
string  InvoiceNumber = default(string),
string  InvoiceUri = default(string),
string  NonTaxableAmount = default(string),
string  PdfAvailable = default(string),
string  TaxableAmount = default(string) 
)
inline

Initializes a new instance of the BillingInvoice class.

Parameters
AmountReserved: TBD.
BalanceReserved: TBD.
DueDateReserved: TBD.
InvoiceIdReserved: TBD.
InvoiceItemsReserved: TBD.
InvoiceNumberReserved: TBD.
InvoiceUriContains a URI for an endpoint that you can use to retrieve invoice information..
NonTaxableAmountNonTaxableAmount.
PdfAvailablePdfAvailable.
TaxableAmountTaxableAmount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingInvoice instances are equal

Parameters
otherInstance of BillingInvoice to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string DocuSign.eSign.Model.BillingInvoice.Amount
getset

Reserved: TBD

Reserved: TBD

◆ Balance

string DocuSign.eSign.Model.BillingInvoice.Balance
getset

Reserved: TBD

Reserved: TBD

◆ DueDate

string DocuSign.eSign.Model.BillingInvoice.DueDate
getset

Reserved: TBD

Reserved: TBD

◆ InvoiceId

string DocuSign.eSign.Model.BillingInvoice.InvoiceId
getset

Reserved: TBD

Reserved: TBD

◆ InvoiceItems

List<BillingInvoiceItem> DocuSign.eSign.Model.BillingInvoice.InvoiceItems
getset

Reserved: TBD

Reserved: TBD

◆ InvoiceNumber

string DocuSign.eSign.Model.BillingInvoice.InvoiceNumber
getset

Reserved: TBD

Reserved: TBD

◆ InvoiceUri

string DocuSign.eSign.Model.BillingInvoice.InvoiceUri
getset

Contains a URI for an endpoint that you can use to retrieve invoice information.

Contains a URI for an endpoint that you can use to retrieve invoice information.

◆ NonTaxableAmount

string DocuSign.eSign.Model.BillingInvoice.NonTaxableAmount
getset

Gets or Sets NonTaxableAmount

◆ PdfAvailable

string DocuSign.eSign.Model.BillingInvoice.PdfAvailable
getset

Gets or Sets PdfAvailable

◆ TaxableAmount

string DocuSign.eSign.Model.BillingInvoice.TaxableAmount
getset

Gets or Sets TaxableAmount


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