UHotelInvoiceReadParams constructor

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

Implementation

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