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