Class Verification
Class representing an EasyPost verification object.
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class Verification : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourceDetails
Extra details related to the verification.
Declaration
public VerificationDetails Details { get; set; }
Property Value
| Type | Description |
|---|---|
| VerificationDetails |
Errors
A list of errors encountered during verification.
Declaration
public List<AddressVerificationFieldError>? Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<AddressVerificationFieldError>> |
Success
Whether the verification was successful.
Declaration
public bool? Success { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |