# PriceRuleMoneyRange - admin - OBJECT
Version: 2025-01

## Description
A money range within which the price rule is applicable.

### Access Scopes
`read_price_rules` access scope.


## Fields
* [greaterThan](/docs/api/admin/2025-01/scalars/Money): Money - The lower bound of the money range.
* [greaterThanOrEqualTo](/docs/api/admin/2025-01/scalars/Money): Money - The lower bound or equal of the money range.
* [lessThan](/docs/api/admin/2025-01/scalars/Money): Money - The upper bound of the money range.
* [lessThanOrEqualTo](/docs/api/admin/2025-01/scalars/Money): Money - The upper bound or equal of the money range.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples