LiabilityOverride constructor

LiabilityOverride({
  1. String? type,
  2. double? purchaseApr,
  3. double? cashApr,
  4. double? balanceTransferApr,
  5. double? specialApr,
  6. double? lastPaymentAmount,
  7. double? minimumPaymentAmount,
  8. bool? isOverdue,
  9. String? originationDate,
  10. double? principal,
  11. double? nominalApr,
  12. double? interestCapitalizationGracePeriodMonths,
  13. StudentLoanRepaymentModel? repaymentModel,
  14. String? expectedPayoffDate,
  15. String? guarantor,
  16. bool? isFederal,
  17. String? loanName,
  18. StudentLoanStatus? loanStatus,
  19. String? paymentReferenceNumber,
  20. PSLFStatus? pslfStatus,
  21. String? repaymentPlanDescription,
  22. String? repaymentPlanType,
  23. String? sequenceNumber,
  24. Address? servicerAddress,
})

Implementation

LiabilityOverride({
  this.type,
  this.purchaseApr,
  this.cashApr,
  this.balanceTransferApr,
  this.specialApr,
  this.lastPaymentAmount,
  this.minimumPaymentAmount,
  this.isOverdue,
  this.originationDate,
  this.principal,
  this.nominalApr,
  this.interestCapitalizationGracePeriodMonths,
  this.repaymentModel,
  this.expectedPayoffDate,
  this.guarantor,
  this.isFederal,
  this.loanName,
  this.loanStatus,
  this.paymentReferenceNumber,
  this.pslfStatus,
  this.repaymentPlanDescription,
  this.repaymentPlanType,
  this.sequenceNumber,
  this.servicerAddress,
});