Subscription
class Subscription constructor(val productId: String, val optionId: String, val productDetails: ProductDetails, val token: String, val billingPeriod: Period? = null, val addOnProducts: List<GooglePurchasingData>? = null) : GooglePurchasingData