TaxAddressService Class |
Namespace: CMS.Ecommerce
public class TaxAddressService : ITaxAddressService
The TaxAddressService type exposes the following members.
Name | Description | |
---|---|---|
TaxAddressService |
Initializes a new instance of the TaxAddressService reflecting settings of the specified site.
|
Name | Description | |
---|---|---|
SiteID |
ID of the site for which this instance was created.
| |
SitePrefersShippingAddress |
Indicates whether a shipping address is preferred on the site for which this instance was created.
|
Name | Description | |
---|---|---|
CreateAddress |
Creates a new address according to the given parameters.
| |
GetDefaultAddress |
Returns the default address or null when can not be determined.
| |
GetTaxAddress |
Returns an address which should be used for the tax calculation.
|