toggle menu
TCDigitalFlyer
androidJvm
switch theme
search in API
TCDigitalFlyer
/
com.tctranscontinental.android.digitalflyer
/
FilterOptions
Filter
Options
data
class
FilterOptions
(
val
text
:
String
?
=
null
,
val
saving
:
Int
?
=
null
,
val
category
:
List
<
String
>
?
=
null
,
val
subcategory
:
List
<
String
>
?
=
null
)
Members
Constructors
Filter
Options
Link copied to clipboard
constructor
(
text
:
String
?
=
null
,
saving
:
Int
?
=
null
,
category
:
List
<
String
>
?
=
null
,
subcategory
:
List
<
String
>
?
=
null
)
Properties
category
Link copied to clipboard
val
category
:
List
<
String
>
?
=
null
saving
Link copied to clipboard
val
saving
:
Int
?
=
null
subcategory
Link copied to clipboard
val
subcategory
:
List
<
String
>
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null