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

Return type for checkoutShippingAddressUpdate mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutShippingAddressUpdate mutation.

Constructor & Destructor Documentation

◆ CheckoutShippingAddressUpdatePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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