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

Return type for checkoutLineItemsUpdate mutation. More...

Public Member Functions

 CheckoutLineItemsUpdatePayloadQuery (StringBuilder query)
 CheckoutLineItemsUpdatePayloadQuery is used to build queries. Typically CheckoutLineItemsUpdatePayloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CheckoutLineItemsUpdatePayloadQuery checkout (CheckoutDelegate buildQuery)
 The updated checkout object. More...
 
CheckoutLineItemsUpdatePayloadQuery checkoutUserErrors (CheckoutUserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 
CheckoutLineItemsUpdatePayloadQuery userErrors (UserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 

Detailed Description

Return type for checkoutLineItemsUpdate mutation.

Constructor & Destructor Documentation

◆ CheckoutLineItemsUpdatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

CheckoutLineItemsUpdatePayloadQuery Shopify.Unity.GraphQL.CheckoutLineItemsUpdatePayloadQuery.checkout ( CheckoutDelegate  buildQuery)
inline

The updated checkout object.

◆ checkoutUserErrors()

CheckoutLineItemsUpdatePayloadQuery Shopify.Unity.GraphQL.CheckoutLineItemsUpdatePayloadQuery.checkoutUserErrors ( CheckoutUserErrorDelegate  buildQuery)
inline

List of errors that occurred executing the mutation.

◆ userErrors()

CheckoutLineItemsUpdatePayloadQuery Shopify.Unity.GraphQL.CheckoutLineItemsUpdatePayloadQuery.userErrors ( UserErrorDelegate  buildQuery)
inline

List of errors that occurred executing the mutation.

Deprecated:
Use checkoutUserErrors instead

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