Type Alias KlarnaPlacementOptions

KlarnaPlacementOptions: {
    instance?: string;
    key: PlacementKey;
    locale: string;
    messagePrefix?: MessagePrefix;
    purchaseAmount?: number;
    theme?: KlarnaTheme;
}

Type declaration

Create a Klarna placement

Klarna.Messaging.placement({
key: 'credit-promotion-auto-size',
purchaseAmount: 2000,
locale: 'en-GB',
}).mount('#test-container');