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

Return type for checkoutCompleteFree mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCompleteFree mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteFreePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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