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

PayPalLegacySettings More...

Inheritance diagram for DocuSign.eSign.Model.PayPalLegacySettings:

Public Member Functions

 PayPalLegacySettings (string Currency=default(string), string Partner=default(string), string Password=default(string), string UserName=default(string), string Vendor=default(string))
 Initializes a new instance of the PayPalLegacySettings 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 (PayPalLegacySettings other)
 Returns true if PayPalLegacySettings instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Currency [get, set]
 Gets or Sets Currency More...
 
string Partner [get, set]
 Gets or Sets Partner More...
 
string Password [get, set]
 Gets or Sets Password More...
 
string UserName [get, set]
 Gets or Sets UserName More...
 
string Vendor [get, set]
 Gets or Sets Vendor More...
 

Detailed Description

PayPalLegacySettings

Constructor & Destructor Documentation

◆ PayPalLegacySettings()

DocuSign.eSign.Model.PayPalLegacySettings.PayPalLegacySettings ( string  Currency = default(string),
string  Partner = default(string),
string  Password = default(string),
string  UserName = default(string),
string  Vendor = default(string) 
)
inline

Initializes a new instance of the PayPalLegacySettings class.

Parameters
CurrencyCurrency.
PartnerPartner.
PasswordPassword.
UserNameUserName.
VendorVendor.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PayPalLegacySettings instances are equal

Parameters
otherInstance of PayPalLegacySettings to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string DocuSign.eSign.Model.PayPalLegacySettings.Currency
getset

Gets or Sets Currency

◆ Partner

string DocuSign.eSign.Model.PayPalLegacySettings.Partner
getset

Gets or Sets Partner

◆ Password

string DocuSign.eSign.Model.PayPalLegacySettings.Password
getset

Gets or Sets Password

◆ UserName

string DocuSign.eSign.Model.PayPalLegacySettings.UserName
getset

Gets or Sets UserName

◆ Vendor

string DocuSign.eSign.Model.PayPalLegacySettings.Vendor
getset

Gets or Sets Vendor


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