Klarna Web SDK v1
    Preparing search index...

    Type Alias ShippingRecipient

    type ShippingRecipient = {
        attention?: string;
        email?: Email;
        familyName: string;
        givenName: string;
        phone?: Phone;
    }
    Index

    Properties

    attention?: string

    Attention line for the recipient.

    email?: Email

    Email address of the recipient.

    familyName: string

    Family name of the recipient.

    givenName: string

    Given name of the recipient.

    phone?: Phone

    Phone number of the recipient.