BusinessBookingProfile constructor

BusinessBookingProfile({
  1. String? createdAt,
  2. bool? allowUserCancel,
  3. bool? bookingEnabled,
  4. BusinessBookingProfileBookingPolicy? bookingPolicy,
  5. BusinessAppointmentSettings? businessAppointmentSettings,
  6. BusinessBookingProfileCustomerTimezoneChoice? customerTimezoneChoice,
  7. String? sellerId,
})

Implementation

BusinessBookingProfile({
  this.createdAt, this.allowUserCancel, this.bookingEnabled,
this.bookingPolicy, this.businessAppointmentSettings, this.customerTimezoneChoice,
this.sellerId
});