CreditBankIncomeSource constructor
CreditBankIncomeSource({
- String? incomeSourceId,
- String? incomeDescription,
- CreditBankIncomeCategory? incomeCategory,
- String? accountId,
- DateTime? startDate,
- DateTime? endDate,
- CreditBankIncomePayFrequency? payFrequency,
- double? totalAmount,
- int? transactionCount,
- List<
CreditBankIncomeHistoricalSummary> ? historicalSummary,
Implementation
CreditBankIncomeSource({
this.incomeSourceId,
this.incomeDescription,
this.incomeCategory,
this.accountId,
this.startDate,
this.endDate,
this.payFrequency,
this.totalAmount,
this.transactionCount,
this.historicalSummary,
});