UHotelReservationUpdateParams constructor
UHotelReservationUpdateParams({
- required String id,
- String? detail1,
- String? detail2,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - DateTime? checkInDate,
- DateTime? checkOutDate,
- int? guestCount,
- double? totalPrice,
- String? guestName,
- String? guestPhone,
- String? notes,
- List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UHotelReservationUpdateParams({
required this.id,
this.detail1,
this.detail2,
this.addTags,
this.removeTags,
this.tags,
this.checkInDate,
this.checkOutDate,
this.guestCount,
this.totalPrice,
this.guestName,
this.guestPhone,
this.notes,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});