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

This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it. More...

Inheritance diagram for DocuSign.eSign.Model.PaymentMethodWithOptions:

Public Member Functions

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

Properties

List< string > SupportedCurrencies [get, set]
 Gets or Sets SupportedCurrencies More...
 
List< string > SupportedOptions [get, set]
 Gets or Sets SupportedOptions More...
 
string Type [get, set]
 Gets or Sets Type More...
 

Detailed Description

This object contains information about a payment method that the gateway accepts and the payment options that are compatible with it.

Constructor & Destructor Documentation

◆ PaymentMethodWithOptions()

DocuSign.eSign.Model.PaymentMethodWithOptions.PaymentMethodWithOptions ( List< string >  SupportedCurrencies = default(List<string>),
List< string >  SupportedOptions = default(List<string>),
string  Type = default(string) 
)
inline

Initializes a new instance of the PaymentMethodWithOptions class.

Parameters
SupportedCurrenciesSupportedCurrencies.
SupportedOptionsSupportedOptions.
TypeType.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PaymentMethodWithOptions instances are equal

Parameters
otherInstance of PaymentMethodWithOptions to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SupportedCurrencies

List<string> DocuSign.eSign.Model.PaymentMethodWithOptions.SupportedCurrencies
getset

Gets or Sets SupportedCurrencies

◆ SupportedOptions

List<string> DocuSign.eSign.Model.PaymentMethodWithOptions.SupportedOptions
getset

Gets or Sets SupportedOptions

◆ Type

string DocuSign.eSign.Model.PaymentMethodWithOptions.Type
getset

Gets or Sets Type


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