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

The compare-at price and price of a variant sharing a currency. More...

Public Member Functions

 ProductVariantPricePairQuery (StringBuilder query)
 ProductVariantPricePairQuery is used to build queries. Typically ProductVariantPricePairQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ProductVariantPricePairQuery compareAtPrice (MoneyV2Delegate buildQuery)
 The compare-at price of the variant with associated currency. More...
 
ProductVariantPricePairQuery price (MoneyV2Delegate buildQuery)
 The price of the variant with associated currency. More...
 

Detailed Description

The compare-at price and price of a variant sharing a currency.

Constructor & Destructor Documentation

◆ ProductVariantPricePairQuery()

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

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

Member Function Documentation

◆ compareAtPrice()

ProductVariantPricePairQuery Shopify.Unity.GraphQL.ProductVariantPricePairQuery.compareAtPrice ( MoneyV2Delegate  buildQuery)
inline

The compare-at price of the variant with associated currency.

◆ price()

ProductVariantPricePairQuery Shopify.Unity.GraphQL.ProductVariantPricePairQuery.price ( MoneyV2Delegate  buildQuery)
inline

The price of the variant with associated currency.


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