# ExchangeLineItemAppliedDiscountValueInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input value for an applied discount on a calculated exchange line item. Can either specify the value as a fixed amount or a percentage. ### Access Scopes ## Fields * [amount](/docs/api/admin-graphql/2024-07/input-objects/MoneyInput): MoneyInput - The value of the discount as a fixed amount. * [percentage](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The value of the discount as a percentage. ## Input objects with this input object * [ExchangeLineItemAppliedDiscountInput](/docs/api/admin-graphql/2024-07/input-objects/ExchangeLineItemAppliedDiscountInput) ## Examples