Click or drag to resize
IPaymentGatewayProvider Interface
General payment gateway provider implementation.

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

The IPaymentGatewayProvider type exposes the following members.

Properties
  NameDescription
Public propertyOrderId
Sets existing OrderInfo ID.
Top
Methods
  NameDescription
Public methodUseDelayedPayment
Returns whether both gateway and provider shall use delayed payment method.
Top
See Also