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

Return type for checkoutShippingAddressUpdateV2 mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutShippingAddressUpdateV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutShippingAddressUpdateV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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