The PaymentGatewayService determines which PaymentGatewayProvider is the correct one to process a payment and then delegates the processing work to that provider. Input into that decision comes entirely from the config file (e.g., web.config).

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public class PaymentGatewayService
Visual Basic (Declaration)
Public Class PaymentGatewayService
Visual C++
public ref class PaymentGatewayService

Inheritance Hierarchy

System..::.Object
  Asi.iBO.Commerce..::.PaymentGatewayService

See Also