Package com.liferay.commerce.tax
Class CommerceTaxCalculateRequest
java.lang.Object
com.liferay.commerce.tax.CommerceTaxCalculateRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
getPrice()
long
boolean
boolean
boolean
boolean
Deprecated.As of Athanasius (7.3.x)void
setCommerceBillingAddressId
(long commerceBillingAddressId) void
setCommerceChannelGroupId
(long commerceChannelGroupId) void
setCommerceShippingAddressId
(long commerceShippingAddressId) void
setCommerceTaxMethodId
(long commerceTaxMethodId) void
setIncludeTax
(boolean includeTax) void
setPercentage
(boolean percentage) void
setPrice
(BigDecimal price) void
setShipping
(boolean shipping) void
setTaxCategoryId
(long taxCategoryId) void
setWithTaxAmount
(boolean includeTax) Deprecated.As of Athanasius (7.3.x)
-
Constructor Details
-
CommerceTaxCalculateRequest
public CommerceTaxCalculateRequest()
-
-
Method Details
-
getCommerceBillingAddressId
public long getCommerceBillingAddressId() -
getCommerceChannelGroupId
public long getCommerceChannelGroupId() -
getCommerceShippingAddressId
public long getCommerceShippingAddressId() -
getCommerceTaxMethodId
public long getCommerceTaxMethodId() -
getPrice
-
getTaxCategoryId
public long getTaxCategoryId() -
isIncludeTax
public boolean isIncludeTax() -
isPercentage
public boolean isPercentage() -
isShipping
public boolean isShipping() -
isWithTaxAmount
Deprecated.As of Athanasius (7.3.x) -
setCommerceBillingAddressId
public void setCommerceBillingAddressId(long commerceBillingAddressId) -
setCommerceChannelGroupId
public void setCommerceChannelGroupId(long commerceChannelGroupId) -
setCommerceShippingAddressId
public void setCommerceShippingAddressId(long commerceShippingAddressId) -
setCommerceTaxMethodId
public void setCommerceTaxMethodId(long commerceTaxMethodId) -
setIncludeTax
public void setIncludeTax(boolean includeTax) -
setPercentage
public void setPercentage(boolean percentage) -
setPrice
-
setShipping
public void setShipping(boolean shipping) -
setTaxCategoryId
public void setTaxCategoryId(long taxCategoryId) -
setWithTaxAmount
Deprecated.As of Athanasius (7.3.x)
-