CreditBankIncomeAccount constructor
CreditBankIncomeAccount({
- String? accountId,
- String? mask,
- String? name,
- String? officialName,
- DepositoryAccountSubtype? subtype,
- CreditBankIncomeAccountType? type,
- List<
Owner> ? owners,
Implementation
CreditBankIncomeAccount({
this.accountId,
this.mask,
this.name,
this.officialName,
this.subtype,
this.type,
this.owners,
});