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

Return type for checkoutAttributesUpdate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutAttributesUpdate mutation.

Constructor & Destructor Documentation

◆ CheckoutAttributesUpdatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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