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

Return type for checkoutDiscountCodeRemove mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutDiscountCodeRemove mutation.

Constructor & Destructor Documentation

◆ CheckoutDiscountCodeRemovePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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