Klarna Web SDK v2
    Preparing search index...

    Interface NationalIdentification

    National Identification details.

    {
    number: "123456789",
    country: "US"
    }
    interface NationalIdentification {
        country: string;
        number: string;
    }
    Index

    Properties

    Properties

    country: string
    number: string