Class Verifications
Class representing an EasyPost verifications object.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Verifications : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceDelivery
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 |
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 |