StudentLoan class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

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

Properties

accountId String?
final
accountNumber String?
final
disbursementDates List<String>?
final
expectedPayoffDate String?
final
guarantor String?
final
hashCode int
The hash code for this object.
no setterinherited
interestRatePercentage double?
final
isOverdue bool?
final
lastPaymentAmount double?
final
lastPaymentDate String?
final
lastStatementIssueDate String?
final
loanName String?
final
loanStatus StudentLoanStatus?
final
minimumPaymentAmount double?
final
nextPaymentDueDate String?
final
originationDate String?
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.
inherited

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)