UDormBedInvoiceReadParams constructor

UDormBedInvoiceReadParams({
  1. int? pageSize,
  2. int? pageNumber,
  3. DateTime? fromCreatedAt,
  4. DateTime? toCreatedAt,
  5. List<int>? tags,
  6. List<String>? ids,
  7. String? userId,
  8. InvoiceSelectorArgs? selectorArgs,
  9. String? contractId,
  10. String? dormId,
  11. bool? isPaid,
  12. bool? isOverdue,
  13. DateTime? minDueDate,
  14. DateTime? maxDueDate,
  15. double? minDebtAmount,
  16. double? maxDebtAmount,
  17. String? creatorId,
  18. int? orderBy,
})

Implementation

UDormBedInvoiceReadParams({
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.userId,
  this.selectorArgs,
  this.contractId,
  this.dormId,
  this.isPaid,
  this.isOverdue,
  this.minDueDate,
  this.maxDueDate,
  this.minDebtAmount,
  this.maxDebtAmount,
  this.creatorId,
  this.orderBy,
});