Click or drag to resize
IRoundingService Interface
Defines interface to implement price rounding service.

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

The IRoundingService type exposes the following members.

Methods
  NameDescription
Public methodRound
Returns rounded price according to the specified currency.
Top
See Also