GitHub

CartCardSource

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

Represents how credit card details are provided for a direct payment.

enum CartCardSource {
  SavedCreditCard = CartCardSource.SavedCreditCard,
}

Properties

SavedCreditCard
CartCardSource.SavedCreditCard

The credit card was provided by a third party and vaulted on their system. Using this value requires a separate permission from Shopify.