public class DefaultCommerceCartEstimateTaxesStrategy extends java.lang.Object implements CommerceCartEstimateTaxesStrategy
| Constructor and Description |
|---|
DefaultCommerceCartEstimateTaxesStrategy() |
| 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.
|
public DefaultCommerceCartEstimateTaxesStrategy()
public java.math.BigDecimal estimateTaxes(CartModel cartModel, java.lang.String deliveryZipCode, java.lang.String deliveryCountryIsocode)
CommerceCartEstimateTaxesStrategyestimateTaxes in interface CommerceCartEstimateTaxesStrategycartModel - 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.