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

An amount discounting the line that has been allocated by a discount. More...

Public Member Functions

 DiscountAllocationQuery (StringBuilder query)
 DiscountAllocationQuery is used to build queries. Typically DiscountAllocationQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
DiscountAllocationQuery allocatedAmount (MoneyV2Delegate buildQuery)
 Amount of discount allocated. More...
 
DiscountAllocationQuery discountApplication (DiscountApplicationDelegate buildQuery)
 The discount this allocated amount originated from. More...
 

Detailed Description

An amount discounting the line that has been allocated by a discount.

Constructor & Destructor Documentation

◆ DiscountAllocationQuery()

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

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

Member Function Documentation

◆ allocatedAmount()

DiscountAllocationQuery Shopify.Unity.GraphQL.DiscountAllocationQuery.allocatedAmount ( MoneyV2Delegate  buildQuery)
inline

Amount of discount allocated.

◆ discountApplication()

DiscountAllocationQuery Shopify.Unity.GraphQL.DiscountAllocationQuery.discountApplication ( DiscountApplicationDelegate  buildQuery)
inline

The discount this allocated amount originated from.


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