SpendAnalysis constructor
SpendAnalysis({
- double? averageMonthlySpendOnTransfer,
- int? averageMonthlySpendOnAtmAndPos,
- double? averageMonthlySpendOnUssd,
- int? averageMonthlySpendOnGambling,
- double? averageMonthlySpendOnAirtimeAndData,
- int? averageMonthlySpendOnUtilities,
- int? averageMonthlySpendOnOnlineAndWeb,
- int? averageMonthlySpendOnTransportation,
- int? averageMonthlySpendOnHealth,
- int? averageMonthlySpendOnTravel,
- int? averageMonthlySpendOnEntertainment,
- int? averageMonthlySpendOnHospitalityAndFood,
- int? averageMonthlySpendOnRent,
- int? averageMonthlySpendOnInsurance,
- double? averageMonthlySpendOnChargesAndStampDuty,
- int? averageMonthlySpendOnInternationalTransactions,
- double? averageMonthlyTotalExpenses,
- int? averageMonthlyRecurringExpense,
- String? mostRecurringExpense,
- double? totalSpendOnTransfer,
- int? totalSpendOnAtmAndPos,
- double? totalSpendOnUssd,
- int? totalSpendOnGambling,
- int? totalSpendOnAirtimeAndData,
- int? totalSpendOnUtilities,
- int? totalSpendOnOnlineAndWeb,
- int? totalSpendOnTransportation,
- int? totalSpendOnHealth,
- int? totalSpendOnTravel,
- int? totalSpendOnEntertainment,
- int? totalSpendOnHospitalityAndFood,
- int? totalSpendOnRent,
- int? totalSpendOnInsurance,
- double? totalSpendOnChargesAndStampDuty,
- int? totalSpendOnInternationalTransactions,
- double? totalMonthlyExpenses,
- int? totalRecurringExpense,
- dynamic totalExpenses,
- int? totalMonthlyExpense,
- dynamic atmLocations,
Implementation
SpendAnalysis({
this.averageMonthlySpendOnTransfer,
this.averageMonthlySpendOnAtmAndPos,
this.averageMonthlySpendOnUssd,
this.averageMonthlySpendOnGambling,
this.averageMonthlySpendOnAirtimeAndData,
this.averageMonthlySpendOnUtilities,
this.averageMonthlySpendOnOnlineAndWeb,
this.averageMonthlySpendOnTransportation,
this.averageMonthlySpendOnHealth,
this.averageMonthlySpendOnTravel,
this.averageMonthlySpendOnEntertainment,
this.averageMonthlySpendOnHospitalityAndFood,
this.averageMonthlySpendOnRent,
this.averageMonthlySpendOnInsurance,
this.averageMonthlySpendOnChargesAndStampDuty,
this.averageMonthlySpendOnInternationalTransactions,
this.averageMonthlyTotalExpenses,
this.averageMonthlyRecurringExpense,
this.mostRecurringExpense,
this.totalSpendOnTransfer,
this.totalSpendOnAtmAndPos,
this.totalSpendOnUssd,
this.totalSpendOnGambling,
this.totalSpendOnAirtimeAndData,
this.totalSpendOnUtilities,
this.totalSpendOnOnlineAndWeb,
this.totalSpendOnTransportation,
this.totalSpendOnHealth,
this.totalSpendOnTravel,
this.totalSpendOnEntertainment,
this.totalSpendOnHospitalityAndFood,
this.totalSpendOnRent,
this.totalSpendOnInsurance,
this.totalSpendOnChargesAndStampDuty,
this.totalSpendOnInternationalTransactions,
this.totalMonthlyExpenses,
this.totalRecurringExpense,
this.totalExpenses,
this.totalMonthlyExpense,
this.atmLocations,
});