CartItemDiscount
Represents CartItemDiscount type
This page contains
Fields
| id: ID! | Unique Identifier for the applied discount of cart item |
| code: String! | Discount code value of the applied discount of the cart item |
| numOfBillingCycles: Int | Number of billing cycles for which discount is applicable |
Parent objects of CartItemDiscount
| CartItem PREVIEW | Represents single item in the cart |


