UnitedStatesAddressMetadata

data class UnitedStatesAddressMetadata(cityPrefix: List<String>, citySuffix: List<String>, streetSuffix: List<String>, communityPrefix: List<String>, communitySuffix: List<String>, postcodesByState: Map<String, String>, states: List<String>, stateCodes: List<String>)

Properties

Link copied to clipboard
val cityPrefix: List<String>
Link copied to clipboard
val citySuffix: List<String>
Link copied to clipboard
val communityPrefix: List<String>
Link copied to clipboard
val communitySuffix: List<String>
Link copied to clipboard
val postcodesByState: Map<String, String>
Link copied to clipboard
val stateCodes: List<String>
Link copied to clipboard
val states: List<String>
Link copied to clipboard
val streetSuffix: List<String>