Class VerifyCheck
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
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
IpAddress
The IP address, if available (this field is no longer used).
[JsonProperty("ip_address")]
public string IpAddress { get; set; }
Property Value
Status
One of: VALID or INVALID
[JsonProperty("status")]
public string Status { get; set; }