--- title: SubscriptionDiscountEntitledLines - GraphQL Admin description: Represents the subscription lines the discount applies on. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondiscountentitledlines md: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondiscountentitledlines.md --- # Subscription​Discount​Entitled​Lines object Requires the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. Represents the subscription lines the discount applies on. ## Fields * all [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Specify whether the subscription discount will apply on all subscription lines. * lines [Subscription​Line​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/SubscriptionLineConnection) non-null The list of subscription lines associated with the subscription discount. *** ## Map ### Fields with this object * {}[SubscriptionManualDiscount.entitledLines](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionManualDiscount#field-SubscriptionManualDiscount.fields.entitledLines)