UNPKG

shopify-storefront

Version:
12 lines (10 loc) 298 B
export interface IShopPaymentSettings { shopifyPaymentsAccountId: string; acceptedCardBrands: string[]; cardVaultUrl: string; countryCode: string; currencyCode: string; enabledPresentmentCurrencies: string[]; supportedDigitalWallets: string[]; } export default IShopPaymentSettings;