Show / Hide Table of Contents

Class Verifications

Class representing an EasyPost verifications object.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
Verifications
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 Verifications : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

Delivery

Verification results for whether this address is deliverable. Also makes minor corrections to spelling and formatting. U.S. addresses will have their Residential status checked and set as needed.

Declaration
public Verification Delivery { get; set; }
Property Value
Type Description
Verification
| Improve this Doc View Source

Zip4

Verification results for the address's ZIP + 4 code. Only applicable to U.S. addresses.

Declaration
public Verification Zip4 { get; set; }
Property Value
Type Description
Verification

Implements

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