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