UParkingSubscriptionUpdateParams constructor
UParkingSubscriptionUpdateParams({
- required String id,
- String? customerName,
- String? customerPhoneNumber,
- double? price,
- DateTime? startDate,
- DateTime? expiryDate,
- int? dailyEntryLimit,
- bool? officeHoursOnly,
- List<
int> ? addTags, - List<
int> ? removeTags, - String? detail1,
- String? detail2,
- List<
int> ? tags, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UParkingSubscriptionUpdateParams({
required this.id,
this.customerName,
this.customerPhoneNumber,
this.price,
this.startDate,
this.expiryDate,
this.dailyEntryLimit,
this.officeHoursOnly,
this.addTags,
this.removeTags,
this.detail1,
this.detail2,
this.tags,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});