public class Telephone extends NormalizedString
| Modifier and Type | Field and Description |
|---|---|
String |
AreaCityCode
The area code part of the phone number
|
String |
InternationalCountryCode
The international country code part of the phone number
|
String |
SubscriberNumber
The subscriber number part of the phone number
|
Normalized, Raw| Constructor and Description |
|---|
Telephone() |
public String InternationalCountryCode
public String AreaCityCode
public String SubscriberNumber
Copyright © 2023. All rights reserved.