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