--- title: AppSubscriptionDiscountValue - GraphQL Admin description: The value of the discount. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/unions/appsubscriptiondiscountvalue md: https://shopify.dev/docs/api/admin-graphql/unstable/unions/appsubscriptiondiscountvalue.md --- # App​Subscription​Discount​Value union The value of the discount. ## Fields with this union * [App​Subscription​Discount.value](https://shopify.dev/docs/api/admin-graphql/unstable/objects/AppSubscriptionDiscount#field-AppSubscriptionDiscount.fields.value) OBJECT Discount applied to the recurring pricing portion of a subscription. *** ```graphql union AppSubscriptionDiscountValue = AppSubscriptionDiscountAmount | AppSubscriptionDiscountPercentage ```