Click or drag to resize
ITaxAddressService Interface
Defines the contract for classes responsible for the tax address resolution.

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

The ITaxAddressService type exposes the following members.

Methods
  NameDescription
Public methodGetTaxAddress
Returns an address using which the tax should be calculated.
Top
See Also