LaunchMerchantModel class
A model representing merchant information for launching a Fawry payment.
Constructors
- LaunchMerchantModel({required String merchantCode, required String merchantRefNum, required String secureKey})
- Constructs a LaunchMerchantModel with required parameters.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantCode ↔ String
-
The merchant code.
getter/setter pair
- merchantRefNum ↔ String
-
The merchant reference number.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureKey ↔ String
-
The secure key for authentication.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this LaunchMerchantModel to a JSON format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited