UNPKG

shopify-storefront

Version:
11 lines 371 B
export interface IShopPaymentSettings { shopifyPaymentsAccountId: string; acceptedCardBrands: string[]; cardVaultUrl: string; countryCode: string; currencyCode: string; enabledPresentmentCurrencies: string[]; supportedDigitalWallets: string[]; } export default IShopPaymentSettings; //# sourceMappingURL=IShopPaymentSettings.d.ts.map