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

Return type for checkoutCustomerAssociateV2 mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCustomerAssociateV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutCustomerAssociateV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ customer()

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

The associated customer object.

◆ userErrors()

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