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

Defines a billing invoice response object. More...

Inheritance diagram for DocuSign.eSign.Model.BillingInvoicesResponse:

Public Member Functions

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

Properties

List< BillingInvoiceBillingInvoices [get, set]
 Reserved: TBD More...
 
string NextUri [get, set]
 The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. More...
 
string PreviousUri [get, set]
 The postal code for the billing address. More...
 

Detailed Description

Defines a billing invoice response object.

Constructor & Destructor Documentation

◆ BillingInvoicesResponse()

DocuSign.eSign.Model.BillingInvoicesResponse.BillingInvoicesResponse ( List< BillingInvoice BillingInvoices = default(List<BillingInvoice>),
string  NextUri = default(string),
string  PreviousUri = default(string) 
)
inline

Initializes a new instance of the BillingInvoicesResponse class.

Parameters
BillingInvoicesReserved: TBD.
NextUriThe URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null. .
PreviousUriThe postal code for the billing address..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingInvoicesResponse instances are equal

Parameters
otherInstance of BillingInvoicesResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BillingInvoices

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

Reserved: TBD

Reserved: TBD

◆ NextUri

string DocuSign.eSign.Model.BillingInvoicesResponse.NextUri
getset

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.

◆ PreviousUri

string DocuSign.eSign.Model.BillingInvoicesResponse.PreviousUri
getset

The postal code for the billing address.

The postal code for the billing address.


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