# AppSubscriptionDiscount - admin-graphql - OBJECT Version: 2024-07 ## Description Discount applied to the recurring pricing portion of a subscription. ### Access Scopes ## Fields * [durationLimitInIntervals](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The total number of billing intervals to which the discount will be applied. The discount will be applied to an indefinite number of billing intervals if this value is blank. * [priceAfterDiscount](/docs/api/admin-graphql/2024-07/objects/MoneyV2): MoneyV2! - The price of the subscription after the discount is applied. * [remainingDurationInIntervals](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The remaining number of billing intervals to which the discount will be applied. * [value](/docs/api/admin-graphql/2024-07/unions/AppSubscriptionDiscountValue): AppSubscriptionDiscountValue! - The value of the discount applied every billing interval. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples