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
AddressRecordType
USPS address record type (e.g. "F", "G", "H", "P", "R", "S").
[JsonPropertyName("addressRecordType")]
public string? AddressRecordType { get; set; }
Property Value
CarrierRoute
Carrier route code.
[JsonPropertyName("carrierRoute")]
public string? CarrierRoute { get; set; }
Property Value
CarrierRouteIndicator
Carrier route indicator.
[JsonPropertyName("carrierRouteIndicator")]
public string? CarrierRouteIndicator { get; set; }
Property Value
CassProcessed
True if the address was successfully CASS-processed.
[JsonPropertyName("cassProcessed")]
public bool CassProcessed { get; set; }
Property Value
County
County name.
[JsonPropertyName("county")]
public string? County { get; set; }
Property Value
DefaultAddress
True if a default address was returned (i.e. one matching multiple inputs).
[JsonPropertyName("defaultAddress")]
public bool DefaultAddress { get; set; }
Property Value
DeliveryPointCheckDigit
Check digit for the delivery point code.
[JsonPropertyName("deliveryPointCheckDigit")]
public string? DeliveryPointCheckDigit { get; set; }
Property Value
DeliveryPointCode
USPS delivery point code (two digits).
[JsonPropertyName("deliveryPointCode")]
public string? DeliveryPointCode { get; set; }
Property Value
DpvCmra
CMRA (Commercial Mail Receiving Agency) flag.
[JsonPropertyName("dpvCmra")]
public string? DpvCmra { get; set; }
Property Value
DpvConfirmation
DPV confirmation indicator (e.g. "Y", "N", "S", "D").
[JsonPropertyName("dpvConfirmation")]
public string? DpvConfirmation { get; set; }
Property Value
DpvFootnote
Concatenated DPV footnote codes.
[JsonPropertyName("dpvFootnote")]
public string? DpvFootnote { get; set; }
Property Value
DpvNoStat
USPS NoStat indicator.
[JsonPropertyName("dpvNoStat")]
public string? DpvNoStat { get; set; }
Property Value
DpvVacant
Whether the address is vacant.
[JsonPropertyName("dpvVacant")]
public string? DpvVacant { get; set; }
Property Value
ElotFlag
USPS eLOT flag (ascending or descending).
[JsonPropertyName("elotFlag")]
public string? ElotFlag { get; set; }
Property Value
ElotNumber
USPS eLOT number.
[JsonPropertyName("elotNumber")]
public string? ElotNumber { get; set; }
Property Value
ErrorMessage
USPS error description when CASS could not process the address.
[JsonPropertyName("errorMessage")]
public string? ErrorMessage { get; set; }
Property Value
EwsNoMatch
True if EWS (Early Warning System) returned no match for this address.
[JsonPropertyName("ewsNoMatch")]
public bool EwsNoMatch { get; set; }
Property Value
FipsCountyCode
FIPS county code.
[JsonPropertyName("fipsCountyCode")]
public string? FipsCountyCode { get; set; }
Property Value
LacsLinkIndicator
LACSLink indicator.
[JsonPropertyName("lacsLinkIndicator")]
public string? LacsLinkIndicator { get; set; }
Property Value
LacsLinkReturnCode
LACSLink return code.
[JsonPropertyName("lacsLinkReturnCode")]
public string? LacsLinkReturnCode { get; set; }
Property Value
PmbDesignator
Private mailbox designator (e.g. "PMB").
[JsonPropertyName("pmbDesignator")]
public string? PmbDesignator { get; set; }
Property Value
PmbNumber
Private mailbox number.
[JsonPropertyName("pmbNumber")]
public string? PmbNumber { get; set; }
Property Value
PoBoxOnlyPostalCode
True if the postal code is PO-box-only.
[JsonPropertyName("poBoxOnlyPostalCode")]
public bool PoBoxOnlyPostalCode { get; set; }
Property Value
PostOfficeCity
Post office city name.
[JsonPropertyName("postOfficeCity")]
public string? PostOfficeCity { get; set; }
Property Value
PostOfficeState
Post office state abbreviation.
[JsonPropertyName("postOfficeState")]
public string? PostOfficeState { get; set; }
Property Value
StandardizedAddress
USPS-standardized form of the address.
[JsonPropertyName("standardizedAddress")]
public UspsAddress? StandardizedAddress { get; set; }
Property Value
SuitelinkFootnote
SuiteLink footnote.
[JsonPropertyName("suitelinkFootnote")]
public string? SuitelinkFootnote { get; set; }