ProductResponse

data class ProductResponse(val availabilityInformation: AvailabilityInformationResponse, val configurations: List<ConfigurationResponse>, val costInformation: CostInformationResponse, val description: DescriptionResponse, val displayName: String, val filterableProperties: List<FilterablePropertyResponse>, val fulfilledBy: String, val hierarchyInformation: HierarchyInformationResponse, val imageInformation: List<ImageInformationResponse>)

Represents a product.

Constructors

Link copied to clipboard
constructor(availabilityInformation: AvailabilityInformationResponse, configurations: List<ConfigurationResponse>, costInformation: CostInformationResponse, description: DescriptionResponse, displayName: String, filterableProperties: List<FilterablePropertyResponse>, fulfilledBy: String, hierarchyInformation: HierarchyInformationResponse, imageInformation: List<ImageInformationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Availability information of the product system.

Link copied to clipboard

List of configurations for the product.

Link copied to clipboard

Cost information for the product system.

Link copied to clipboard

Description related to the product system.

Link copied to clipboard

Display Name for the product system.

Link copied to clipboard

List of filters supported for a product.

Link copied to clipboard

The entity responsible for fulfillment of the item at the given hierarchy level.

Link copied to clipboard

Hierarchy information of a product.

Link copied to clipboard

Image information for the product system.