Molybden API
|
The collected data entered by the user to a form and persisted to the user profile store. More...
#include <address.hpp>
Public Attributes | |
std::string | street |
The whole street name. | |
std::string | city |
The name of the city entered by the user. | |
std::string | dependent_locality |
A subdivision of a city, e.g. | |
std::string | state |
The name of the state. | |
std::string | zip |
The ZIP code entered by the user. | |
std::string | country_code |
The ISO 3166 2-letter country code. | |
The collected data entered by the user to a form and persisted to the user profile store.
std::string molybden::Address::dependent_locality |
A subdivision of a city, e.g.
an inner-city district or a suburb.