satisfaketion
0.6.4
0.6.4
0.5.4
0.5.3
satisfaketion-generators
/
io.github.unredundant.satisfaketion.generators.en
/
UnitedStatesAddress
United
States
Address
object
UnitedStatesAddress
:
Address
Content copied to clipboard
Types
Functions
Properties
Types
United
States
Address
Metadata
Link copied to clipboard
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
Functions
postcode
By
State
Link copied to clipboard
fun
postcodeByState
(
stateCode
:
String
,
local
:
Boolean
=
false
)
:
Generator
<
String
>
Content copied to clipboard
Properties
buildingNumber
Link copied to clipboard
open
override
val
buildingNumber
:
Generator
<
Int
>
Content copied to clipboard
city
Link copied to clipboard
open
override
val
city
:
Generator
<
String
>
Content copied to clipboard
code
Link copied to clipboard
open
override
val
code
:
String
Content copied to clipboard
community
Link copied to clipboard
open
override
val
community
:
Generator
<
String
>
Content copied to clipboard
fullAddress
Link copied to clipboard
open
override
val
fullAddress
:
Generator
<
String
>
Content copied to clipboard
mailbox
Link copied to clipboard
open
override
val
mailbox
:
Generator
<
String
>
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
postcode
Link copied to clipboard
open
override
val
postcode
:
Generator
<
String
>
Content copied to clipboard
postCodeWithLocal
Link copied to clipboard
val
postCodeWithLocal
:
Generator
<
String
>
Content copied to clipboard
secondaryAddress
Link copied to clipboard
open
override
val
secondaryAddress
:
Generator
<
String
>
Content copied to clipboard
state
Link copied to clipboard
val
state
:
Generator
<
String
>
Content copied to clipboard
stateCode
Link copied to clipboard
val
stateCode
:
Generator
<
String
>
Content copied to clipboard
streetAddress
Link copied to clipboard
open
override
val
streetAddress
:
Generator
<
String
>
Content copied to clipboard
streetName
Link copied to clipboard
open
override
val
streetName
:
Generator
<
String
>
Content copied to clipboard
timeZone
Link copied to clipboard
open
override
val
timeZone
:
Generator
<
String
>
Content copied to clipboard