GoogleMapsAddressvalidationV1UspsData constructor
GoogleMapsAddressvalidationV1UspsData({
- String? abbreviatedCity,
- String? addressRecordType,
- String? carrierRoute,
- String? carrierRouteIndicator,
- bool? cassProcessed,
- String? county,
- bool? defaultAddress,
- String? deliveryPointCheckDigit,
- String? deliveryPointCode,
- String? dpvCmra,
- String? dpvConfirmation,
- String? dpvDoorNotAccessible,
- String? dpvDrop,
- String? dpvEnhancedDeliveryCode,
- String? dpvFootnote,
- String? dpvNoSecureLocation,
- String? dpvNoStat,
- int? dpvNoStatReasonCode,
- String? dpvNonDeliveryDays,
- int? dpvNonDeliveryDaysValues,
- String? dpvPbsa,
- String? dpvThrowback,
- String? dpvVacant,
- String? elotFlag,
- String? elotNumber,
- String? errorMessage,
- bool? ewsNoMatch,
- String? fipsCountyCode,
- String? lacsLinkIndicator,
- String? lacsLinkReturnCode,
- String? pmbDesignator,
- String? pmbNumber,
- bool? poBoxOnlyPostalCode,
- String? postOfficeCity,
- String? postOfficeState,
- GoogleMapsAddressvalidationV1UspsAddress? standardizedAddress,
- String? suitelinkFootnote,
Implementation
GoogleMapsAddressvalidationV1UspsData({
this.abbreviatedCity,
this.addressRecordType,
this.carrierRoute,
this.carrierRouteIndicator,
this.cassProcessed,
this.county,
this.defaultAddress,
this.deliveryPointCheckDigit,
this.deliveryPointCode,
this.dpvCmra,
this.dpvConfirmation,
this.dpvDoorNotAccessible,
this.dpvDrop,
this.dpvEnhancedDeliveryCode,
this.dpvFootnote,
this.dpvNoSecureLocation,
this.dpvNoStat,
this.dpvNoStatReasonCode,
this.dpvNonDeliveryDays,
this.dpvNonDeliveryDaysValues,
this.dpvPbsa,
this.dpvThrowback,
this.dpvVacant,
this.elotFlag,
this.elotNumber,
this.errorMessage,
this.ewsNoMatch,
this.fipsCountyCode,
this.lacsLinkIndicator,
this.lacsLinkReturnCode,
this.pmbDesignator,
this.pmbNumber,
this.poBoxOnlyPostalCode,
this.postOfficeCity,
this.postOfficeState,
this.standardizedAddress,
this.suitelinkFootnote,
});