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

PaymentProcessorInformation More...

Inheritance diagram for DocuSign.eSign.Model.PaymentProcessorInformation:

Public Member Functions

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

Properties

AddressInformation Address [get, set]
 The mailing address associated with the payment processor. More...
 
string BillingAgreementId [get, set]
 Gets or Sets BillingAgreementId More...
 
string Email [get, set]
 Gets or Sets Email More...
 

Detailed Description

PaymentProcessorInformation

Constructor & Destructor Documentation

◆ PaymentProcessorInformation()

DocuSign.eSign.Model.PaymentProcessorInformation.PaymentProcessorInformation ( AddressInformation  Address = default(AddressInformation),
string  BillingAgreementId = default(string),
string  Email = default(string) 
)
inline

Initializes a new instance of the PaymentProcessorInformation class.

Parameters
AddressThe mailing address associated with the payment processor..
BillingAgreementIdBillingAgreementId.
EmailEmail.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PaymentProcessorInformation instances are equal

Parameters
otherInstance of PaymentProcessorInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Address

AddressInformation DocuSign.eSign.Model.PaymentProcessorInformation.Address
getset

The mailing address associated with the payment processor.

The mailing address associated with the payment processor.

◆ BillingAgreementId

string DocuSign.eSign.Model.PaymentProcessorInformation.BillingAgreementId
getset

Gets or Sets BillingAgreementId

◆ Email

string DocuSign.eSign.Model.PaymentProcessorInformation.Email
getset

Gets or Sets Email


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