Click or drag to resize
IRoundingServiceFactory Interface
Interface for factories providing site-specific rounding services.

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

The IRoundingServiceFactory type exposes the following members.

Methods
  NameDescription
Public methodGetRoundingService
Returns rounding service specific for given site.
Top
See Also