Show / Hide Table of Contents

Class VerificationDetails

Class representing an EasyPost verification details object.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
VerificationDetails
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class VerificationDetails : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Latitude

The latitude of the address.

Declaration
public float? Latitude { get; set; }
Property Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

Longitude

The longitude of the address.

Declaration
public float? Longitude { get; set; }
Property Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

TimeZone

The time zone of the address (e.g. "America/Los_Angeles").

Declaration
public string? TimeZone { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

IEasyPostObject
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX