PaymentMethodTypes enum

Enum representing the different types of payment methods available.

Each enum value corresponds to a specific payment method and provides access to its associated icon, title, and string representation.

Inheritance
Available extensions

Values

masrivi → const PaymentMethodTypes

Represents the Masrivi payment method.

bankily → const PaymentMethodTypes

Represents the Bankily payment method.

sedad → const PaymentMethodTypes

Represents the Sedad payment method.

bimBank → const PaymentMethodTypes

Represents the Bim Bank payment method.

amanty → const PaymentMethodTypes

Represents the Amanty payment method.

bCIpay → const PaymentMethodTypes

Represents the BCIpay payment method.

Properties

hashCode int
The hash code for this object.
no setterinherited
icon → AppIcon
Gets the icon associated with the payment method type.
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toStr String
Gets the string representation of the payment method type.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title(BuildContext context) String
Gets the localized title for the payment method type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String method) PaymentMethodTypes
Creates a PaymentMethodTypes instance from its string representation.

Constants

values → const List<PaymentMethodTypes>
A constant List of the values in this enum, in order of their declaration.