TransectionParameter class

Constructors

TransectionParameter.new({required String clientId, required String processData, required String processType, required String transactionNumber})
TransectionParameter.fromJson(String source)
factory
TransectionParameter.fromMap(Map<String, dynamic> map)
factory

Properties

clientId String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
processData String
getter/setter pair
processType String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionNumber String
getter/setter pair

Methods

copyWith({String? clientId, String? processData, String? processType, String? transactionNumber}) TransectionParameter
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 TransectionParameter other) bool
The equality operator.
override