Interface IBuilderForPhone
- Namespace
- Vonage.NumberInsightV2.FraudCheck
- Assembly
- Vonage.dll
Builder interface for setting the phone number in a FraudCheckRequest.
public interface IBuilderForPhone
Methods
WithPhone(string)
Sets the phone number to check for fraud risk.
IBuilderForOptional WithPhone(string value)
Parameters
valuestringThe phone number in E.164 format without leading + or 00 (e.g., "447700900000").
Returns
- IBuilderForOptional
The builder for configuring optional parameters.
Examples
.WithPhone("447700900000")