shopify-storefront
Version:
Wrapper for the Shopify's Storefront API.
11 lines • 371 B
TypeScript
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