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

Return type for checkoutLineItemsRemove mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutLineItemsRemove mutation.

Constructor & Destructor Documentation

◆ CheckoutLineItemsRemovePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

CheckoutLineItemsRemovePayloadQuery Shopify.Unity.GraphQL.CheckoutLineItemsRemovePayloadQuery.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: