Input$BookingSettingsInput class
Constructors
-
Input$BookingSettingsInput({required String pos, String? bookingType, Input$TimeFromToInput? bookTime, int? bookingMaxCapacity, bool? mobileBooking, bool? portalBooking, bool? facebookBooking, List<
Input$MonthDaysInput> ? nonBookableDays, List<Input$SettingsAttributeInput> ? settingsAttributes}) -
factory
-
Input$BookingSettingsInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- bookingMaxCapacity → int?
-
no setter
- bookingType → String?
-
no setter
- bookTime → Input$TimeFromToInput?
-
no setter
-
copyWith
→ CopyWith$Input$BookingSettingsInput<
Input$BookingSettingsInput> -
no setter
- facebookBooking → bool?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- mobileBooking → bool?
-
no setter
-
nonBookableDays
→ List<
Input$MonthDaysInput> ? -
no setter
- portalBooking → bool?
-
no setter
- pos → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
settingsAttributes
→ List<
Input$SettingsAttributeInput> ? -
no setter
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.
override