LaunchCustomerModel class

A model representing customer information for launching a Fawry payment.

Constructors

LaunchCustomerModel({required String? customerName, String? customerEmail, String? customerMobile, String? customerProfileId})
Constructs a LaunchCustomerModel with optional parameters.

Properties

customerEmail String?
The email address of the customer (optional).
getter/setter pair
customerMobile String?
The mobile number of the customer (optional).
getter/setter pair
customerName String?
The name of the customer (optional).
getter/setter pair
customerProfileId String?
The profile ID of the customer (optional).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
Converts this LaunchCustomerModel to a JSON format.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited