StudentLoan class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

StudentLoan({required String? accountId, required String? accountNumber, required List<DateTime>? disbursementDates, required DateTime? expectedPayoffDate, required String? guarantor, required double interestRatePercentage, required bool? isOverdue, required double? lastPaymentAmount, required DateTime? lastPaymentDate, required DateTime? lastStatementIssueDate, required String? loanName, required StudentLoanStatus loanStatus, required double? minimumPaymentAmount, required DateTime? nextPaymentDueDate, required DateTime? originationDate, required double? originationPrincipalAmount, required double? outstandingInterestAmount, required String? paymentReferenceNumber, required PSLFStatus pslfStatus, required StudentRepaymentPlan repaymentPlan, required String? sequenceNumber, required ServicerAddressData servicerAddress, required double? ytdInterestPaid, required double? ytdPrincipalPaid})
StudentLoan.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
accountNumber String?
final
disbursementDates List<DateTime>?
final
expectedPayoffDate DateTime?
final
guarantor String?
final
hashCode int
The hash code for this object.
no setteroverride
interestRatePercentage double
final
isOverdue bool?
final
lastPaymentAmount double?
final
lastPaymentDate DateTime?
final
lastStatementIssueDate DateTime?
final
loanName String?
final
loanStatus StudentLoanStatus
final
minimumPaymentAmount double?
final
nextPaymentDueDate DateTime?
final
originationDate DateTime?
final
originationPrincipalAmount double?
final
outstandingInterestAmount double?
final
paymentReferenceNumber String?
final
pslfStatus PSLFStatus
final
repaymentPlan StudentRepaymentPlan
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String?
final
servicerAddress ServicerAddressData
final
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 StudentLoan Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(StudentLoan instance)