Represents the response information returned when processing a payment through a payment gateway.
This class represents general response data. Each payment gateway provider that extends PaymentGatewayProvider
can, optionally, extend this class and add additional properties or functionality.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public class PaymentGatewayResponse |
| Visual Basic (Declaration) |
|---|
Public Class PaymentGatewayResponse |
| Visual C++ |
|---|
public ref class PaymentGatewayResponse |
Inheritance Hierarchy
See Also