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

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