Mobility Data for Kotlin
Toggle table of contents
0.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Mobility Data for Kotlin
gbfs-v1
/
dev.sargunv.mobilitydata.gbfs.v1
/
SystemPricingPlans
System
Pricing
Plans
@
Serializable
data
class
SystemPricingPlans
(
val
plans
:
List
<
PricingPlan
>
)
:
GbfsFeedData
,
List
<
PricingPlan
>
(
source
)
Describes pricing for the system.
Members
Constructors
System
Pricing
Plans
Link copied to clipboard
constructor
(
plans
:
List
<
PricingPlan
>
)
Properties
plans
Link copied to clipboard
val
plans
:
List
<
PricingPlan
>
Array of pricing plans available in the system.
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
PricingPlan
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
PricingPlan
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
PricingPlan
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
PricingPlan
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
PricingPlan
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
PricingPlan
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
PricingPlan
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
PricingPlan
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
PricingPlan
>