Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.NumberInsightV2.FraudCheck
Assembly
Vonage.dll

Builder interface for configuring optional insight types in a FraudCheckRequest.

public interface IBuilderForOptional : IVonageRequestBuilder<FraudCheckRequest>
Inherited Members

Methods

WithFraudScore()

Includes fraud score analysis in the response, providing a risk score (0-100) and recommended action.

[Obsolete("FraudScore has been sunset on February 3rd 2025. SimSwap is the only available insight.")]
IBuilderForOptional WithFraudScore()

Returns

IBuilderForOptional

The builder for further configuration or request creation.

WithSimSwap()

Includes SIM swap detection in the response, indicating if the SIM was changed in the last 7 days.

[Obsolete("FraudScore has been sunset on February 3rd 2025. SimSwap is the only available insight.")]
IBuilderForOptional WithSimSwap()

Returns

IBuilderForOptional

The builder for further configuration or request creation.