Interface: UserInfoAddress
A JSON object containing information of the postal address of the user.
Export
UserInfoAddress
Properties
country?
optional
country:string
The country name part of the address.
Memberof
UserInfoAddress
Defined in
locality?
optional
locality:string
The city or locality part of the address.
Memberof
UserInfoAddress
Defined in
postal_code?
optional
postal_code:string
The zip code or postal code part of the address.
Memberof
UserInfoAddress
Defined in
region?
optional
region:string
The state, province, prefecture, or region part of the address.
Memberof
UserInfoAddress
Defined in
street_address?
optional
street_address:string
The street address part of the address. Can contain the house number, street name, postal code, and so on. New lines are represented as \n
.
Memberof
UserInfoAddress