# SubscriptionAtomicManualDiscountInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for mapping a subscription line to a discount. ### Access Scopes ## Fields * [recurringCycleLimit](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The maximum number of times the subscription discount will be applied on orders. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title associated with the subscription discount. * [value](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionManualDiscountValueInput): SubscriptionManualDiscountValueInput - Percentage or fixed amount value of the discount. ## Input objects with this input object * [SubscriptionAtomicLineInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionAtomicLineInput) ## Examples