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

Return type for checkoutCustomerAssociate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCustomerAssociate mutation.

Constructor & Destructor Documentation

◆ CheckoutCustomerAssociatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ customer()

CheckoutCustomerAssociatePayloadQuery Shopify.Unity.GraphQL.CheckoutCustomerAssociatePayloadQuery.customer ( CustomerDelegate  buildQuery)
inline

The associated customer object.

◆ userErrors()

CheckoutCustomerAssociatePayloadQuery Shopify.Unity.GraphQL.CheckoutCustomerAssociatePayloadQuery.userErrors ( UserErrorDelegate  buildQuery)
inline

List of errors that occurred executing the mutation.


The documentation for this class was generated from the following file: