import { DigitalWallet } from '@daffodil/driver/shopify'
Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.
enum DigitalWallet {
AndroidPay = DigitalWallet.AndroidPay,
ApplePay = DigitalWallet.ApplePay,
GooglePay = DigitalWallet.GooglePay,
ShopifyPay = DigitalWallet.ShopifyPay,
}
AndroidPay DigitalWallet.AndroidPay |
---|
Android Pay. |
ApplePay DigitalWallet.ApplePay |
---|
Apple Pay. |
GooglePay DigitalWallet.GooglePay |
---|
Google Pay. |
ShopifyPay DigitalWallet.ShopifyPay |
---|
Shopify Pay. |