Table of Contents

Class OptInManageRequest

Namespace
Vonage.ShortCodes
Assembly
Vonage.dll

Represents a request to manage the opt-in status for a phone number.

public class OptInManageRequest
Inheritance
OptInManageRequest
Inherited Members

Properties

Msisdn

Gets or sets the phone number to manage opt-in status for, in E.164 format (e.g., "14155551234").

[JsonProperty("msisdn")]
public string Msisdn { get; set; }

Property Value

string