public interface CommerceCartEstimateTaxesStrategy
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
estimateTaxes(CartModel cartModel,
java.lang.String deliveryZipCode,
java.lang.String deliveryCountryIsocode)
Estimate taxes for the cartModel and using the deliveryZipCode as the delivery zip code.
|
java.math.BigDecimal estimateTaxes(CartModel cartModel, java.lang.String deliveryZipCode, java.lang.String deliveryCountryIsocode)
cartModel - cart to estimate taxes fordeliveryZipCode - zip code to use as the delivery addressdeliveryCountryIsocode - country to use for the delivery addressCopyright © 2018 SAP SE. All Rights Reserved.