TransactionPatternAnalysis constructor
TransactionPatternAnalysis({
- DateTime? lastDayOfCredit,
- DateTime? lastDayOfDebit,
- double? percentDebitTransactions,
- double? percentCreditTransactions,
- int? totalNumberOfTransactions,
- double? percentOfTransactionsLessThan10ThousandNaira,
- double? percentOfTransactionsBetween10ThousandTo100ThousandNaira,
- double? percentOfTransactionsBetween100ThousandTo500ThousandNaira,
- double? percentOfTransactionsBetween500ThousandToOneMillionNaira,
- int? percentOfTransactionsGreaterThanOneMillionNaira,
- double? percentNumberOfDaysTransactionsWasLessThan10ThousandNaira,
- double? percentOfBalancesLessThan10ThousandNaira,
- double? percentOfBalancesBetween10ThousandTo100ThousandNaira,
- double? percentOfBalancesBetween100ThousandTo500ThousandNaira,
- double? percentOfBalancesBetween500ThousandToOneMillionNaira,
- int? percentOfBalancesGreaterThanOneMillionNaira,
- double? percentNumberOfDaysBalanceWasLessThan10ThousandNaira,
- String? mostFrequentBalanceRange,
- String? mostFrequentTransactionRange,
- int? numberOfCardRequests,
- dynamic topIncomingTransfer,
- dynamic mostFrequentCreditTransfer,
- dynamic mostFrequentDebitTransfer,
- dynamic topOutgoingTransfer,
Implementation
TransactionPatternAnalysis({
this.lastDayOfCredit,
this.lastDayOfDebit,
this.percentDebitTransactions,
this.percentCreditTransactions,
this.totalNumberOfTransactions,
this.percentOfTransactionsLessThan10ThousandNaira,
this.percentOfTransactionsBetween10ThousandTo100ThousandNaira,
this.percentOfTransactionsBetween100ThousandTo500ThousandNaira,
this.percentOfTransactionsBetween500ThousandToOneMillionNaira,
this.percentOfTransactionsGreaterThanOneMillionNaira,
this.percentNumberOfDaysTransactionsWasLessThan10ThousandNaira,
this.percentOfBalancesLessThan10ThousandNaira,
this.percentOfBalancesBetween10ThousandTo100ThousandNaira,
this.percentOfBalancesBetween100ThousandTo500ThousandNaira,
this.percentOfBalancesBetween500ThousandToOneMillionNaira,
this.percentOfBalancesGreaterThanOneMillionNaira,
this.percentNumberOfDaysBalanceWasLessThan10ThousandNaira,
this.mostFrequentBalanceRange,
this.mostFrequentTransactionRange,
this.numberOfCardRequests,
this.topIncomingTransfer,
this.mostFrequentCreditTransfer,
this.mostFrequentDebitTransfer,
this.topOutgoingTransfer,
});