Product Line Response
data class ProductLineResponse(val availabilityInformation: AvailabilityInformationResponse, val costInformation: CostInformationResponse, val description: DescriptionResponse, val displayName: String, val filterableProperties: List<FilterablePropertyResponse>, val hierarchyInformation: HierarchyInformationResponse, val imageInformation: List<ImageInformationResponse>, val products: List<ProductResponse>)
Product line
Constructors
Link copied to clipboard
fun ProductLineResponse(availabilityInformation: AvailabilityInformationResponse, costInformation: CostInformationResponse, description: DescriptionResponse, displayName: String, filterableProperties: List<FilterablePropertyResponse>, hierarchyInformation: HierarchyInformationResponse, imageInformation: List<ImageInformationResponse>, products: List<ProductResponse>)