# PriceRuleMoneyRangeInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to update the money range within which the price rule is applicable. ### Access Scopes ## Fields * [greaterThan](/docs/api/admin-graphql/2024-07/scalars/Money): Money - The lower bound of the money range. * [greaterThanOrEqualTo](/docs/api/admin-graphql/2024-07/scalars/Money): Money - The lower or equal bound of the money range. * [lessThan](/docs/api/admin-graphql/2024-07/scalars/Money): Money - The upper bound of the money range. * [lessThanOrEqualTo](/docs/api/admin-graphql/2024-07/scalars/Money): Money - The upper or equal bound of the money range. ## Input objects with this input object * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) ## Examples