FilterableProperty

data class FilterableProperty(val supportedValues: List<String>, val type: Either<String, SupportedFilterTypes>) : ConvertibleToJava<FilterableProperty>

Different types of filters supported and its values.

Constructors

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

Properties

Link copied to clipboard

Values to be filtered.

Link copied to clipboard

Type of product filter.

Functions

Link copied to clipboard
open override fun toJava(): FilterableProperty