addressRecordType property

String? addressRecordType
getter/setter pair

Type of the address record that matches the input address.

  • F: FIRM. This is a match to a Firm Record, which is the finest level of match available for an address. * G: GENERAL DELIVERY. This is a match to a General Delivery record. * H: BUILDING / APARTMENT. This is a match to a Building or Apartment record. * P: POST OFFICE BOX. This is a match to a Post Office Box. * R: RURAL ROUTE or HIGHWAY CONTRACT: This is a match to either a Rural Route or a Highway Contract record, both of which may have associated Box Number ranges. * S: STREET RECORD: This is a match to a Street record containing a valid primary number range.

Implementation

core.String? addressRecordType;