UHotelInvoiceReadParams constructor
UHotelInvoiceReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? reservationId,
- String? userId,
- String? hotelId,
- bool? isPaid,
- bool? isOverdue,
- DateTime? minDueDate,
- DateTime? maxDueDate,
- double? minDebtAmount,
- double? maxDebtAmount,
- int? orderBy,
- 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,
});