google:: play:: billing:: ProductOffer
#include <billing/models.h>
Offer details for a product.
Summary
Public attributes |
|
---|---|
currency_code
|
std::string
The ISO 4217 currency code of the price.
|
formatted_price
|
std::string
The formatted price for of the offer, including its currency sign.
|
offer_token
|
std::string
Unique token representing the product offer.
|
price_micros
|
int64_t
Cost in the currency_code.
|
Public attributes
currency_code
std::string google::play::billing::ProductOffer::currency_code
The ISO 4217 currency code of the price.
formatted_price
std::string google::play::billing::ProductOffer::formatted_price
The formatted price for of the offer, including its currency sign.
offer_token
std::string google::play::billing::ProductOffer::offer_token
Unique token representing the product offer.
price_micros
int64_t google::play::billing::ProductOffer::price_micros
Cost in the currency_code.
Price is provided in micro-units, where 1,000,000 micro-units equal one unit of the currency.