MobileMoneyProvider enum

Mobile money providers supported by Paystack.

Each provider supports different countries and may require specific currencies. Phone number format and validation rules vary by provider.

Inheritance
Available extensions

Values

mpesa → const MobileMoneyProvider

M-Pesa (Kenya) - requires KES currency and +254 phone numbers

airtel → const MobileMoneyProvider

Airtel Money (Kenya, Tanzania, Uganda)

vodafone → const MobileMoneyProvider

Vodafone Cash (Ghana) - requires GHS currency

tigo → const MobileMoneyProvider

Tigo Cash (Ghana) - requires GHS currency

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
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<MobileMoneyProvider>
A constant List of the values in this enum, in order of their declaration.