UBankAccountReadParams constructor

UBankAccountReadParams({
  1. required BankAccountSelectorArgs? selectorArgs,
  2. int? pageSize,
  3. int? pageNumber,
  4. DateTime? fromCreatedAt,
  5. DateTime? toCreatedAt,
  6. List<int>? tags,
  7. List<String>? ids,
  8. String? creatorId,
  9. String? cardNumber,
  10. String? accountNumber,
  11. String? iBanNumber,
  12. String? bankName,
  13. String? ownerName,
  14. int? orderBy,
})

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,
});