GetProductsProduct

data class GetProductsProduct(val id: String, val productId: String, val productName: String)

Constructors

Link copied to clipboard
constructor(id: String, productId: String, productName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Product.

Link copied to clipboard

The ID of the Product.

Link copied to clipboard

The name of the Product.