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

Return type for checkoutGiftCardRemoveV2 mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutGiftCardRemoveV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutGiftCardRemoveV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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