StripeCommerceProvider

db · /index·type

Auth configuration shape for the Stripe commerce integration. Currently a placeholder — the authentication object will gain Stripe-specific fields as that integration matures.

Properties

authentication
{}
type
'stripe'

Example

import type { StripeCommerceProvider } from '@nordcom/commerce-db';
const stripe: StripeCommerceProvider = { type: 'stripe', authentication: {} };

FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme

Sourceshop.ts:49Edit the JSDoc directly
Metadata@nordcom/commerce-db@0.1.0Open in GitHub ↗

On this page