Table of Contents

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 = 1

The phone number is registered to a business entity.

consumer = 2

The phone number is registered to an individual consumer.

unknown = 0

The caller type could not be determined.