DigitalWallet
Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.
import { DigitalWallet } from '@daffodil/driver/shopify'
enum DigitalWallet {
AndroidPay = 'ANDROID_PAY',
ApplePay = 'APPLE_PAY',
GooglePay = 'GOOGLE_PAY',
ShopifyPay = 'SHOPIFY_PAY',
}