DiscountType
No description
enum DiscountType {
NONE
SALE_PRICE
PRICE_CAMPAIGN
}
Values
DiscountType.NONE
DiscountType.SALE_PRICE
DiscountType.PRICE_CAMPAIGN
Member Of
ProductType
object