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

Return type for checkoutGiftCardApply mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutGiftCardApply mutation.

Constructor & Destructor Documentation

◆ CheckoutGiftCardApplyPayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The updated checkout object.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ userErrors()

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