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

Return type for checkoutCompleteWithCreditCard mutation. More...

Public Member Functions

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

Detailed Description

Return type for checkoutCompleteWithCreditCard mutation.

Constructor & Destructor Documentation

◆ CheckoutCompleteWithCreditCardPayloadQuery()

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

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

Member Function Documentation

◆ checkout()

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

The checkout on which the payment was applied.

◆ checkoutUserErrors()

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

List of errors that occurred executing the mutation.

◆ payment()

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

A representation of the attempted payment.

◆ userErrors()

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