GoogleSubscriptionOption
data class GoogleSubscriptionOption( val id: String, val pricingPhases: List<PricingPhase>, val tags: List<String>, val token: String) : SubscriptionOption, Parcelable
Content copied to clipboard
Defines an option for purchasing a Google subscription
Constructors
Link copied to clipboard
fun GoogleSubscriptionOption( id: String, pricingPhases: List<PricingPhase>, tags: List<String>, token: String)
Content copied to clipboard