UHotelInvoiceUpdateParams constructor
UHotelInvoiceUpdateParams({
- required String id,
- String? detail1,
- String? detail2,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - double? debtAmount,
- double? creditorAmount,
- double? paidAmount,
- double? penaltyAmount,
- int? penaltyPrecentEveryDate,
- DateTime? dueDate,
- String? reservationId,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UHotelInvoiceUpdateParams({
required this.id,
this.detail1,
this.detail2,
this.addTags,
this.removeTags,
this.tags,
this.debtAmount,
this.creditorAmount,
this.paidAmount,
this.penaltyAmount,
this.penaltyPrecentEveryDate,
this.dueDate,
this.reservationId,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});