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

PaymentGatewayAccountSetting More...

Inheritance diagram for DocuSign.eSign.Model.PaymentGatewayAccountSetting:

Public Member Functions

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

Properties

string ApiFields [get, set]
 Gets or Sets ApiFields More...
 
string AuthorizationCode [get, set]
 Gets or Sets AuthorizationCode More...
 
string CredentialStatus [get, set]
 Gets or Sets CredentialStatus More...
 
string MerchantId [get, set]
 Gets or Sets MerchantId More...
 

Detailed Description

PaymentGatewayAccountSetting

Constructor & Destructor Documentation

◆ PaymentGatewayAccountSetting()

DocuSign.eSign.Model.PaymentGatewayAccountSetting.PaymentGatewayAccountSetting ( string  ApiFields = default(string),
string  AuthorizationCode = default(string),
string  CredentialStatus = default(string),
string  MerchantId = default(string) 
)
inline

Initializes a new instance of the PaymentGatewayAccountSetting class.

Parameters
ApiFieldsApiFields.
AuthorizationCodeAuthorizationCode.
CredentialStatusCredentialStatus.
MerchantIdMerchantId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PaymentGatewayAccountSetting instances are equal

Parameters
otherInstance of PaymentGatewayAccountSetting to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiFields

string DocuSign.eSign.Model.PaymentGatewayAccountSetting.ApiFields
getset

Gets or Sets ApiFields

◆ AuthorizationCode

string DocuSign.eSign.Model.PaymentGatewayAccountSetting.AuthorizationCode
getset

Gets or Sets AuthorizationCode

◆ CredentialStatus

string DocuSign.eSign.Model.PaymentGatewayAccountSetting.CredentialStatus
getset

Gets or Sets CredentialStatus

◆ MerchantId

string DocuSign.eSign.Model.PaymentGatewayAccountSetting.MerchantId
getset

Gets or Sets MerchantId


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