MSitefMenuParams class
Constructors
- MSitefMenuParams({String? ipSitef, String? storeId, String? terminalId, String? paramsAdd, String? companyDocument, String? comExternal, String? isDoubleValidation, String? otp, String? enabledTransactions, String? automationDocument, String? tokenRegistroTls})
- MSitefMenuParams.fromJson(String source)
-
factory
-
MSitefMenuParams.fromMap(Map<
String, dynamic> map) -
factory
Properties
- automationDocument → String?
-
final
- comExternal → String?
-
final
- companyDocument → String?
-
final
- enabledTransactions → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- ipSitef → String?
-
final
- isDoubleValidation → String?
-
final
- otp → String?
-
final
- paramsAdd → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeId → String?
-
final
- terminalId → String?
-
final
- tokenRegistroTls → String?
-
final
Methods
-
copyWith(
{String? ipSitef, String? storeId, String? terminalId, String? paramsAdd, String? companyDocument, String? comExternal, String? isDoubleValidation, String? otp, String? enabledTransactions, String? automationDocument, String? tokenRegistroTls}) → MSitefMenuParams -
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 MSitefMenuParams other) → bool -
The equality operator.
override