MobileAnalysisResponse constructor
MobileAnalysisResponse({
- required bool status,
- required String msg,
- int? key,
- String? name,
- String? source,
- String? clientBvn,
- dynamic clientNin,
- dynamic clientFullName,
- dynamic clientPhoneNumber,
- dynamic accountType,
- dynamic accountBalance,
- dynamic accountId,
- dynamic accountName,
- dynamic bankName,
- DateTime? startDate,
- DateTime? endDate,
- DateTime? createdDate,
- String? processingStatus,
- SpendAnalysis? spendAnalysis,
- TransactionPatternAnalysis? transactionPatternAnalysis,
- BehavioralAnalysis? behavioralAnalysis,
- CashFlowAnalysis? cashFlowAnalysis,
- IncomeAnalysis? incomeAnalysis,
- int? confidenceOnParsing,
Implementation
MobileAnalysisResponse({
required this.status,
required this.msg,
this.key,
this.name,
this.source,
this.clientBvn,
this.clientNin,
this.clientFullName,
this.clientPhoneNumber,
this.accountType,
this.accountBalance,
this.accountId,
this.accountName,
this.bankName,
this.startDate,
this.endDate,
this.createdDate,
this.processingStatus,
this.spendAnalysis,
this.transactionPatternAnalysis,
this.behavioralAnalysis,
this.cashFlowAnalysis,
this.incomeAnalysis,
this.confidenceOnParsing,
});