Click or drag to resize
PaymentGatewayProcessor Class
Default implementation of IPaymentGatewayProcessor.
Inheritance Hierarchy
SystemObject
  CMS.EcommercePaymentGatewayProcessor

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class PaymentGatewayProcessor : IPaymentGatewayProcessor

The PaymentGatewayProcessor type exposes the following members.

Constructors
  NameDescription
Public methodPaymentGatewayProcessor
Top
Methods
  NameDescription
Public methodProcessPayment
Process payment using given provider.
Top
See Also