object

CouponBreakup

Coupon price breakup details which includes coupon code, coupon type, coupon value, coupon description, coupon message etc.
Fields
code
String
Coupon code of the coupon applied. Example: 'SAVE10'
coupon_type
String
Type of the coupon applied to cart. Example: 'percentage'
coupon_value
Float
Value of the coupon applied to cart. Example: 10.0
description
String
Description of the coupon applied to cart. Example: '10% off on orders above ₹999'
is_applied
Boolean
Whether any coupon is applied to cart. Example: true
max_discount_value
Float
Maximum discount value of the coupon applied to cart. Example: 500.0
message
String
Coupon message of the coupon applied to cart. Example: 'Coupon applied successfully'
minimum_cart_value
Float
Minimum cart value after which the coupon can be applied. Example: 999.0
sub_title
String
Coupon subtitle used for display. Example: 'Limited time offer'
title
String
Coupon Title (name of the coupon). Example: 'SAVE10'
type
String
Type of the coupon applied to cart. Example: 'percentage'
Unique identifier of the coupon applied to cart. Example: 'cpn_123'
value
Float
Coupon value of the coupon applied to cart. Example: 150.0