FilterablePropertyResponse

data class FilterablePropertyResponse(val supportedValues: List<String>, val type: String)

Different types of filters supported and its values.

Constructors

Link copied to clipboard
constructor(supportedValues: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Values to be filtered.

Link copied to clipboard

Type of product filter.