# DiscountEffectInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for how the discount will be applied. Currently, only percentage off is supported.

### Access Scopes



## Fields
* [amount](/docs/api/admin-graphql/2025-01/scalars/Decimal): Decimal - The value of the discount.
* [percentage](/docs/api/admin-graphql/2025-01/scalars/Float): Float - The percentage value of the discount. Value must be between 0.00 - 1.00.


## Input objects with this input object
* [DiscountOnQuantityInput](/docs/api/admin-graphql/2025-01/input-objects/DiscountOnQuantityInput)


## Examples