# SubscriptionManualDiscountInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a subscription discount on a contract.

### Access Scopes



## Fields
* [entitledLines](/docs/api/admin/2025-01/input-objects/SubscriptionManualDiscountEntitledLinesInput): SubscriptionManualDiscountEntitledLinesInput - Entitled line items used to apply the subscription discount on.
* [recurringCycleLimit](/docs/api/admin/2025-01/scalars/Int): Int - The maximum number of times the subscription discount will be applied on orders.
* [title](/docs/api/admin/2025-01/scalars/String): String - The title associated with the subscription discount.
* [value](/docs/api/admin/2025-01/input-objects/SubscriptionManualDiscountValueInput): SubscriptionManualDiscountValueInput - Percentage or fixed amount value of the discount.


## Input objects with this input object
* [subscriptionDraftDiscountAdd](/docs/api/admin/2025-01/mutations/subscriptionDraftDiscountAdd)
* [subscriptionDraftDiscountUpdate](/docs/api/admin/2025-01/mutations/subscriptionDraftDiscountUpdate)


## Examples