CreditBankIncomeCause constructor

CreditBankIncomeCause({
  1. CreditBankIncomeErrorType? errorType,
  2. String? errorCode,
  3. String? errorMessage,
  4. String? displayMessage,
  5. String? itemId,
})

Implementation

CreditBankIncomeCause({
  this.errorType,
  this.errorCode,
  this.errorMessage,
  this.displayMessage,
  this.itemId,
});