GetProductProduct

data class GetProductProduct(val code: String, val description: String, val name: String, val skuses: List<GetProductProductSkus>)

Constructors

Link copied to clipboard
constructor(code: String, description: String, name: String, skuses: List<GetProductProductSkus>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code of the product.

Link copied to clipboard

The description of the product.

Link copied to clipboard

The name of the product.

Link copied to clipboard

A list of one element containing sku attributes of an object. Each element contains the following attributes: