ProductResponse

data class ProductResponse(val identifierHelper: IdentifierHelperResponse, val name: String)

Product contains information about a product and how to uniquely identify it.

Constructors

Link copied to clipboard
fun ProductResponse(identifierHelper: IdentifierHelperResponse, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Helps in identifying the underlying product.

Link copied to clipboard

Name of the product.