ProductDetails
com.aptoide.sdk.billing.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 3 months ago
