TransAppSelectedInfo class
TransAppSelectedInfo
Constructors
- TransAppSelectedInfo({String? aid, int? brandId, String? brandName, String? cardAppLabel, String? paymentBusinessModel, TransactionTypeInfo? transactionTypeInfo})
- Constructor
- TransAppSelectedInfo.fromJson(String source)
-
Generate an object from the JSON
factory
-
TransAppSelectedInfo.fromMap(Map<
String, dynamic> map) -
Generate an object from the map
factory
Properties
- aid → String?
-
Application ID
final
- brandId → int?
-
Brand ID
final
- brandName → String?
-
Brand name
final
- cardAppLabel → String?
-
Card application label
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentBusinessModel → String?
-
Payment business model
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionTypeInfo → TransactionTypeInfo?
-
Transaction type info
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Generate a JSON from the object
-
toMap(
) → Map< String, dynamic> - Generate a map from the object
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited