ia-sdk-react-native-monorepo - v1.0.0
    Preparing search index...

    Interface GuestUserData

    Guest user data for checkout purposes.

    interface GuestUserData {
        email: string;
        firstName: string;
        lastName: string;
        phoneNumberCountryCode: number;
        phoneNumberWithoutCountryCode: number;
        salutation: Salutation;
    }
    Index

    Properties

    email: string

    Email address used for communication purposes.

    firstName: string

    First/personal customer name.

    lastName: string

    Last name or customer surname.

    phoneNumberCountryCode: number

    Phone number country code (e.g., 49).

    phoneNumberWithoutCountryCode: number

    Phone number without country code.

    salutation: Salutation

    Customer salutation/pronouns.