SubscriptionLineGroup
This page contains
Fields
| id: String | ID of the subscription line group |
| productRef: String | Product reference |
| editionRef: String | Edition reference |
| subscriptionRef: String | Subscription reference |
| transitionType: String | Transition type (e.g., NEW_PURCHASE, CHANGE, RECURRING_CHARGE) |
| effectiveUnitPrice: Decimal | Effective unit price |
| preDiscountEffectiveUnitPrice: Decimal | Pre-discount effective unit price |
| billingPeriod: Period PREVIEW | Billing period |
| discounts: SubscriptionLineGroupDiscounts PREVIEW | Discounts applied to this subscription line group |
| subscriptionQuantity: Decimal | Subscription quantity |
| isQuantityChanged: Boolean | Flag indicating if quantity changed |
| subscriptionTotal: Decimal | Subscription total |
| lineRefs: [String!] | List of invoice line references |
Parent objects of SubscriptionLineGroup
| Invoice PREVIEW | Definition of an invoice |
Queries for SubscriptionLineGroup
| invoice PREVIEW | Retrieve an invoice by id |