Policies constructor
Policies({
- bool? allInclusiveAvailable,
- String? allInclusiveAvailableException,
- bool? allInclusiveOnly,
- String? allInclusiveOnlyException,
- TimeOfDay? checkinTime,
- String? checkinTimeException,
- TimeOfDay? checkoutTime,
- String? checkoutTimeException,
- bool? kidsStayFree,
- String? kidsStayFreeException,
- int? maxChildAge,
- String? maxChildAgeException,
- int? maxKidsStayFreeCount,
- String? maxKidsStayFreeCountException,
- PaymentOptions? paymentOptions,
- bool? smokeFreeProperty,
- String? smokeFreePropertyException,
Implementation
Policies({
this.allInclusiveAvailable,
this.allInclusiveAvailableException,
this.allInclusiveOnly,
this.allInclusiveOnlyException,
this.checkinTime,
this.checkinTimeException,
this.checkoutTime,
this.checkoutTimeException,
this.kidsStayFree,
this.kidsStayFreeException,
this.maxChildAge,
this.maxChildAgeException,
this.maxKidsStayFreeCount,
this.maxKidsStayFreeCountException,
this.paymentOptions,
this.smokeFreeProperty,
this.smokeFreePropertyException,
});