Click or drag to resize
IDirectPaymentGatewayProvider Interface
Interface describing the external payment gateway supporting direct payments.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface IDirectPaymentGatewayProvider : IPaymentGatewayProvider

The IDirectPaymentGatewayProvider type exposes the following members.

Properties
  NameDescription
Public propertyOrderId
Sets existing OrderInfo ID.
(Inherited from IPaymentGatewayProvider.)
Top
Methods
  NameDescription
Public methodProcessPayment
Processes the payment in external gateway directly.
Public methodUseDelayedPayment
Returns whether both gateway and provider shall use delayed payment method.
(Inherited from IPaymentGatewayProvider.)
Top
See Also