Product
data class Product(val id: String?, val name: String?, val livemode: Boolean?, val image: String?, val description: String?, val url: String?, val shippable: Boolean?, val active: Boolean?, val metadata: Map<String, String>?, val created: Int?, val updated: Int?, val defaultPrice: Int?, val productObject: String?)
Represents a product defined by the merchant in the Frame platform.