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

Defines a billing payments response object. More...

Inheritance diagram for DocuSign.eSign.Model.BillingPaymentsResponse:

Public Member Functions

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

Properties

List< BillingPaymentItemBillingPayments [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 payments response object.

Constructor & Destructor Documentation

◆ BillingPaymentsResponse()

DocuSign.eSign.Model.BillingPaymentsResponse.BillingPaymentsResponse ( List< BillingPaymentItem BillingPayments = default(List<BillingPaymentItem>),
string  NextUri = default(string),
string  PreviousUri = default(string) 
)
inline

Initializes a new instance of the BillingPaymentsResponse class.

Parameters
BillingPaymentsReserved: 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.BillingPaymentsResponse.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingPaymentsResponse instances are equal

Parameters
otherInstance of BillingPaymentsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BillingPayments

List<BillingPaymentItem> DocuSign.eSign.Model.BillingPaymentsResponse.BillingPayments
getset

Reserved: TBD

Reserved: TBD

◆ NextUri

string DocuSign.eSign.Model.BillingPaymentsResponse.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.BillingPaymentsResponse.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: