Coupon validity schema which includes coupon title, coupon code, next validation flag, valid flag, error display message and discount of coupon.
Fields
code
StringCoupon code of the coupon applied.
discount
FloatCoupon discount value of the coupon applied.
display_message_en
StringDisplay message for coupon validity.
next_validation_required
BooleanFlag for coupon validation required on next page or not.
title
StringCoupon Title of the coupon applied.
valid
BooleanValid flag which denotes if the applied coupon is valid or not.
Was this section helpful?