PaymentMethod enum - routing library - Dart API
PaymentMethod
PaymentMethod enum
Available payment methods.
Values
- unknown → const PaymentMethod
-
Payment with an unknown method.
- cash → const PaymentMethod
-
Payment with cash money.
- bankCard → const PaymentMethod
-
Payment with a bank card.
- creditCard → const PaymentMethod
-
Payment with a credit card.
- passSubscription → const PaymentMethod
-
Payment with a pass subscription.
- transponder → const PaymentMethod
-
Payment with a transponder.
- videoToll → const PaymentMethod
-
Payment with a video toll, i.e. toll by license plate.
- cashExact → const PaymentMethod
-
Payment with exact cash money, i.e. toll booth accepts exact change only.
- travelCard → const PaymentMethod
-
Payment with a travel card.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PaymentMethod> - A constant List of the values in this enum, in order of their declaration.