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

Return type for checkoutCompleteWithTokenizedPaymentV2 mutation. More...

Public Member Functions

 CheckoutCompleteWithTokenizedPaymentV2payloadQuery (StringBuilder query)
 CheckoutCompleteWithTokenizedPaymentV2payloadQuery is used to build queries. Typically CheckoutCompleteWithTokenizedPaymentV2payloadQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CheckoutCompleteWithTokenizedPaymentV2payloadQuery checkout (CheckoutDelegate buildQuery)
 The checkout on which the payment was applied. More...
 
CheckoutCompleteWithTokenizedPaymentV2payloadQuery checkoutUserErrors (CheckoutUserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 
CheckoutCompleteWithTokenizedPaymentV2payloadQuery payment (PaymentDelegate buildQuery)
 A representation of the attempted payment. More...
 
CheckoutCompleteWithTokenizedPaymentV2payloadQuery userErrors (UserErrorDelegate buildQuery)
 List of errors that occurred executing the mutation. More...
 

Detailed Description

Return type for checkoutCompleteWithTokenizedPaymentV2 mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteWithTokenizedPaymentV2payloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The checkout on which the payment was applied.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ payment()

CheckoutCompleteWithTokenizedPaymentV2payloadQuery Shopify.Unity.GraphQL.CheckoutCompleteWithTokenizedPaymentV2payloadQuery.payment ( PaymentDelegate  buildQuery)
inline

A representation of the attempted payment.

◆ userErrors()

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