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

Return type for checkoutShippingLineUpdate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutShippingLineUpdate mutation.

Constructor & Destructor Documentation

◆ CheckoutShippingLineUpdatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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