AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
georoutes
/
aws.sdk.kotlin.services.georoutes.model
/
RouteTollPaymentMethod
Route
Toll
Payment
Method
sealed
class
RouteTollPaymentMethod
Inheritors
BankCard
Cash
CashExact
CreditCard
PassSubscription
Transponder
TravelCard
VideoToll
SdkUnknown
Members
Types
Bank
Card
Link copied to clipboard
object
BankCard
:
RouteTollPaymentMethod
Cash
Link copied to clipboard
object
Cash
:
RouteTollPaymentMethod
Cash
Exact
Link copied to clipboard
object
CashExact
:
RouteTollPaymentMethod
Companion
Link copied to clipboard
object
Companion
Credit
Card
Link copied to clipboard
object
CreditCard
:
RouteTollPaymentMethod
Pass
Subscription
Link copied to clipboard
object
PassSubscription
:
RouteTollPaymentMethod
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RouteTollPaymentMethod
Transponder
Link copied to clipboard
object
Transponder
:
RouteTollPaymentMethod
Travel
Card
Link copied to clipboard
object
TravelCard
:
RouteTollPaymentMethod
Video
Toll
Link copied to clipboard
object
VideoToll
:
RouteTollPaymentMethod
Properties
value
Link copied to clipboard
abstract
val
value
:
String