BusinessAppointmentSettings class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
-
BusinessAppointmentSettings.new({BusinessAppointmentSettingsAlignmentTime? alignmentTime, bool? anyTeamMemberBookingEnabled, BusinessAppointmentSettingsCancellationPolicy? cancellation_policy, Money? cancellationFeeMoney, String? cancellationPolicyText, int? cancellationWindowSeconds, List<
BusinessAppointmentSettingsBookingLocationType> ? locationTypes, int? maxAppointmentsPerDayLimit, BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType? maxAppointmentsPerDayLimitType, int? maxBookingLeadTimeSeconds, int? minBookingLeadTimeSeconds, bool? multipleServiceBookingEnabled}) -
BusinessAppointmentSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alignmentTime → BusinessAppointmentSettingsAlignmentTime?
-
final
- anyTeamMemberBookingEnabled → bool?
-
final
- cancellation_policy → BusinessAppointmentSettingsCancellationPolicy?
-
final
- cancellationFeeMoney → Money?
-
final
- cancellationPolicyText → String?
-
final
- cancellationWindowSeconds → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
locationTypes
→ List<
BusinessAppointmentSettingsBookingLocationType> ? -
final
- maxAppointmentsPerDayLimit → int?
-
final
- maxAppointmentsPerDayLimitType → BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType?
-
final
- maxBookingLeadTimeSeconds → int?
-
final
- minBookingLeadTimeSeconds → int?
-
final
- multipleServiceBookingEnabled → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited