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