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

Return type for checkoutDiscountCodeApply mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutDiscountCodeApply mutation.

Constructor & Destructor Documentation

◆ CheckoutDiscountCodeApplyPayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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