ProductDetails
Class that represents the details of a Product.
Public parameters
| Name | Type | Description |
|---|---|---|
| ProductId | String | ID of the product. |
| ProductType | String | String value of the ProductType of product. |
| Title | String | Title of the Product. |
| Description | String? | Description of the Product. |
| OneTimePurchaseOfferDetails | OneTimePurchaseOfferDetails? | Offer details of One Time type products (INAPP type products). |
| SubscriptionOfferDetails | List<SubscriptionOfferDetails>? | Offer details of Subscription type products (SUBS type products). |
Updated 30 days ago
