CatalogQueryRange

March 13, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
attribute_namegetAttributeName()setAttributeName($value)stringThe name of the attribute to be searched.
attribute_min_valuegetAttributeMinValue()setAttributeMinValue($value)intThe desired minimum value for the search attribute (inclusive).[optional]
attribute_max_valuegetAttributeMaxValue()setAttributeMaxValue($value)intThe desired maximum value for the search attribute (inclusive).[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]