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).