HIVE IAP 백오피스에서 생성한 상품 정보
마켓에 등록된 상품(Market Pid) 의 정보를 포함한다.
More...
#include <HIVE_IAPV4.h>
Public Attributes | |
| std::string | productType |
| consumable, subscription | |
| std::string | marketPid |
| Unique product ID registered in Market. | |
| std::string | currency |
| Currency code (ex, KRW / USD) | |
| double | price |
| Product price. | |
| std::string | displayPrice |
| Product price string (ex. $100.00) | |
| std::string | title |
| Item Title. | |
| std::string | productDescription |
| Product Description. | |
| std::string | originalMarketJson |
| Original Product info in Market. | |
| double | originalPrice |
| 세일전 가격 문자열 Google, Apple Only | |
| std::string | iconURL |
| 세일전 가격 Google, Apple Only More... | |
| int | coinsReward |
| 상품 아이콘 (512x512) Google Only | |
HIVE IAP 백오피스에서 생성한 상품 정보
마켓에 등록된 상품(Market Pid) 의 정보를 포함한다.