object

CartDetailCoupon

Cart level coupon data which denoes cashback amount, coupon code, coupon description, coupon sub title, and coupon value.
Fields
cashback_amount
Float
Fields denotes cashback amount applied to cart.
cashback_message_primary
String
Primary cashback message for coupon applied to cart.
cashback_message_secondary
String
Secondary cashback message for coupon applied to cart.
coupon_code
String
Coupon code to be applied to cart.
coupon_description
String
Coupon description of the coupon applied to cart.
coupon_id
String
Unique identifier of the coupon applied to cart.
coupon_subtitle
String
Coupon subtitle of the coupon applied to cart.
coupon_title
String
Coupon Title of the coupon applied.
coupon_type
String
Type of the coupon applied to cart.
coupon_value
Float
Value of the coupon applied to cart.
discount
Float
Total discount earned from coupon applied to cart.
is_applied
Boolean
Flag to determine where the coupon is applied to cart or not.
is_valid
Boolean
Determine where the coupon applied to cart is valid.
maximum_discount_value
Float
Maximum discount value of the coupon applied to cart.
message
String
Coupon message of the coupon applied to cart.
minimum_cart_value
Float
Minimum cart value of the coupon applied to cart.