Click or drag to resize
ICountryStateTaxRateSource Interface
Defines the contract for classes providing tax rate for country (and state).

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

The ICountryStateTaxRateSource type exposes the following members.

Methods
  NameDescription
Public methodGetRate
Returns a tax rate (0..1) for the specified tax class, country and state.
Top
See Also