Class TradeDiscount
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v11_1_0.TradeDiscount
-
@Generated("jsonschema2pojo") public class TradeDiscount extends Object
Trade DiscountA discount applied to the line item in addition to the overall vendor discount, e.g. discount based on quantity purchased.
-
-
Constructor Summary
Constructors Constructor Description TradeDiscount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAmount()
AmountObject
getPercent()
Percentint
hashCode()
void
setAmount(Object amount)
Amountvoid
setPercent(Object percent)
PercentString
toString()
TradeDiscount
withAmount(Object amount)
TradeDiscount
withPercent(Object percent)
-
-
-
Method Detail
-
getAmount
public Object getAmount()
AmountThe amount of the discount.
-
setAmount
public void setAmount(Object amount)
AmountThe amount of the discount.
-
withAmount
public TradeDiscount withAmount(Object amount)
-
getPercent
public Object getPercent()
PercentThe percentage of the discount.
-
setPercent
public void setPercent(Object percent)
PercentThe percentage of the discount.
-
withPercent
public TradeDiscount withPercent(Object percent)
-
-