ProductDetails

com.appcoins.sdk.billing.ProductDetails

Class that represents the details of a Product.


Public parameters

NameTypeDescription
productIdStringID of the product.
productTypeStringString value of the ProductType of product.
titleStringTitle of the Product.
descriptionString?Description of the Product.
oneTimePurchaseOfferDetailsOneTimePurchaseOfferDetails?Offer details of One Time type products (INAPP type products).
subscriptionOfferDetailsList<SubscriptionOfferDetails>?Offer details of Subscription type products (SUBS type products).