google:: play:: billing:: ProductDetails
#include <billing/models.h>
Details for a product.
Summary
Public attributes |
|
---|---|
description
|
std::string
The product's description.
|
id
|
std::string
The product's unique identifier.
|
name
|
std::string
The product's name.
|
product_offers
|
std::vector< ProductOffer >
Collection of offers available for the product.
|
title
|
std::string
The product's title.
|
Public attributes
description
std::string google::play::billing::ProductDetails::description
The product's description.
id
std::string google::play::billing::ProductDetails::id
The product's unique identifier.
name
std::string google::play::billing::ProductDetails::name
The product's name.
product_offers
std::vector< ProductOffer > google::play::billing::ProductDetails::product_offers
Collection of offers available for the product.
title
std::string google::play::billing::ProductDetails::title
The product's title.