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

Manual discount applications capture the intentions of a discount that was manually created. More...

Public Member Functions

 ManualDiscountApplicationQuery (StringBuilder query)
 ManualDiscountApplicationQuery is used to build queries. Typically ManualDiscountApplicationQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ManualDiscountApplicationQuery allocationMethod ()
 The method by which the discount's value is allocated to its entitled items. More...
 
ManualDiscountApplicationQuery description ()
 The description of the application. More...
 
ManualDiscountApplicationQuery targetSelection ()
 Which lines of targetType that the discount is allocated over. More...
 
ManualDiscountApplicationQuery targetType ()
 The type of line that the discount is applicable towards. More...
 
ManualDiscountApplicationQuery title ()
 The title of the application. More...
 
ManualDiscountApplicationQuery value (PricingValueDelegate buildQuery)
 The value of the discount application. More...
 

Detailed Description

Manual discount applications capture the intentions of a discount that was manually created.

Constructor & Destructor Documentation

◆ ManualDiscountApplicationQuery()

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

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

Member Function Documentation

◆ allocationMethod()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.allocationMethod ( )
inline

The method by which the discount's value is allocated to its entitled items.

◆ description()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.description ( )
inline

The description of the application.

◆ targetSelection()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.targetSelection ( )
inline

Which lines of targetType that the discount is allocated over.

◆ targetType()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.targetType ( )
inline

The type of line that the discount is applicable towards.

◆ title()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.title ( )
inline

The title of the application.

◆ value()

ManualDiscountApplicationQuery Shopify.Unity.GraphQL.ManualDiscountApplicationQuery.value ( PricingValueDelegate  buildQuery)
inline

The value of the discount application.


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