# PromotionDiscountTypeEnum

### Values

**PERCENTAGE**

Uses percentage value to calculate the discount (e.g 10% off). Used by default. Requires Percent.

**FIXED\_AMOUNT**

Uses a fixed amount to calculate the discount. (e.g. €10 off). Requires amount.
