# ExchangeLineItemAppliedDiscountInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for an applied discount on a calculated exchange line item. ### Access Scopes ## Fields * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The description of the discount. * [value](/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemAppliedDiscountValueInput): ExchangeLineItemAppliedDiscountValueInput! - The value of the discount as a fixed amount or a percentage. ## Input objects with this input object * [CalculateExchangeLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/CalculateExchangeLineItemInput) * [ExchangeLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemInput) ## Examples