MortgageLiability class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MortgageLiability({required String accountId, required String accountNumber, required double? currentLateFee, required double? escrowBalance, required bool? hasPmi, required bool? hasPrepaymentPenalty, required MortgageInterestRate interestRate, required double? lastPaymentAmount, required DateTime? lastPaymentDate, required String? loanTypeDescription, required String? loanTerm, required DateTime? maturityDate, required double? nextMonthlyPayment, required DateTime? nextPaymentDueDate, required DateTime? originationDate, required double? originationPrincipalAmount, required double? pastDueAmount, required MortgagePropertyAddress propertyAddress, required double? ytdInterestPaid, required double? ytdPrincipalPaid})
MortgageLiability.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
final
accountNumber String
final
currentLateFee double?
final
escrowBalance double?
final
hashCode int
The hash code for this object.
no setteroverride
hasPmi bool?
final
hasPrepaymentPenalty bool?
final
interestRate MortgageInterestRate
final
lastPaymentAmount double?
final
lastPaymentDate DateTime?
final
loanTerm String?
final
loanTypeDescription String?
final
maturityDate DateTime?
final
nextMonthlyPayment double?
final
nextPaymentDueDate DateTime?
final
originationDate DateTime?
final
originationPrincipalAmount double?
final
pastDueAmount double?
final
propertyAddress MortgagePropertyAddress
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ytdInterestPaid double?
final
ytdPrincipalPaid double?
final

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const MortgageLiability Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(MortgageLiability instance)