PaymentSdkAPms enum

Supported alternative payment methods (APMs) for the Payment SDK.

Inheritance
Available extensions

Values

UNION_PAY → const PaymentSdkAPms

UnionPay

STC_PAY → const PaymentSdkAPms

STC Pay

VALU → const PaymentSdkAPms

valU

MEEZA_QR → const PaymentSdkAPms

Meeza QR

OMAN_NET → const PaymentSdkAPms

OmanNet

KNET_CREDIT → const PaymentSdkAPms

KNET (credit)

FAWRY → const PaymentSdkAPms

Fawry

KNET_DEBIT → const PaymentSdkAPms

KNET (debit)

URPAY → const PaymentSdkAPms

urpay

AMAN → const PaymentSdkAPms

Aman

SAMSUNG_PAY → const PaymentSdkAPms

Samsung Pay

APPLE_PAY → const PaymentSdkAPms

Apple Pay

SOUHOOLA → const PaymentSdkAPms

Souhoola

TABBY → const PaymentSdkAPms

Tabby

HALAN → const PaymentSdkAPms

Halan

FORSA → const PaymentSdkAPms

Forsa

TRU → const PaymentSdkAPms

Tru

TAMARA → const PaymentSdkAPms

Tamara

Properties

hashCode int
The hash code for this object.
no setterinherited
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 PaymentSdkAPms, provided by the PaymentSdkTokenFormatExtension extension

The provider identifier expected by the Payment SDK for this APM, or null if not mapped.
no setter
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<PaymentSdkAPms>
A constant List of the values in this enum, in order of their declaration.