CouponDiscountTypeDto
Specifies the type of discount applied by a coupon.
bodyenumOptional
Specifies the type of discount applied by a coupon.
Possible enum values
unspecifiedNo discount type specified. This value is typically used as a default or uninitialized state.
percentA percentage-based discount (e.g., 10% off).
amountA fixed amount discount (e.g., $5 off).
Example
"unspecified"