Policies class
Property rules that impact guests.
Constructors
- 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})
- Policies.fromJson(Map json_)
Properties
- allInclusiveAvailable ↔ bool?
-
All inclusive available.
getter/setter pair
- allInclusiveAvailableException ↔ String?
-
All inclusive available exception.
Possible string values are:
getter/setter pair
- allInclusiveOnly ↔ bool?
-
All inclusive only.
getter/setter pair
- allInclusiveOnlyException ↔ String?
-
All inclusive only exception.
Possible string values are:
getter/setter pair
- checkinTime ↔ TimeOfDay?
-
Check-in time.
getter/setter pair
- checkinTimeException ↔ String?
-
Check-in time exception.
Possible string values are:
getter/setter pair
- checkoutTime ↔ TimeOfDay?
-
Check-out time.
getter/setter pair
- checkoutTimeException ↔ String?
-
Check-out time exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kidsStayFree ↔ bool?
-
Kids stay free.
getter/setter pair
- kidsStayFreeException ↔ String?
-
Kids stay free exception.
Possible string values are:
getter/setter pair
- maxChildAge ↔ int?
-
Max child age.
getter/setter pair
- maxChildAgeException ↔ String?
-
Max child age exception.
Possible string values are:
getter/setter pair
- maxKidsStayFreeCount ↔ int?
-
Max kids stay free count.
getter/setter pair
- maxKidsStayFreeCountException ↔ String?
-
Max kids stay free count exception.
Possible string values are:
getter/setter pair
- paymentOptions ↔ PaymentOptions?
-
Forms of payment accepted at the property.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smokeFreeProperty ↔ bool?
-
Smoke free property.
getter/setter pair
- smokeFreePropertyException ↔ String?
-
Smoke free property exception.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited