PlayStoreProduct

@Serializable(with = PlayStoreProductSerializer::class)
data class PlayStoreProduct(val store: Store = Store.PLAY_STORE, val productIdentifier: String, val basePlanIdentifier: String, val offer: Offer)(source)

Constructors

Link copied to clipboard
constructor(store: Store = Store.PLAY_STORE, productIdentifier: String, basePlanIdentifier: String, offer: Offer)

Properties

Link copied to clipboard
@SerialName(value = "base_plan_identifier")
val basePlanIdentifier: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "offer")
val offer: Offer
Link copied to clipboard
@SerialName(value = "product_identifier")
val productIdentifier: String
Link copied to clipboard
@SerialName(value = "store")
val store: Store