Klarna Web SDK v1
    Preparing search index...

    Type Alias NationalIdentification

    National Identification details.

    {
    number: "123456789",
    country: "US"
    }
    type NationalIdentification = {
        country: Country;
        number: string;
    }
    Index

    Properties

    Properties

    country: Country
    number: string