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