stack

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

AdminTypes.PriceRuleMoneyRange interface

A money range within which the price rule is applicable.

Signature:

export interface PriceRuleMoneyRange 

Properties

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