public class CommerceTaxCalculateRequest
extends java.lang.Object
Constructor and Description |
---|
CommerceTaxCalculateRequest() |
Modifier and Type | Method and Description |
---|---|
long |
getCommerceBillingAddressId() |
long |
getCommerceChannelGroupId() |
long |
getCommerceShippingAddressId() |
long |
getCommerceTaxMethodId() |
java.math.BigDecimal |
getPrice() |
long |
getTaxCategoryId() |
boolean |
isIncludeTax() |
boolean |
isPercentage() |
boolean |
isShipping() |
boolean |
isWithTaxAmount()
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(java.math.BigDecimal price) |
void |
setShipping(boolean shipping) |
void |
setTaxCategoryId(long taxCategoryId) |
void |
setWithTaxAmount(boolean includeTax)
Deprecated.
As of Athanasius (7.3.x)
|
public long getCommerceBillingAddressId()
public long getCommerceChannelGroupId()
public long getCommerceShippingAddressId()
public long getCommerceTaxMethodId()
public java.math.BigDecimal getPrice()
public long getTaxCategoryId()
public boolean isIncludeTax()
public boolean isPercentage()
public boolean isShipping()
@Deprecated public boolean isWithTaxAmount()
public void setCommerceBillingAddressId(long commerceBillingAddressId)
public void setCommerceChannelGroupId(long commerceChannelGroupId)
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 setShipping(boolean shipping)
public void setTaxCategoryId(long taxCategoryId)
@Deprecated public void setWithTaxAmount(boolean includeTax)