LiabilityOverride class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

LiabilityOverride({String? type, double? purchaseApr, double? cashApr, double? balanceTransferApr, double? specialApr, double? lastPaymentAmount, double? minimumPaymentAmount, bool? isOverdue, String? originationDate, double? principal, double? nominalApr, double? interestCapitalizationGracePeriodMonths, StudentLoanRepaymentModel? repaymentModel, String? expectedPayoffDate, String? guarantor, bool? isFederal, String? loanName, StudentLoanStatus? loanStatus, String? paymentReferenceNumber, PSLFStatus? pslfStatus, String? repaymentPlanDescription, String? repaymentPlanType, String? sequenceNumber, Address? servicerAddress})
LiabilityOverride.fromJson(Map<String, dynamic> json)
factory

Properties

balanceTransferApr double?
final
cashApr double?
final
expectedPayoffDate String?
final
guarantor String?
final
hashCode int
The hash code for this object.
no setterinherited
interestCapitalizationGracePeriodMonths double?
final
isFederal bool?
final
isOverdue bool?
final
lastPaymentAmount double?
final
loanName String?
final
loanStatus StudentLoanStatus?
final
minimumPaymentAmount double?
final
nominalApr double?
final
originationDate String?
final
paymentReferenceNumber String?
final
principal double?
final
pslfStatus PSLFStatus?
final
purchaseApr double?
final
repaymentModel StudentLoanRepaymentModel?
final
repaymentPlanDescription String?
final
repaymentPlanType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String?
final
servicerAddress Address?
final
specialApr double?
final
type String?
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 LiabilityOverride Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(LiabilityOverride instance)