mirror of https://github.com/vernonkeenan/lib
16 lines
520 B
Markdown
16 lines
520 B
Markdown
|
# Research.Address
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**city** | **String** | City | [optional]
|
||
|
**country** | **String** | Country full name | [optional]
|
||
|
**countryCode** | **String** | Country Code | [optional]
|
||
|
**postalCode** | **String** | Postal Code | [optional]
|
||
|
**state** | **String** | State full name | [optional]
|
||
|
**stateCode** | **String** | State Code | [optional]
|
||
|
**street** | **String** | Street number and name | [optional]
|
||
|
|
||
|
|