MortgageLiability class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MortgageLiability({String? accountId, String? accountNumber, double? currentLateFee, double? escrowBalance, bool? hasPmi, bool? hasPrepaymentPenalty, MortgageInterestRate? interestRate, double? lastPaymentAmount, String? lastPaymentDate, String? loanTypeDescription, String? loanTerm, String? maturityDate, double? nextMonthlyPayment, String? nextPaymentDueDate, String? originationDate, double? originationPrincipalAmount, double? pastDueAmount, MortgagePropertyAddress? propertyAddress, double? ytdInterestPaid, 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 setterinherited
hasPmi bool?
final
hasPrepaymentPenalty bool?
final
interestRate MortgageInterestRate?
final
lastPaymentAmount double?
final
lastPaymentDate String?
final
loanTerm String?
final
loanTypeDescription String?
final
maturityDate String?
final
nextMonthlyPayment double?
final
nextPaymentDueDate String?
final
originationDate String?
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.
inherited

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)