My Project
|
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'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 |
The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network. More... | |
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'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.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.
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'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.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.