Table of Contents

Class VerifyCheck

Namespace
Vonage.Verify
Assembly
Vonage.dll
public class VerifyCheck
Inheritance
VerifyCheck
Inherited Members

Properties

Code

The code supplied with this check request

[JsonProperty("code")]
public string Code { get; set; }

Property Value

string

DateReceived

The date and time this check was received (in the format YYYY-MM-DD HH:MM:SS)

[JsonProperty("date_received")]
public string DateReceived { get; set; }

Property Value

string

IpAddress

The IP address, if available (this field is no longer used).

[JsonProperty("ip_address")]
public string IpAddress { get; set; }

Property Value

string

Status

One of: VALID or INVALID

[JsonProperty("status")]
public string Status { get; set; }

Property Value

string