@ProviderType
public interface CommerceTaxCalculation
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(CommerceOrder commerceOrder,
CommerceContext commerceContext) |
java.util.List<CommerceTaxValue> |
getCommerceTaxValues(long groupId,
long cpInstanceId,
long commerceBillingAddressId,
long commerceShippingAddressId,
java.math.BigDecimal amount,
CommerceContext commerceContext) |
com.liferay.commerce.currency.model.CommerceMoney |
getTaxAmount(CommerceOrder commerceOrder,
CommerceContext commerceContext) |
java.util.List<CommerceTaxValue> getCommerceTaxValues(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CommerceTaxValue> getCommerceTaxValues(long groupId, long cpInstanceId, long commerceBillingAddressId, long commerceShippingAddressId, java.math.BigDecimal amount, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.commerce.currency.model.CommerceMoney getTaxAmount(CommerceOrder commerceOrder, CommerceContext commerceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException