UBankAccountReadParams constructor
UBankAccountReadParams({})
Implementation
UBankAccountReadParams({
required this.selectorArgs,
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.cardNumber,
this.accountNumber,
this.iBanNumber,
this.bankName,
this.ownerName,
this.orderBy,
});