Table of Contents

Class UspsData

Namespace
GoogleMapsApi.Entities.AddressValidation.Response
Assembly
GoogleMapsApi.dll

USPS CASS-processed data for US addresses. Populated only when EnableUspsCass is true and the region is US/PR.

public sealed class UspsData
Inheritance
UspsData
Inherited Members

Properties

AbbreviatedCity

USPS abbreviated city name.

[JsonPropertyName("abbreviatedCity")]
public string? AbbreviatedCity { get; set; }

Property Value

string

AddressRecordType

USPS address record type (e.g. "F", "G", "H", "P", "R", "S").

[JsonPropertyName("addressRecordType")]
public string? AddressRecordType { get; set; }

Property Value

string

CarrierRoute

Carrier route code.

[JsonPropertyName("carrierRoute")]
public string? CarrierRoute { get; set; }

Property Value

string

CarrierRouteIndicator

Carrier route indicator.

[JsonPropertyName("carrierRouteIndicator")]
public string? CarrierRouteIndicator { get; set; }

Property Value

string

CassProcessed

True if the address was successfully CASS-processed.

[JsonPropertyName("cassProcessed")]
public bool CassProcessed { get; set; }

Property Value

bool

County

County name.

[JsonPropertyName("county")]
public string? County { get; set; }

Property Value

string

DefaultAddress

True if a default address was returned (i.e. one matching multiple inputs).

[JsonPropertyName("defaultAddress")]
public bool DefaultAddress { get; set; }

Property Value

bool

DeliveryPointCheckDigit

Check digit for the delivery point code.

[JsonPropertyName("deliveryPointCheckDigit")]
public string? DeliveryPointCheckDigit { get; set; }

Property Value

string

DeliveryPointCode

USPS delivery point code (two digits).

[JsonPropertyName("deliveryPointCode")]
public string? DeliveryPointCode { get; set; }

Property Value

string

DpvCmra

CMRA (Commercial Mail Receiving Agency) flag.

[JsonPropertyName("dpvCmra")]
public string? DpvCmra { get; set; }

Property Value

string

DpvConfirmation

DPV confirmation indicator (e.g. "Y", "N", "S", "D").

[JsonPropertyName("dpvConfirmation")]
public string? DpvConfirmation { get; set; }

Property Value

string

DpvFootnote

Concatenated DPV footnote codes.

[JsonPropertyName("dpvFootnote")]
public string? DpvFootnote { get; set; }

Property Value

string

DpvNoStat

USPS NoStat indicator.

[JsonPropertyName("dpvNoStat")]
public string? DpvNoStat { get; set; }

Property Value

string

DpvVacant

Whether the address is vacant.

[JsonPropertyName("dpvVacant")]
public string? DpvVacant { get; set; }

Property Value

string

ElotFlag

USPS eLOT flag (ascending or descending).

[JsonPropertyName("elotFlag")]
public string? ElotFlag { get; set; }

Property Value

string

ElotNumber

USPS eLOT number.

[JsonPropertyName("elotNumber")]
public string? ElotNumber { get; set; }

Property Value

string

ErrorMessage

USPS error description when CASS could not process the address.

[JsonPropertyName("errorMessage")]
public string? ErrorMessage { get; set; }

Property Value

string

EwsNoMatch

True if EWS (Early Warning System) returned no match for this address.

[JsonPropertyName("ewsNoMatch")]
public bool EwsNoMatch { get; set; }

Property Value

bool

FipsCountyCode

FIPS county code.

[JsonPropertyName("fipsCountyCode")]
public string? FipsCountyCode { get; set; }

Property Value

string

LacsLinkIndicator

LACSLink indicator.

[JsonPropertyName("lacsLinkIndicator")]
public string? LacsLinkIndicator { get; set; }

Property Value

string

LacsLinkReturnCode

LACSLink return code.

[JsonPropertyName("lacsLinkReturnCode")]
public string? LacsLinkReturnCode { get; set; }

Property Value

string

PmbDesignator

Private mailbox designator (e.g. "PMB").

[JsonPropertyName("pmbDesignator")]
public string? PmbDesignator { get; set; }

Property Value

string

PmbNumber

Private mailbox number.

[JsonPropertyName("pmbNumber")]
public string? PmbNumber { get; set; }

Property Value

string

PoBoxOnlyPostalCode

True if the postal code is PO-box-only.

[JsonPropertyName("poBoxOnlyPostalCode")]
public bool PoBoxOnlyPostalCode { get; set; }

Property Value

bool

PostOfficeCity

Post office city name.

[JsonPropertyName("postOfficeCity")]
public string? PostOfficeCity { get; set; }

Property Value

string

PostOfficeState

Post office state abbreviation.

[JsonPropertyName("postOfficeState")]
public string? PostOfficeState { get; set; }

Property Value

string

StandardizedAddress

USPS-standardized form of the address.

[JsonPropertyName("standardizedAddress")]
public UspsAddress? StandardizedAddress { get; set; }

Property Value

UspsAddress

SuitelinkFootnote

SuiteLink footnote.

[JsonPropertyName("suitelinkFootnote")]
public string? SuitelinkFootnote { get; set; }

Property Value

string