AppConstants class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- baseUrl ↔ String
-
read / write
- callBackUrl ↔ String
-
read / write
- cancelRecurringPayment ↔ String
-
read / write
- cancelToken ↔ String
-
read / write
- errorUrl ↔ String
-
read / write
- executePayment ↔ String
-
read / write
- initiatePayment ↔ String
-
read / write
- mAPIVersion ↔ String
-
read / write
- paymentStatus ↔ String
-
read / write
- sendPayment ↔ String
-
read / write
- token ↔ String
-
read / write
- versionPrefix ↔ String
-
read / write
Constants
- accountDoNotHaveDirectPayment → const String
-
"Your account don\'t have direct payment"
- CONFIG_ERROR → const int
-
100
- CONNECTION_ERROR → const int
-
-2
- incorrectPaymentMethod → const String
-
"Your are using incorrect payment method"
- KEY_CARD → const String
-
"card"
- KEY_TOKEN → const String
-
"token"
- PAYMENT_CANCELED_ERROR → const int
-
-1
- paymentCanceled → const String
-
"User clicked back button"
- SERVER_ERROR → const int
-
500
- SUCCESS → const int
-
200
- userCancelPayment → const String
-
"User clicked cancel button"