Table of Contents

Interface INumber

Namespace
Vonage.Conversations
Assembly
Vonage.dll

Represents a contract for a channel number.

public interface INumber

Properties

Type

The number type.

string Type { get; }

Property Value

string

Methods

Serialize(IJsonSerializer)

Serializes the number.

string Serialize(IJsonSerializer serializer)

Parameters

serializer IJsonSerializer

The serializer.

Returns

string

The serialized number.