More...
|
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...
|
|
This class subject to change without prior notice, Please dont use this class directly.
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
-
paymentAuthCode | The Auth Code returned by the card gateway. This is relevant only for card payments.. |
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.. |
paymentResponseMsg | The text describing the appropriate code captured in the payment_response_code as received from the corresponding payment network.. |
override bool Orbipay.PaymentsApi.Client.Models.PaymentNetworkResponseVo.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object 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
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: