CartItemEdition
Edition details for a cart item
This page contains
Fields
id: ID! | Unique identifier of the edition |
code: String! | Edition code |
name: String! | Edition name |
revenueType: CartItemRevenueType! | Revenue type for this edition |
trial: CartItemPricingPeriod | Trial period details |
expiredTrialGracePeriod: Int | Grace period in days after trial expiration |
pricingPlans: [PricingPlan!]! PREVIEW | Available pricing plans |
legalAndCompliance: CartItemProductEditionLegalAndCompliance | Legal and compliance information |
Parent objects of CartItemEdition
CartItem | A single item in the cart |
CartItemProduct | Product information for a cart item |