StorePayment

@Serializable
class StorePayment(val productIdentifier: String, val quantity: Int, val discountIdentifier: String?)(source)

Constructors

Link copied to clipboard
constructor(productIdentifier: String, quantity: Int, discountIdentifier: String?)
constructor(purchase: Purchase)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard