Fission FSN
Loading...
Searching...
No Matches
fsIapTypes.h
Go to the documentation of this file.
1#ifndef fsIapTypeshdr
2#define fsIapTypeshdr
3
4#include <string>
5
7{
8 std::string productId;
9 std::string title;
10 std::string description;
11 std::string price;
12};
13
14#endif
Definition fsIapTypes.h:7
std::string description
Definition fsIapTypes.h:10
std::string title
Definition fsIapTypes.h:9
std::string price
Definition fsIapTypes.h:11
std::string productId
Definition fsIapTypes.h:8