Enum CallerType
- Namespace
- Vonage.NumberInsights
- Assembly
- Vonage.dll
Indicates whether the phone number owner is a business or individual consumer. Only available for US numbers when CNAM lookup is enabled.
public enum CallerType
Fields
business = 1The phone number is registered to a business entity.
consumer = 2The phone number is registered to an individual consumer.
unknown = 0The caller type could not be determined.