PaymentType class
- Inheritance
-
- Object
- EnumClass
- PaymentType
Properties
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
Static Properties
-
serializer
→ Serializer<
PaymentType> -
no setter
-
values
→ BuiltSet<
PaymentType> -
no setter
Static Methods
-
valueOf(
String name) → PaymentType
Constants
- cashAdvance → const PaymentType
- cashDeposit → const PaymentType
- completion → const PaymentType
- firstReservation → const PaymentType
- instalment → const PaymentType
- issuerInstalment → const PaymentType
- normal → const PaymentType
- oneTimeReservation → const PaymentType
- paidOut → const PaymentType
- recurring → const PaymentType
- refund → const PaymentType
- unknownDefaultOpenApi → const PaymentType
- updateReservation → const PaymentType