toggle menu
TCDigitalFlyer
androidJvm
switch theme
search in API
TCDigitalFlyer
/
com.tctranscontinental.android.digitalflyer
/
Filters
Filters
data
class
Filters
(
val
categories
:
List
<
Filters.Category
>
,
val
discounts
:
List
<
Int
>
)
Members
Constructors
Filters
Link copied to clipboard
constructor
(
categories
:
List
<
Filters.Category
>
,
discounts
:
List
<
Int
>
)
Types
Category
Link copied to clipboard
data
class
Category
(
val
id
:
String
,
val
subcategory
:
List
<
Filters.Category
>
=
emptyList()
)
Properties
categories
Link copied to clipboard
val
categories
:
List
<
Filters.Category
>
discounts
Link copied to clipboard
val
discounts
:
List
<
Int
>