CreditBankIncomeCause constructor
CreditBankIncomeCause({
- CreditBankIncomeErrorType? errorType,
- String? errorCode,
- String? errorMessage,
- String? displayMessage,
- String? itemId,
Implementation
CreditBankIncomeCause({
this.errorType,
this.errorCode,
this.errorMessage,
this.displayMessage,
this.itemId,
});