TransactionParams class

Constructors

TransactionParams.new({required MSitefType modalidade, required String value, required String couponNumber, required String dateFiscal, required String hourFiscal, required String operador, String? params, required String ipSitef, required String storeId, required String terminalId, String? paramsAdd, required String companyDocument, String? comExternal, String? isDoubleValidation, String? otp, String? enabledTransactions, required String automationDocument, String? tokenRegistroTls})
TransactionParams.fromJson(String source)
factory
TransactionParams.fromMap(Map<String, dynamic> map)
factory

Properties

automationDocument String
final
comExternal String?
final
companyDocument String
final
couponNumber String
final
dateFiscal String
final
enabledTransactions String?
final
hashCode int
The hash code for this object.
no setteroverride
hourFiscal String
final
ipSitef String
final
isDoubleValidation String?
final
modalidade MSitefType
final
operador String
final
otp String?
final
params 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
value String
final

Methods

copyWith({MSitefType? modalidade, String? value, String? couponNumber, String? dateFiscal, String? hourFiscal, String? operador, String? params, String? ipSitef, String? storeId, String? terminalId, String? paramsAdd, String? companyDocument, String? comExternal, String? isDoubleValidation, String? otp, String? enabledTransactions, String? automationDocument, String? tokenRegistroTls}) TransactionParams
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 TransactionParams other) bool
The equality operator.
override