GoogleStoreProduct
data class GoogleStoreProduct( val productId: String, val basePlanId: String?, val type: ProductType, val price: Price, val title: String, val description: String, val period: Period?, val subscriptionOptions: SubscriptionOptions?, val defaultOption: SubscriptionOption?, val productDetails: ProductDetails) : StoreProduct, Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun GoogleStoreProduct( productId: String, basePlanId: String?, type: ProductType, price: Price, title: String, description: String, period: Period?, subscriptionOptions: SubscriptionOptions?, defaultOption: SubscriptionOption?, productDetails: ProductDetails)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
The default SubscriptionOption that will be used when purchasing and not specifying a different option. Null for INAPP products.
Link copied to clipboard
Link copied to clipboard
Contains all SubscriptionOptions. Null for Amazon or for INAPP products.
Link copied to clipboard