UDormBedInvoiceCreateParams constructor
UDormBedInvoiceCreateParams({
- required List<
int> tags, - required double debtAmount,
- required double creditorAmount,
- required double paidAmount,
- required double penaltyAmount,
- required String contractId,
- required DateTime dueDate,
- String? id,
- int? penaltyPrecentEveryDate,
- String? detail1,
- String? detail2,
- String? creatorId,
- List<
String> ? adminUserIds,
Implementation
UDormBedInvoiceCreateParams({
required this.tags,
required this.debtAmount,
required this.creditorAmount,
required this.paidAmount,
required this.penaltyAmount,
required this.contractId,
required this.dueDate,
this.id,
this.penaltyPrecentEveryDate,
this.detail1,
this.detail2,
this.creatorId,
this.adminUserIds,
});