UniPayPaymentMethods enum
Values
- applepay → const UniPayPaymentMethods
- card → const UniPayPaymentMethods
- stcpay → const UniPayPaymentMethods
- tamara → const UniPayPaymentMethods
- tabby → const UniPayPaymentMethods
- notSpecified → const UniPayPaymentMethods
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String
-
Get the icon asset by the payment method
no setter
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isApplePay → bool
-
Check if the payment method is
ApplePayno setter - isBNPL → bool
-
IS BNPL
no setter
- isCard → bool
-
Check if the payment method is
Cardno setter - isMoyasar → bool
-
Check if the payment method is
Moyasar gatewayno setter - isNotSpecified → bool
-
Check if the payment method is
NotSpecifiedno setter - isStcPay → bool
-
Check if the payment method is
STC Payno setter - isTabby → bool
-
Check if the payment method is
Tabbyno setter - isTamara → bool
-
Check if the payment method is
Tamarano setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabbyPaymentMethod → OrderHistoryItemPaymentMethod
-
Get the tabby payment method
no setter
- title → String
-
Get the title by the payment method
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
payNowAmount(
num totalAmount) → String -
Get the
pay nowamount by the type of payment method is selected -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
UniPayPaymentMethods> - A constant List of the values in this enum, in order of their declaration.