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

Return type for checkoutDiscountCodeApplyV2 mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutDiscountCodeApplyV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutDiscountCodeApplyV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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