public class CommerceTaxCalculateRequest
extends java.lang.Object
| Constructor and Description |
|---|
CommerceTaxCalculateRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChannelGroupId() |
long |
getCommerceBillingAddressId() |
long |
getCommerceShippingAddressId() |
long |
getCommerceTaxMethodId() |
java.math.BigDecimal |
getPrice() |
long |
getTaxCategoryId() |
boolean |
isIncludeTax() |
boolean |
isPercentage() |
boolean |
isWithTaxAmount()
Deprecated.
As of Athanasius (7.3.x)
|
void |
setChannelGroupId(long channelGroupId) |
void |
setCommerceBillingAddressId(long commerceBillingAddressId) |
void |
setCommerceShippingAddressId(long commerceShippingAddressId) |
void |
setCommerceTaxMethodId(long commerceTaxMethodId) |
void |
setIncludeTax(boolean includeTax) |
void |
setPercentage(boolean percentage) |
void |
setPrice(java.math.BigDecimal price) |
void |
setTaxCategoryId(long taxCategoryId) |
void |
setWithTaxAmount(boolean includeTax)
Deprecated.
As of Athanasius (7.3.x)
|
public long getChannelGroupId()
public long getCommerceBillingAddressId()
public long getCommerceShippingAddressId()
public long getCommerceTaxMethodId()
public java.math.BigDecimal getPrice()
public long getTaxCategoryId()
public boolean isIncludeTax()
public boolean isPercentage()
@Deprecated public boolean isWithTaxAmount()
public void setChannelGroupId(long channelGroupId)
public void setCommerceBillingAddressId(long commerceBillingAddressId)
public void setCommerceShippingAddressId(long commerceShippingAddressId)
public void setCommerceTaxMethodId(long commerceTaxMethodId)
public void setIncludeTax(boolean includeTax)
public void setPercentage(boolean percentage)
public void setPrice(java.math.BigDecimal price)
public void setTaxCategoryId(long taxCategoryId)
@Deprecated public void setWithTaxAmount(boolean includeTax)