Telephone

public Telephone Telephone(String countryAccessCode, String areaCode, String phoneNumber, TelephoneType type, TelephonePlatformType platformType, String extensionNumber, BigDecimal preferenceRank, OffsetDateTime lastVerifiedDateTime, Boolean verifiedFlag)

Parameters

countryAccessCode

Numeric digit between 1 to 3 characters used to represent the country code for international dialing. Does not include symbols, spaces, or leading zeros.

areaCode

A number prefixed to an individual telephone number: used in making long-distance calls. Does not include symbols, spaces, or leading zeros.

phoneNumber

A number that is dialed on a telephone, without the country or area codes, to reach a particular person, business, etc. Does not include symbols, spaces, or leading zeros.

type
platformType
extensionNumber

The number used to reach an individual once a phone connection is established. Does not include symbols, spaces, or leading zeros.

preferenceRank

Ranking of order of user preference for contact via text (if type is Mobile) or voice. 0 means no preference. 1 is the primary phone, 2 is the secondary phone, etc.

lastVerifiedDateTime

Local date and time user validated possession of their phone number via a text or voice multi factor authentication challenge, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

verifiedFlag

Flag indicating whether user passed validation of possession of their phone number via a text or voice multi factor authentication challenge.