Transaction Product
data class TransactionProduct(val id: String, val price: TransactionProduct.Price, val trialPeriod: TransactionProduct.TrialPeriod?, val period: TransactionProduct.Period?, val locale: String, val languageCode: String?, val currency: TransactionProduct.Currency)(source)
Constructors
Link copied to clipboard
constructor(id: String, price: TransactionProduct.Price, trialPeriod: TransactionProduct.TrialPeriod?, period: TransactionProduct.Period?, locale: String, languageCode: String?, currency: TransactionProduct.Currency)