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

Return type for checkoutGiftCardRemove mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutGiftCardRemove mutation.

Constructor & Destructor Documentation

◆ CheckoutGiftCardRemovePayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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