ProductReference

API: Stable

Contains a unique reference to a Product

data class ProductReference(
    val id: String,
    val category: String,
    val provider: String,
)
Properties
id: String The `Product` ID
category: String The ID of the `Product`'s category
provider: String The provider of the `Product`