CreditBankIncomeAccount constructor

CreditBankIncomeAccount({
  1. String? accountId,
  2. String? mask,
  3. String? name,
  4. String? officialName,
  5. DepositoryAccountSubtype? subtype,
  6. CreditBankIncomeAccountType? type,
  7. List<Owner>? owners,
})

Implementation

CreditBankIncomeAccount({
  this.accountId,
  this.mask,
  this.name,
  this.officialName,
  this.subtype,
  this.type,
  this.owners,
});