Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 661 Bytes

File metadata and controls

17 lines (10 loc) · 661 Bytes

CatalogQueryRange

squareconnect.models.catalog_query_range

Description

Properties

Name Type Description Notes
attribute_name str The name of the attribute to be searched.
attribute_min_value int The desired minimum value for the search attribute (inclusive). [optional]
attribute_max_value int The desired maximum value for the search attribute (inclusive). [optional]

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