Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.SimSwap.Check
Assembly
Vonage.dll

Represents a builder for optional values.

public interface IBuilderForOptional : IVonageRequestBuilder<CheckRequest>
Inherited Members

Methods

WithPeriod(int)

Sets the period on the builder.

IVonageRequestBuilder<CheckRequest> WithPeriod(int value)

Parameters

value int

The period in hours to be checked for SIM swap.

Returns

IVonageRequestBuilder<CheckRequest>

The builder.