Product Response
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
fun ProductResponse(availabilityInformation: AvailabilityInformationResponse, configurations: List<ConfigurationResponse>, costInformation: CostInformationResponse, description: DescriptionResponse, displayName: String, filterableProperties: List<FilterablePropertyResponse>, fulfilledBy: String, hierarchyInformation: HierarchyInformationResponse, imageInformation: List<ImageInformationResponse>)