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 |
isPercentage() |
void |
setChannelGroupId(long channelGroupId) |
void |
setCommerceBillingAddressId(long commerceBillingAddressId) |
void |
setCommerceShippingAddressId(long commerceShippingAddressId) |
void |
setCommerceTaxMethodId(long commerceTaxMethodId) |
void |
setPercentage(boolean percentage) |
void |
setPrice(java.math.BigDecimal price) |
void |
setTaxCategoryId(long taxCategoryId) |
public long getChannelGroupId()
public long getCommerceBillingAddressId()
public long getCommerceShippingAddressId()
public long getCommerceTaxMethodId()
public java.math.BigDecimal getPrice()
public long getTaxCategoryId()
public boolean isPercentage()
public void setChannelGroupId(long channelGroupId)
public void setCommerceBillingAddressId(long commerceBillingAddressId)
public void setCommerceShippingAddressId(long commerceShippingAddressId)
public void setCommerceTaxMethodId(long commerceTaxMethodId)
public void setPercentage(boolean percentage)
public void setPrice(java.math.BigDecimal price)
public void setTaxCategoryId(long taxCategoryId)