Booking class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
-
Booking.new({String? locationId, String? id, String? createdAt, BookingStatus? status, String? updatedAt, String? customerId, String? startAt, int? version, BookingBookingSource? source, bool? allDay, List<
AppointmentSegment> ? appointmentSegments, BookingCreatorDetails? creatorDetails, String? customerNote, BusinessAppointmentSettingsBookingLocationType? locationType, String? sellerNote, int? transitionTimeMinutes}) -
Booking.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allDay → bool?
-
final
-
appointmentSegments
→ List<
AppointmentSegment> ? -
final
- createdAt → String?
-
final
- creatorDetails → BookingCreatorDetails?
-
final
- customerId → String?
-
final
- customerNote → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- locationId → String?
-
final
- locationType → BusinessAppointmentSettingsBookingLocationType?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellerNote → String?
-
final
- source → BookingBookingSource?
-
final
- startAt → String?
-
final
- status → BookingStatus?
-
final
- transitionTimeMinutes → int?
-
final
- updatedAt → String?
-
final
- version → int?
-
final
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