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.3.0

Syntax

C#
public class PaymentGatewayResponse
Visual Basic
Public Class PaymentGatewayResponse
Visual C++
public ref class PaymentGatewayResponse

Inheritance Hierarchy

System..::..Object
  Asi.iBO.Commerce..::..PaymentGatewayResponse

See Also