|
Docusign CSharp Docs
|
Contains information about a billing invoice. More...
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< BillingInvoiceItem > | InvoiceItems [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... | |
Contains information about a billing invoice.
|
inline |
Initializes a new instance of the BillingInvoice class.
| Amount | Reserved: TBD. |
| Balance | Reserved: TBD. |
| DueDate | Reserved: TBD. |
| InvoiceId | Reserved: TBD. |
| InvoiceItems | Reserved: TBD. |
| InvoiceNumber | Reserved: TBD. |
| InvoiceUri | Contains a URI for an endpoint that you can use to retrieve invoice information.. |
| NonTaxableAmount | NonTaxableAmount. |
| PdfAvailable | PdfAvailable. |
| TaxableAmount | TaxableAmount. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if BillingInvoice instances are equal
| other | Instance of BillingInvoice to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Reserved: TBD
Reserved: TBD
|
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.
|
getset |
Gets or Sets NonTaxableAmount
|
getset |
Gets or Sets PdfAvailable
|
getset |
Gets or Sets TaxableAmount
1.8.13