PaymentOptions enum
- Inheritance
- Available extensions
Values
- creditCard → const PaymentOptions
- tokenizedCreditCard → const PaymentOptions
- fawryPay → const PaymentOptions
- fawryB2B → const PaymentOptions
- meezaCard → const PaymentOptions
- meezaPay → const PaymentOptions
- bosta → const PaymentOptions
- valu → const PaymentOptions
- unhandledMethod → const PaymentOptions
Properties
- gatewayTargetMethod → String
-
Available on PaymentOptions, provided by the PaymentOptionsExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Available on PaymentOptions, provided by the PaymentOptionsExtension extension
no setter - imagePath → String
-
Available on PaymentOptions, provided by the PaymentOptionsExt extension
no setter - index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - name → String
-
Available on PaymentOptions, provided by the PaymentOptionsExtension extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenPath → String
-
Available on PaymentOptions, provided by the PaymentOptionsExt extension
no setter
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<
PaymentOptions> - A constant List of the values in this enum, in order of their declaration.