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

Defines a billing payment request object. More...

Inheritance diagram for DocuSign.eSign.Model.BillingPaymentItem:

Public Member Functions

 BillingPaymentItem (string Amount=default(string), string Description=default(string), string PaymentDate=default(string), string PaymentId=default(string), string PaymentNumber=default(string))
 Initializes a new instance of the BillingPaymentItem 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 (BillingPaymentItem other)
 Returns true if BillingPaymentItem 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 Description [get, set]
 Gets or Sets Description More...
 
string PaymentDate [get, set]
 Gets or Sets PaymentDate More...
 
string PaymentId [get, set]
 Gets or Sets PaymentId More...
 
string PaymentNumber [get, set]
 When set to true, a PDF version of the invoice is available. To get the PDF, make the call again and change &quot;Accept:&quot; in the header to &quot;Accept: application/pdf&quot;. More...
 

Detailed Description

Defines a billing payment request object.

Constructor & Destructor Documentation

◆ BillingPaymentItem()

DocuSign.eSign.Model.BillingPaymentItem.BillingPaymentItem ( string  Amount = default(string),
string  Description = default(string),
string  PaymentDate = default(string),
string  PaymentId = default(string),
string  PaymentNumber = default(string) 
)
inline

Initializes a new instance of the BillingPaymentItem class.

Parameters
AmountReserved: TBD.
DescriptionDescription.
PaymentDatePaymentDate.
PaymentIdPaymentId.
PaymentNumberWhen set to true, a PDF version of the invoice is available. To get the PDF, make the call again and change &quot;Accept:&quot; in the header to &quot;Accept: application/pdf&quot;..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BillingPaymentItem instances are equal

Parameters
otherInstance of BillingPaymentItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string DocuSign.eSign.Model.BillingPaymentItem.Amount
getset

Reserved: TBD

Reserved: TBD

◆ Description

string DocuSign.eSign.Model.BillingPaymentItem.Description
getset

Gets or Sets Description

◆ PaymentDate

string DocuSign.eSign.Model.BillingPaymentItem.PaymentDate
getset

Gets or Sets PaymentDate

◆ PaymentId

string DocuSign.eSign.Model.BillingPaymentItem.PaymentId
getset

Gets or Sets PaymentId

◆ PaymentNumber

string DocuSign.eSign.Model.BillingPaymentItem.PaymentNumber
getset

When set to true, a PDF version of the invoice is available. To get the PDF, make the call again and change &quot;Accept:&quot; in the header to &quot;Accept: application/pdf&quot;.

When set to true, a PDF version of the invoice is available. To get the PDF, make the call again and change &quot;Accept:&quot; in the header to &quot;Accept: application/pdf&quot;.


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