Product
data class Product(val name: String?, val id: String?, val currency: String?, val quantity: Int?, val feeTotal: Double?, val basePrice: Double?, val majorCategory: String?, val ticketType: String?)
Represents product details for Google Analytics tracking.
Holds information about a product, such as name, ID, and pricing.