Class CommerceTaxCalculateRequest

java.lang.Object
com.liferay.commerce.tax.CommerceTaxCalculateRequest

public class CommerceTaxCalculateRequest extends Object
  • Constructor Details

    • CommerceTaxCalculateRequest

      public CommerceTaxCalculateRequest()
  • Method Details

    • getCommerceBillingAddressId

      public long getCommerceBillingAddressId()
    • getCommerceChannelGroupId

      public long getCommerceChannelGroupId()
    • getCommerceShippingAddressId

      public long getCommerceShippingAddressId()
    • getCommerceTaxMethodId

      public long getCommerceTaxMethodId()
    • getPrice

      public BigDecimal getPrice()
    • getTaxCategoryId

      public long getTaxCategoryId()
    • isIncludeTax

      public boolean isIncludeTax()
    • isPercentage

      public boolean isPercentage()
    • isShipping

      public boolean isShipping()
    • isWithTaxAmount

      @Deprecated public boolean 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

      public void setPrice(BigDecimal price)
    • setShipping

      public void setShipping(boolean shipping)
    • setTaxCategoryId

      public void setTaxCategoryId(long taxCategoryId)
    • setWithTaxAmount

      @Deprecated public void setWithTaxAmount(boolean includeTax)
      Deprecated.
      As of Athanasius (7.3.x)