CheckoutCurrency enum
contains constants used relating to the core logic e.g the list of currencies callbacks environments (test and live)
Constructors
- CheckoutCurrency()
-
const
Values
- NGN → const CheckoutCurrency
-
const CheckoutCurrency(0)
- KES → const CheckoutCurrency
-
const CheckoutCurrency(1)
- GHS → const CheckoutCurrency
-
const CheckoutCurrency(2)
- ZMW → const CheckoutCurrency
-
const CheckoutCurrency(3)
- UGX → const CheckoutCurrency
-
const CheckoutCurrency(4)
- ZAR → const CheckoutCurrency
-
const CheckoutCurrency(5)
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<
CheckoutCurrency> -
A constant List of the values in this enum, in order of their declaration.
[NGN, KES, GHS, ZMW, UGX, ZAR]