Click or drag to resize
ICustomerRegistrationRepository Interface
Repository for storing data related to customer registration after checkout process is finished.

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

The ICustomerRegistrationRepository type exposes the following members.

Properties
  NameDescription
Public propertyIsCustomerRegisteredAfterCheckout
Indicates that customer will be registered after checkout.
Public propertyRegisteredAfterCheckoutTemplate
E-mail template code name used for registration after checkout.
Top
Methods
  NameDescription
Public methodClear
Clears repository values.
Top
See Also