UBankAccountUpdateParams constructor
UBankAccountUpdateParams({
- required String id,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - String? cardNumber,
- String? accountNumber,
- String? iBanNumber,
- String? bankName,
- String? ownerName,
- String? detail1,
- String? detail2,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UBankAccountUpdateParams({
required this.id,
this.addTags,
this.removeTags,
this.tags,
this.cardNumber,
this.accountNumber,
this.iBanNumber,
this.bankName,
this.ownerName,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});