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

Return type for checkoutCompleteWithTokenizedPayment mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCompleteWithTokenizedPayment mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteWithTokenizedPaymentPayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The checkout on which the payment was applied.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ payment()

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

A representation of the attempted payment.

◆ userErrors()

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