Klarna Web SDK v1
    Preparing search index...

    Type Alias UserAccountProfile

    type UserAccountProfile = {
        billing_address?: BillingAddress;
        date_of_birth?: string | null;
        email?: string | null;
        email_verified?: boolean;
        family_name?: string | null;
        given_name?: string | null;
        locale?: string | null;
        national_identification?: NationalIdentification;
        phone?: string | null;
        shipping_address?: ShippingAddress;
        sub: string;
    }
    Index

    Properties

    billing_address?: BillingAddress
    date_of_birth?: string | null
    email?: string | null
    email_verified?: boolean
    family_name?: string | null
    given_name?: string | null
    locale?: string | null
    national_identification?: NationalIdentification
    phone?: string | null
    shipping_address?: ShippingAddress
    sub: string