Class VerificationDetails
Class representing an EasyPost verification details object.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class VerificationDetails : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceLatitude
The latitude of the address.
Declaration
public float? Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
Longitude
The longitude of the address.
Declaration
public float? Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
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> |