CartItemDiscount
Discount information for a cart item
This page contains
Fields
| id: ID! | Unique identifier of the discount |
| code: String | Applied discount code |
| numOfBillingCycles: Int | Number of billing cycles the discount applies to |
| discountAmountExceedsProductPrice: Boolean! | Indicates if the discount amount exceeds the product price |
Parent objects of CartItemDiscount
| CartItem | A single item in the cart |