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
Methods
Serialize(IJsonSerializer)
Serializes the number.
string Serialize(IJsonSerializer serializer)
Parameters
serializerIJsonSerializerThe serializer.
Returns
- string
The serialized number.