PhonePePg class
Constructors
Properties
- callbackUrl ↔ String
-
getter/setter pair
- debug ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- merchantId ↔ String
-
getter/setter pair
- merchantUserId ↔ String
-
getter/setter pair
- redirectUrl ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salt ↔ String
-
getter/setter pair
- saltIndex ↔ String
-
getter/setter pair
- uuid ↔ Uuid
-
getter/setter pair
Methods
-
copyWith(
{String? merchantId, String? merchantUserId, String? salt, String? saltIndex, String? redirectUrl, String? callbackUrl, bool? debug}) → PhonePePg -
initTransaction(
{String? merchantTransactionId, required String customerMobile, required double amount, required RedirectType redirectType}) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant PhonePePg other) → bool -
The equality operator.
override