abstract class ShippingCostsIncludedCouponType extends java.lang.Object implements CouponType
Modifier and Type | Field and Description |
---|---|
private boolean |
shippingCostsIncluded |
Constructor and Description |
---|
ShippingCostsIncludedCouponType() |
Modifier and Type | Method and Description |
---|---|
boolean |
getShippingCostsIncluded() |
void |
setShippingCostsIncluded(boolean shippingCostsIncluded) |