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

Return type for checkoutEmailUpdateV2 mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutEmailUpdateV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutEmailUpdateV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The checkout object with the updated email.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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