NiubizConfigModel class
A model class representing the configuration for Niubiz.
This class holds the necessary information to configure the Niubiz payment gateway, including user credentials, merchant details, and environment settings.
Constructors
- NiubizConfigModel({String? userName, String? password, String? merchantId, bool? isProduction = false, String? titleBrand, String? name, String? lastName, String? email})
- Creates a new instance of NiubizConfigModel.
Properties
- email → String?
-
The email address of the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProduction → bool?
-
A flag indicating whether the configuration is for the production environment.
final
- lastName → String?
-
The last name of the user.
final
- merchantId → String?
-
The merchant ID associated with the Niubiz account.
final
- name → String?
-
The first name of the user.
final
- password → String?
-
The password for authentication.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleBrand → String?
-
The title of the brand.
final
- userName → String?
-
The username for authentication.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the NiubizConfigModel instance to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited