IAttributeIntegerRangeFilter
No description
interface IAttributeIntegerRangeFilter {
min: Int
max: Int
}
Fields
IAttributeIntegerRangeFilter.min
● Int
scalar
Minumum value for this attribute
IAttributeIntegerRangeFilter.max
● Int
scalar
The number of products found with this attribute value.
Implemented By
AttributeIntegerRangeFilter
object