Klarna Web SDK v2
    Preparing search index...

    Interface ShippingRecipient

    interface ShippingRecipient {
        attention?: string;
        email?: string;
        familyName: string;
        givenName: string;
        phone?: string;
    }
    Index
    attention?: string

    Provide the attention line for the recipient.

    email?: string

    Provide the email address of the recipient.

    familyName: string

    Provide the family name of the recipient.

    givenName: string

    Provide the given name of the recipient.

    phone?: string

    Provide the phone number of the recipient.