GoogleMapsAddressvalidationV1UspsData constructor

GoogleMapsAddressvalidationV1UspsData({
  1. String? abbreviatedCity,
  2. String? addressRecordType,
  3. String? carrierRoute,
  4. String? carrierRouteIndicator,
  5. bool? cassProcessed,
  6. String? county,
  7. bool? defaultAddress,
  8. String? deliveryPointCheckDigit,
  9. String? deliveryPointCode,
  10. String? dpvCmra,
  11. String? dpvConfirmation,
  12. String? dpvDoorNotAccessible,
  13. String? dpvDrop,
  14. String? dpvEnhancedDeliveryCode,
  15. String? dpvFootnote,
  16. String? dpvNoSecureLocation,
  17. String? dpvNoStat,
  18. int? dpvNoStatReasonCode,
  19. String? dpvNonDeliveryDays,
  20. int? dpvNonDeliveryDaysValues,
  21. String? dpvPbsa,
  22. String? dpvThrowback,
  23. String? dpvVacant,
  24. String? elotFlag,
  25. String? elotNumber,
  26. String? errorMessage,
  27. bool? ewsNoMatch,
  28. String? fipsCountyCode,
  29. String? lacsLinkIndicator,
  30. String? lacsLinkReturnCode,
  31. String? pmbDesignator,
  32. String? pmbNumber,
  33. bool? poBoxOnlyPostalCode,
  34. String? postOfficeCity,
  35. String? postOfficeState,
  36. GoogleMapsAddressvalidationV1UspsAddress? standardizedAddress,
  37. 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,
});