GitHub

ShopifyCheckoutCompleteWithCreditCardV2Payload

interface

import { ShopifyCheckoutCompleteWithCreditCardV2Payload } from '@daffodil/driver/shopify'

Return type for checkoutCompleteWithCreditCardV2 mutation.

interface ShopifyCheckoutCompleteWithCreditCardV2Payload {
  __typename: "CheckoutCompleteWithCreditCardV2Payload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  payment: ShopifyPayment
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutCompleteWithCreditCardV2Payload"
checkout
ShopifyCheckout

The checkout on which the payment was applied.

checkoutUserErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.

payment
ShopifyPayment

A representation of the attempted payment.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.