object

CouponValidity

Coupon validity schema which includes coupon title, coupon code, next validation flag, valid flag, error display message and discount of coupon.
Fields
code
String
Coupon code of the coupon applied.
discount
Float
Coupon discount value of the coupon applied.
display_message_en
String
Display message for coupon validity.
next_validation_required
Boolean
Flag for coupon validation required on next page or not.
title
String
Coupon Title of the coupon applied.
valid
Boolean
Valid flag which denotes if the applied coupon is valid or not.