GitHub

ShopifyCartDirectPaymentMethodInput

interface

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

The input fields for submitting direct payment method information for checkout.

interface ShopifyCartDirectPaymentMethodInput {
  billingAddress: ShopifyMailingAddressInput
  cardSource: ShopifyCartCardSource
  sessionId: string
}

Properties

billingAddress
ShopifyMailingAddressInput

The customer's billing address.

cardSource
ShopifyCartCardSource

The source of the credit card payment.

sessionId
string

The session ID for the direct payment method used to create the payment.