PurchaseObjectItem

fun PurchaseObjectItem(    name: String,     imageUrl: String,     description: String,     price: Price,     quantity: Int,     isBonus: Boolean)

Sources

Link copied to clipboard