5#ifndef MOLYBDEN_USER_PROFILE_HPP
6#define MOLYBDEN_USER_PROFILE_HPP
8#include "molybden/user/address.hpp"
The collected data entered by the user to a form and persisted to the user profile store.
Definition address.hpp:16
The collected data entered by the user to a form and persisted to the user data store.
Definition user_profile.hpp:16
std::string company_name
The name of the company entered by the user.
Definition user_profile.hpp:35
std::string email
The email value entered by the user.
Definition user_profile.hpp:30
std::string full_name
The full name value entered by the user.
Definition user_profile.hpp:25
std::string guid
An internal field used for identifying a user data profile by Chromium.
Definition user_profile.hpp:45
std::string phone_number
The phone number value entered by the user.
Definition user_profile.hpp:40
Address address
The address entered by the user.
Definition user_profile.hpp:20