UBankAccountCreateParams constructor
UBankAccountCreateParams({})
Implementation
UBankAccountCreateParams({
required this.tags,
this.cardNumber,
this.id,
this.accountNumber,
this.bankName,
this.ownerName,
this.iBanNumber,
this.detail1,
this.detail2,
this.creatorId,
this.adminUserIds,
});