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

The price value (fixed or percentage) for a discount application. More...

Public Member Functions

 PricingValueQuery (StringBuilder query)
 PricingValueQuery is used to build queries. Typically PricingValueQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
PricingValueQuery onMoneyV2 (MoneyV2Delegate buildQuery)
 will allow you to write queries on MoneyV2. More...
 
PricingValueQuery onPricingPercentageValue (PricingPercentageValueDelegate buildQuery)
 will allow you to write queries on PricingPercentageValue. More...
 

Detailed Description

The price value (fixed or percentage) for a discount application.

Constructor & Destructor Documentation

◆ PricingValueQuery()

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

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

Member Function Documentation

◆ onMoneyV2()

PricingValueQuery Shopify.Unity.GraphQL.PricingValueQuery.onMoneyV2 ( MoneyV2Delegate  buildQuery)
inline

will allow you to write queries on MoneyV2.

◆ onPricingPercentageValue()

PricingValueQuery Shopify.Unity.GraphQL.PricingValueQuery.onPricingPercentageValue ( PricingPercentageValueDelegate  buildQuery)
inline

will allow you to write queries on PricingPercentageValue.


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