UDormBedInvoiceUpdateParams constructor

UDormBedInvoiceUpdateParams({
  1. String? id,
  2. List<int>? addTags,
  3. List<int>? removeTags,
  4. List<int>? tags,
  5. double? debtAmount,
  6. double? creditorAmount,
  7. double? paidAmount,
  8. double? penaltyAmount,
  9. String? userId,
  10. String? contractId,
  11. int? penaltyPrecentEveryDate,
  12. DateTime? dueDate,
  13. String? detail1,
  14. String? detail2,
  15. List<String>? adminUserIds,
  16. List<String>? addAdminUserIds,
  17. List<String>? removeAdminUserIds,
})

Implementation

UDormBedInvoiceUpdateParams({
  this.id,
  this.addTags,
  this.removeTags,
  this.tags,
  this.debtAmount,
  this.creditorAmount,
  this.paidAmount,
  this.penaltyAmount,
  this.userId,
  this.contractId,
  this.penaltyPrecentEveryDate,
  this.dueDate,
  this.detail1,
  this.detail2,
  this.adminUserIds,
  this.addAdminUserIds,
  this.removeAdminUserIds,
});