public static IList<TaxRule> GetPotentialTaxRules( int taxCodeId, TaxAddress billingAddress, TaxAddress shippingAddress, User user )
Parameters
- taxCodeId
- The tax code of the taxable item
- billingAddress
- The billing address for the item
- shippingAddress
- The shipping address for the item
- user
- The user shopping for the item
Return Value
A List of TaxRule records that may apply