TCDigitalFlyer
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
TCDigitalFlyer
TCDigitalFlyer
/
com.tctranscontinental.android.digitalflyer
/
Filters
Filters
androidJvm
data
class
Filters
(
val
categories
:
List
<
Filters.Category
>
,
val
discounts
:
List
<
Int
>
)
(
source
)
Members
Constructors
Filters
Link copied to clipboard
androidJvm
constructor
(
categories
:
List
<
Filters.Category
>
,
discounts
:
List
<
Int
>
)
Types
Category
Link copied to clipboard
androidJvm
data
class
Category
(
val
id
:
String
,
val
subcategory
:
List
<
Filters.Category
>
?
=
null
)
Properties
categories
Link copied to clipboard
androidJvm
val
categories
:
List
<
Filters.Category
>
discounts
Link copied to clipboard
androidJvm
val
discounts
:
List
<
Int
>