Table of Contents

Class ChannelPstn

Namespace
Vonage.Users
Assembly
Vonage.dll

Represents a PSTN (Public Switched Telephone Network) channel for voice communication.

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

Constructors

ChannelPstn(int)

Represents a PSTN (Public Switched Telephone Network) channel for voice communication.

public ChannelPstn(int Number)

Parameters

Number int

The phone number associated with this PSTN channel.

Properties

Number

The phone number associated with this PSTN channel.

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

Property Value

int