5#ifndef MOLYBDEN_ADDRESS_HPP
6#define MOLYBDEN_ADDRESS_HPP
The collected data entered by the user to a form and persisted to the user profile store.
Definition address.hpp:16
std::string zip
The ZIP code entered by the user.
Definition address.hpp:40
std::string dependent_locality
A subdivision of a city, e.g.
Definition address.hpp:30
std::string state
The name of the state.
Definition address.hpp:35
std::string city
The name of the city entered by the user.
Definition address.hpp:25
std::string street
The whole street name.
Definition address.hpp:20
std::string country_code
The ISO 3166 2-letter country code.
Definition address.hpp:45