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

Return type for checkoutGiftCardsAppend mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutGiftCardsAppend mutation.

Constructor & Destructor Documentation

◆ CheckoutGiftCardsAppendPayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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