TransactionAdditionalInfo class
Constructors
- TransactionAdditionalInfo({String? dateTime, String? agentCode, String? channelCode, String? data, String? interestType, String? interestRate, String? monthlyAmount, String? installmentPeriod, String? amount, String? currencyCode, String? invoiceNo, String? productDescription})
- TransactionAdditionalInfo.fromJson(String str)
-
factory
-
TransactionAdditionalInfo.fromMap(Map<
String, dynamic> json) -
factory
Properties
- agentCode ↔ String?
-
getter/setter pair
- amount ↔ String?
-
getter/setter pair
- channelCode ↔ String?
-
getter/setter pair
- currencyCode ↔ String?
-
getter/setter pair
- data ↔ String?
-
getter/setter pair
- dateTime ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- installmentPeriod ↔ String?
-
getter/setter pair
- interestRate ↔ String?
-
getter/setter pair
- interestType ↔ String?
-
getter/setter pair
- invoiceNo ↔ String?
-
getter/setter pair
- monthlyAmount ↔ String?
-
getter/setter pair
- productDescription ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited