import { ShopifyPaymentTokenType } from '@daffodil/driver/shopify'
The valid values for the types of payment token.
enum ShopifyPaymentTokenType {
ApplePay = ShopifyPaymentTokenType.ApplePay,
GooglePay = ShopifyPaymentTokenType.GooglePay,
ShopifyPay = ShopifyPaymentTokenType.ShopifyPay,
StripeVaultToken = ShopifyPaymentTokenType.StripeVaultToken,
Vault = ShopifyPaymentTokenType.Vault,
}
ApplePay ShopifyPaymentTokenType.ApplePay |
|---|
Apple Pay token type. |
GooglePay ShopifyPaymentTokenType.GooglePay |
|---|
Google Pay token type. |
ShopifyPay ShopifyPaymentTokenType.ShopifyPay |
|---|
Shopify Pay token type. |
StripeVaultToken ShopifyPaymentTokenType.StripeVaultToken |
|---|
Stripe token type. |
Vault ShopifyPaymentTokenType.Vault |
|---|
Vault payment token type. |