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

Return type for checkoutCustomerDisassociate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCustomerDisassociate mutation.

Constructor & Destructor Documentation

◆ CheckoutCustomerDisassociatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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