My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo:

Public Member Functions

 PaymentNetworkResponseVo (string paymentAuthCode=default(string), string paymentResponseCode=default(string), string paymentResponseMsg=default(string))
 Initializes a new instance of the PaymentNetworkResponseVo class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (PaymentNetworkResponseVo input)
 Returns true if PaymentNetworkResponseVo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string PaymentAuthCode [get, set]
 The Auth Code returned by the card gateway. This is relevant only for card payments. More...
 
string PaymentResponseCode [get, set]
 This is the ACH return code in the case of a returned payment over the NACHA ACH network. In the case of declined card payment, it's the decline code received from the card issuer or the card processor. In the case of a card chargeback, it's the chargeback code received from the card network. More...
 
string PaymentResponseMsg [get, set]
 The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.PaymentNetworkResponseVo ( string  paymentAuthCode = default(string),
string  paymentResponseCode = default(string),
string  paymentResponseMsg = default(string) 
)

Initializes a new instance of the PaymentNetworkResponseVo class.

Parameters
paymentAuthCodeThe Auth Code returned by the card gateway. This is relevant only for card payments..
paymentResponseCodeThis is the ACH return code in the case of a returned payment over the NACHA ACH network. In the case of declined card payment, it's the decline code received from the card issuer or the card processor. In the case of a card chargeback, it's the chargeback code received from the card network..
paymentResponseMsgThe text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.Equals ( PaymentNetworkResponseVo  input)

Returns true if PaymentNetworkResponseVo instances are equal

Parameters
inputInstance of PaymentNetworkResponseVo to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.PaymentAuthCode
getset

The Auth Code returned by the card gateway. This is relevant only for card payments.

The Auth Code returned by the card gateway. This is relevant only for card payments.

string Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.PaymentResponseCode
getset

This is the ACH return code in the case of a returned payment over the NACHA ACH network. In the case of declined card payment, it's the decline code received from the card issuer or the card processor. In the case of a card chargeback, it's the chargeback code received from the card network.

This is the ACH return code in the case of a returned payment over the NACHA ACH network. In the case of declined card payment, it's the decline code received from the card issuer or the card processor. In the case of a card chargeback, it's the chargeback code received from the card network.

string Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.PaymentResponseMsg
getset

The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network.

The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network.


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