Click or drag to resize
IPaymentGatewayFormFactory Interface
Defines factory for providing payment gateways form controls.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface IPaymentGatewayFormFactory

The IPaymentGatewayFormFactory type exposes the following members.

Methods
  NameDescription
Public methodGetPaymentGatewayForm
Returns instance of CMSPaymentGatewayForm based on given provider or null when no form is bound to given provider.
Top
See Also