CDP Frontend SDK
    Preparing search index...

    Interface PhoneNumber

    A phone number object.

    interface PhoneNumber {
        value: string;
        e164: string;
    }
    Index

    Properties

    Properties

    value: string

    The phone number in the national format (country calling code is not included)

    e164: string

    The phone number in international format (E.164). Typically used in API calls.