public final class ProductDiscount extends Object
| Constructor and Description |
|---|
ProductDiscount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getCodes() |
Boolean |
getEnabled() |
Double |
getOff() |
String |
getRule() |
String |
getUnit() |
int |
hashCode() |
ProductDiscount |
setCodes(List<String> codes) |
ProductDiscount |
setEnabled(Boolean enabled) |
ProductDiscount |
setOff(Double off) |
ProductDiscount |
setRule(String rule) |
ProductDiscount |
setUnit(String unit) |
public ProductDiscount setCodes(List<String> codes)
public Boolean getEnabled()
public ProductDiscount setEnabled(Boolean enabled)
public Double getOff()
public ProductDiscount setOff(Double off)
public String getRule()
public ProductDiscount setRule(String rule)
public String getUnit()
public ProductDiscount setUnit(String unit)
Copyright © 2023. All rights reserved.