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

    Interface PaymentRequestStateContext

    Context for the state of a payment request.

    interface PaymentRequestStateContext {
        customerInteraction?: { method?: string; paymentRequestUrl?: string };
        interoperabilityToken?: string;
        paymentToken?: string;
    }
    Index

    Properties

    customerInteraction?: { method?: string; paymentRequestUrl?: string }
    interoperabilityToken?: string
    paymentToken?: string