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

Public Member Functions

string GetPaymentAuthCode ()
 The Auth Code returned by the card gateway. This is relevant only for card payments. More...
 
string GetPaymentResponseCode ()
 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 GetPaymentResponseMsg ()
 The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network. More...
 
IEnumerator
< PaymentNetworkResponse
GetEnumerator ()
 

Public Attributes

string PaymentAuthCode
 The Auth Code returned by the card gateway. This is relevant only for card payments. More...
 
string PaymentResponseCode
 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&#39;s the decline code received from the card issuer or the card processor. In the case of a card chargeback, it&#39;s the chargeback code received from the card network. More...
 
string PaymentResponseMsg
 The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network. More...
 

Member Function Documentation

IEnumerator<PaymentNetworkResponse> Orbipay.PaymentsApi.Client.Wrappers.PaymentNetworkResponse.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.PaymentNetworkResponse.GetPaymentAuthCode ( )

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.Wrappers.PaymentNetworkResponse.GetPaymentResponseCode ( )

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&#39;s the decline code received from the card issuer or the card processor. In the case of a card chargeback, it&#39;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&#39;s the decline code received from the card issuer or the card processor. In the case of a card chargeback, it&#39;s the chargeback code received from the card network.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentNetworkResponse.GetPaymentResponseMsg ( )

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.

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.PaymentNetworkResponse.PaymentAuthCode

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.Wrappers.PaymentNetworkResponse.PaymentResponseCode

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&#39;s the decline code received from the card issuer or the card processor. In the case of a card chargeback, it&#39;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&#39;s the decline code received from the card issuer or the card processor. In the case of a card chargeback, it&#39;s the chargeback code received from the card network.

string Orbipay.PaymentsApi.Client.Wrappers.PaymentNetworkResponse.PaymentResponseMsg

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: