GitHub

ShopifyCheckoutCompleteWithTokenizedPaymentV3Payload

interface

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

Return type for checkoutCompleteWithTokenizedPaymentV3 mutation.

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

Properties

__typename
"CheckoutCompleteWithTokenizedPaymentV3Payload"
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.