Skip to Content

PackageCouponResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the coupon.[default to null]
codeStringCoupon code.[default to null]
discountDoubleDiscount value (flat amount or percentage).[default to null]
percentageBooleanWhether the discount is a percentage (true) or fixed amount (false).[default to null]
max_coupon_amountDoubleMaximum discount amount that can be applied.[optional] [default to null]
min_order_amountDoubleMinimum order amount required to use coupon.[optional] [default to null]
timesIntegerNumber of times coupon can be used.[optional] [default to null]
vendor_type_idLongVendor type this coupon is valid for.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]