LoanTransaction class

Constructors

LoanTransaction({String? loanAccountId, String? loanServicerId, String? paymentDate, num? paymentAmount, num? appliedPrincipal, num? appliedInterest, num? appliedFees, String? paymentType, List<PaymentDetails>? paymentDetails, bool? isInternalTxn, String? status, String? loanServicerName})
LoanTransaction.fromJson(dynamic json)

Properties

appliedFees num?
no setter
appliedInterest num?
no setter
appliedPrincipal num?
no setter
hashCode int
The hash code for this object.
no setterinherited
isInternalTxn bool?
no setter
loanAccountId String?
no setter
loanServicerId String
no setter
loanServicerName String
no setter
paymentAmount num
no setter
paymentDate String
no setter
paymentDetails List<PaymentDetails>?
no setter
paymentType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
no setter

Methods

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

Operators

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