BehavioralAnalysis constructor
BehavioralAnalysis({
- String? monthToMonthInflowToOutflowRate,
- String? overallInflowToOutflowRate,
- int? totalLoanAmount,
- int? totalLoanRepaymentAmount,
- int? loanInflowRate,
- int? loanRepaymentToInflowRate,
- int? numberOfCreditLoanTransactions,
- int? numberOfDebitRepaymentTransactions,
- String? gamblingStatus,
- int? gamblingRate,
- double? accountActivity,
- double? percentOfInflowIrregularity,
- int? averageMonthlyLoanAmount,
- int? averageMonthlyLoanRepaymentAmount,
- 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,
});