Package com.liferay.commerce.tax
Class CommerceTaxCalculateRequest
java.lang.Object
com.liferay.commerce.tax.CommerceTaxCalculateRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonggetPrice()longbooleanbooleanbooleanbooleanDeprecated.As of Athanasius (7.3.x)voidsetCommerceBillingAddressId(long commerceBillingAddressId) voidsetCommerceChannelGroupId(long commerceChannelGroupId) voidsetCommerceShippingAddressId(long commerceShippingAddressId) voidsetCommerceTaxMethodId(long commerceTaxMethodId) voidsetIncludeTax(boolean includeTax) voidsetPercentage(boolean percentage) voidsetPrice(BigDecimal price) voidsetShipping(boolean shipping) voidsetTaxCategoryId(long taxCategoryId) voidsetWithTaxAmount(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)
-