You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > TaxApi Class > TaxApi Methods > GetApplicableTaxRateList
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
TaxApi.GetApplicableTaxRateList Method

Returns a list of applicable tax rates for the supplied addresses. There will be at most one rate for each available tax class for the the specified addresses.

C#
public virtual List<TaxRateData> GetApplicableTaxRateList(AddressData shipFromAddress, AddressData shipToAddress);
Visual Basic
Public virtual Function GetApplicableTaxRateList(shipFromAddress As AddressData, shipToAddress As AddressData) As List<TaxRateData>
Parameters 
Description 
shipFromAddress 
Address where the products are coming from. 
shipToAddress 
Address where products are going. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!