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

Return type for checkoutCreate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCreate mutation.

Constructor & Destructor Documentation

◆ CheckoutCreatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The new checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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