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

A line item describes details about an individual line item in a payment request. More...

Inheritance diagram for DocuSign.eSign.Model.PaymentLineItem:

Public Member Functions

 PaymentLineItem (string AmountReference=default(string), string Description=default(string), string ItemCode=default(string), string Name=default(string))
 Initializes a new instance of the PaymentLineItem 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 (PaymentLineItem other)
 Returns true if PaymentLineItem instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AmountReference [get, set]
 Gets or Sets AmountReference More...
 
string Description [get, set]
 Gets or Sets Description More...
 
string ItemCode [get, set]
 Gets or Sets ItemCode More...
 
string Name [get, set]
 Gets or Sets Name More...
 

Detailed Description

A line item describes details about an individual line item in a payment request.

Constructor & Destructor Documentation

◆ PaymentLineItem()

DocuSign.eSign.Model.PaymentLineItem.PaymentLineItem ( string  AmountReference = default(string),
string  Description = default(string),
string  ItemCode = default(string),
string  Name = default(string) 
)
inline

Initializes a new instance of the PaymentLineItem class.

Parameters
AmountReferenceAmountReference.
DescriptionDescription.
ItemCodeItemCode.
NameName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PaymentLineItem instances are equal

Parameters
otherInstance of PaymentLineItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AmountReference

string DocuSign.eSign.Model.PaymentLineItem.AmountReference
getset

Gets or Sets AmountReference

◆ Description

string DocuSign.eSign.Model.PaymentLineItem.Description
getset

Gets or Sets Description

◆ ItemCode

string DocuSign.eSign.Model.PaymentLineItem.ItemCode
getset

Gets or Sets ItemCode

◆ Name

string DocuSign.eSign.Model.PaymentLineItem.Name
getset

Gets or Sets Name


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