Log class

Constructors

Log({String? requesttime, String? responsetime, String? requestref, String? financialdate, String? realamount, String? entrycode, String? postingrecordtype, String? postingtype, String? responseref, String? responsecode, String? benaccnumber, String? benbankcode, String? amount, String? servicetype})
Log.fromJson(Map<String, dynamic> json)
factory

Properties

amount String?
final
benaccnumber String?
final
benbankcode String?
final
entrycode String?
final
financialdate String?
final
hashCode int
The hash code for this object.
no setterinherited
postingrecordtype String?
final
postingtype String?
final
realamount String?
final
requestref String?
final
requesttime String?
final
responsecode String?
final
responseref String?
final
responsetime String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicetype String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited