PaymentSdkAPms enum Null safety
Constructors
- PaymentSdkAPms()
-
const
Values
- UNION_PAY → const PaymentSdkAPms
-
const PaymentSdkAPms(0)
- STC_PAY → const PaymentSdkAPms
-
const PaymentSdkAPms(1)
- VALU → const PaymentSdkAPms
-
const PaymentSdkAPms(2)
- MEEZA_QR → const PaymentSdkAPms
-
const PaymentSdkAPms(3)
- OMAN_NET → const PaymentSdkAPms
-
const PaymentSdkAPms(4)
- KNET_CREDIT → const PaymentSdkAPms
-
const PaymentSdkAPms(5)
- FAWRY → const PaymentSdkAPms
-
const PaymentSdkAPms(6)
- KNET_DEBIT → const PaymentSdkAPms
-
const PaymentSdkAPms(7)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
PaymentSdkAPms> -
A constant List of the values in this enum, in order of their declaration.
[UNION_PAY, STC_PAY, VALU, MEEZA_QR, OMAN_NET, KNET_CREDIT, FAWRY, KNET_DEBIT]