coupon
object
The discount applied to a cart
Properties
Name | Type | Description |
---|---|---|
is_percentage | boolean | Whether the coupon is percentage based or not |
code | string | Coupon code |
value | number | Coupon discount value |
deducted_amount | number | Amount deducted from items subtotal |
type | string (Either 1 or 2 ) | Coupon type |
type_text | string (Either percentage or fixed ) | Coupon type (Readable) |