Klarna Web SDK v2/r6
    Preparing search index...

    Interface PaymentPresentationData

    interface PaymentPresentationData {
        amount: number;
        currency: string;
        intents?: ("PAY" | "SUBSCRIBE" | "SIGNUP" | "SIGNIN" | "DONATE")[];
        locale: string;
    }
    Index

    Properties

    amount: number
    currency: string
    intents?: ("PAY" | "SUBSCRIBE" | "SIGNUP" | "SIGNIN" | "DONATE")[]
    locale: string