GitHub

PaymentTokenType

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

The valid values for the types of payment token.

enum PaymentTokenType {
  ApplePay = PaymentTokenType.ApplePay,
  GooglePay = PaymentTokenType.GooglePay,
  ShopifyPay = PaymentTokenType.ShopifyPay,
  StripeVaultToken = PaymentTokenType.StripeVaultToken,
  Vault = PaymentTokenType.Vault,
}

Properties

ApplePay
PaymentTokenType.ApplePay

Apple Pay token type.

GooglePay
PaymentTokenType.GooglePay

Google Pay token type.

ShopifyPay
PaymentTokenType.ShopifyPay

Shopify Pay token type.

StripeVaultToken
PaymentTokenType.StripeVaultToken

Stripe token type.

Vault
PaymentTokenType.Vault

Vault payment token type.