stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleMoneyRangeInput

AdminTypes.PriceRuleMoneyRangeInput interface

The input fields to update the money range within which the price rule is applicable.

Signature:

export interface PriceRuleMoneyRangeInput 

Properties

Property Modifiers Type Description
greaterThan?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The lower bound of the money range.
greaterThanOrEqualTo?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The lower or equal bound of the money range.
lessThan?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The upper bound of the money range.
lessThanOrEqualTo?   InputMaybe<Scalars[‘Money’][‘input’]> (Optional) The upper or equal bound of the money range.