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

Represents a single line in an order. There is one line item for each distinct product variant. More...

Public Member Functions

 OrderLineItemQuery (StringBuilder query)
 OrderLineItemQuery is used to build queries. Typically OrderLineItemQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
OrderLineItemQuery customAttributes (AttributeDelegate buildQuery)
 List of custom attributes associated to the line item. More...
 
OrderLineItemQuery discountAllocations (DiscountAllocationDelegate buildQuery)
 The discounts that have been allocated onto the order line item by discount applications. More...
 
OrderLineItemQuery quantity ()
 The number of products variants associated to the line item. More...
 
OrderLineItemQuery title ()
 The title of the product combined with title of the variant. More...
 
OrderLineItemQuery variant (ProductVariantDelegate buildQuery)
 The product variant object associated to the line item. More...
 

Detailed Description

Represents a single line in an order. There is one line item for each distinct product variant.

Constructor & Destructor Documentation

◆ OrderLineItemQuery()

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

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

Member Function Documentation

◆ customAttributes()

OrderLineItemQuery Shopify.Unity.GraphQL.OrderLineItemQuery.customAttributes ( AttributeDelegate  buildQuery)
inline

List of custom attributes associated to the line item.

◆ discountAllocations()

OrderLineItemQuery Shopify.Unity.GraphQL.OrderLineItemQuery.discountAllocations ( DiscountAllocationDelegate  buildQuery)
inline

The discounts that have been allocated onto the order line item by discount applications.

◆ quantity()

OrderLineItemQuery Shopify.Unity.GraphQL.OrderLineItemQuery.quantity ( )
inline

The number of products variants associated to the line item.

◆ title()

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

The title of the product combined with title of the variant.

◆ variant()

OrderLineItemQuery Shopify.Unity.GraphQL.OrderLineItemQuery.variant ( ProductVariantDelegate  buildQuery)
inline

The product variant object associated to the line item.


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