interface UserMobile {
    carrier_name?: string;
    carrier_type?: string;
    country?: string;
    dail_code?: string;
    E164_format?: string;
    given_phone?: string;
    international_format?: string;
    national_format?: string;
    phone?: string;
}

Properties

carrier_name?: string

Name of carrier

carrier_type?: string

Type of carrier

country?: string

country where phone number is registered

dail_code?: string

International pre dial code

E164_format?: string

E164 is a compact international format without any spaces

given_phone?: string

Phone number as provided by caller or user

international_format?: string

International phone number format e.g. + dial number + phone number without leading 0 but with spaces

national_format?: string

National phone number format

phone?: string

Phone number