#include <ProductDTO.hpp>
◆ Type
Enumerator |
---|
DOWNLOAD | |
SUBSCRIPTION | |
◆ ProductDTO() [1/3]
ProductDTO::ProductDTO |
( |
| ) |
|
|
default |
◆ ProductDTO() [2/3]
ProductDTO::ProductDTO |
( |
size_t | product_id, |
|
|
std::string | picture_url, |
|
|
std::string | button_text, |
|
|
size_t | price_in_cents, |
|
|
std::string | name, |
|
|
std::string | button_url, |
|
|
std::string | buy_url, |
|
|
Type | type ) |
◆ ProductDTO() [3/3]
◆ button_text
std::string ProductDTO::button_text |
◆ button_url
std::string ProductDTO::button_url |
◆ buy_url
std::string ProductDTO::buy_url |
◆ id
◆ name
std::string ProductDTO::name |
◆ picture_url
std::string ProductDTO::picture_url |
◆ price_in_cents
size_t ProductDTO::price_in_cents |
◆ product_id
size_t ProductDTO::product_id |
◆ type
The documentation for this class was generated from the following files: