# DiscountAmountInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the value of the discount and how it is applied. ### Access Scopes ## Fields * [amount](/docs/api/admin-graphql/2024-10/scalars/Decimal): Decimal - The value of the discount. * [appliesOnEachItem](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - If true, then the discount is applied to each of the entitled items. If false, then the amount is split across all of the entitled items. ## Input objects with this input object * [DiscountCustomerGetsValueInput](/docs/api/admin-graphql/2024-10/input-objects/DiscountCustomerGetsValueInput) ## Examples