PaymentBrands class
Brand name constants accepted by the HyperPay SDK.
Use these values in ReadyUI.brandsName, CustomUI.brandName, or wherever a brand string is required.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- applePay → const String
- Apple Pay brand identifier.
- credit → const String
- Generic credit card brand identifier.
- googlePay → const String
- Google Pay brand identifier.
- mada → const String
- Saudi MADA debit network brand identifier.
- masterCard → const String
- Mastercard brand identifier.
- samsungPay → const String
- Samsung Pay brand identifier.
- stcPay → const String
- STC Pay brand identifier.
- visa → const String
- Visa brand identifier.