BehavioralAnalysis constructor

BehavioralAnalysis({
  1. String? monthToMonthInflowToOutflowRate,
  2. String? overallInflowToOutflowRate,
  3. int? totalLoanAmount,
  4. int? totalLoanRepaymentAmount,
  5. int? loanInflowRate,
  6. int? loanRepaymentToInflowRate,
  7. int? numberOfCreditLoanTransactions,
  8. int? numberOfDebitRepaymentTransactions,
  9. String? gamblingStatus,
  10. int? gamblingRate,
  11. double? accountActivity,
  12. double? percentOfInflowIrregularity,
  13. int? averageMonthlyLoanAmount,
  14. int? averageMonthlyLoanRepaymentAmount,
  15. dynamic accountSweep,
})

Implementation

BehavioralAnalysis({
  this.monthToMonthInflowToOutflowRate,
  this.overallInflowToOutflowRate,
  this.totalLoanAmount,
  this.totalLoanRepaymentAmount,
  this.loanInflowRate,
  this.loanRepaymentToInflowRate,
  this.numberOfCreditLoanTransactions,
  this.numberOfDebitRepaymentTransactions,
  this.gamblingStatus,
  this.gamblingRate,
  this.accountActivity,
  this.percentOfInflowIrregularity,
  this.averageMonthlyLoanAmount,
  this.averageMonthlyLoanRepaymentAmount,
  this.accountSweep,
});