Click or drag to resize
IShippingPriceCalculatorFactory Interface
Contract for factories creating instances of IShippingPriceCalculator.

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

The IShippingPriceCalculatorFactory type exposes the following members.

Methods
  NameDescription
Public methodGetCalculator
Returns a calculator of shipping costs for specified shippingOption.
Top
See Also