satisfaketion
0.6.4
0.6.4
0.5.4
0.5.3
satisfaketion-generators
/
io.github.unredundant.satisfaketion.generators.en
/
UnitedStatesAddress
/
UnitedStatesAddressMetadata
United
States
Address
Metadata
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
>
)
Content copied to clipboard
Properties
Properties
cityPrefix
Link copied to clipboard
val
cityPrefix
:
List
<
String
>
Content copied to clipboard
citySuffix
Link copied to clipboard
val
citySuffix
:
List
<
String
>
Content copied to clipboard
communityPrefix
Link copied to clipboard
val
communityPrefix
:
List
<
String
>
Content copied to clipboard
communitySuffix
Link copied to clipboard
val
communitySuffix
:
List
<
String
>
Content copied to clipboard
postcodesByState
Link copied to clipboard
val
postcodesByState
:
Map
<
String
,
String
>
Content copied to clipboard
stateCodes
Link copied to clipboard
val
stateCodes
:
List
<
String
>
Content copied to clipboard
states
Link copied to clipboard
val
states
:
List
<
String
>
Content copied to clipboard
streetSuffix
Link copied to clipboard
val
streetSuffix
:
List
<
String
>
Content copied to clipboard