Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.ProductPriceRangeQuery Class Reference

The price range of the product. More...

Public Member Functions

 ProductPriceRangeQuery (StringBuilder query)
 ProductPriceRangeQuery is used to build queries. Typically ProductPriceRangeQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ProductPriceRangeQuery maxVariantPrice (MoneyV2Delegate buildQuery)
 The highest variant's price. More...
 
ProductPriceRangeQuery minVariantPrice (MoneyV2Delegate buildQuery)
 The lowest variant's price. More...
 

Detailed Description

The price range of the product.

Constructor & Destructor Documentation

◆ ProductPriceRangeQuery()

Shopify.Unity.GraphQL.ProductPriceRangeQuery.ProductPriceRangeQuery ( StringBuilder  query)
inline

ProductPriceRangeQuery is used to build queries. Typically ProductPriceRangeQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ maxVariantPrice()

ProductPriceRangeQuery Shopify.Unity.GraphQL.ProductPriceRangeQuery.maxVariantPrice ( MoneyV2Delegate  buildQuery)
inline

The highest variant's price.

◆ minVariantPrice()

ProductPriceRangeQuery Shopify.Unity.GraphQL.ProductPriceRangeQuery.minVariantPrice ( MoneyV2Delegate  buildQuery)
inline

The lowest variant's price.


The documentation for this class was generated from the following file: