Show / Hide Table of Contents

Class Verification

Class representing an EasyPost verification object.

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

Properties

| Improve this Doc View Source

Details

Extra details related to the verification.

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

Errors

A list of errors encountered during verification.

Declaration
public List<AddressVerificationFieldError>? Errors { get; set; }
Property Value
Type Description
System.Nullable<List<AddressVerificationFieldError>>
| Improve this Doc View Source

Success

Whether the verification was successful.

Declaration
public bool? Success { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

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