Table of Contents

Class ChannelSms

Namespace
Vonage.Users
Assembly
Vonage.dll

Represents an SMS channel for text messaging.

public record ChannelSms : IEquatable<ChannelSms>
Inheritance
ChannelSms
Implements
Inherited Members

Constructors

ChannelSms(string)

Represents an SMS channel for text messaging.

public ChannelSms(string Number)

Parameters

Number string

The phone number associated with this SMS channel.

Properties

Number

The phone number associated with this SMS channel.

[JsonPropertyName("number")]
public string Number { get; init; }

Property Value

string