public static class BusinessBookingProfile.Builder extends Object
BusinessBookingProfile.| Constructor and Description |
|---|
Builder() |
public BusinessBookingProfile.Builder sellerId(String sellerId)
sellerId - String value for sellerId.public BusinessBookingProfile.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public BusinessBookingProfile.Builder bookingEnabled(Boolean bookingEnabled)
bookingEnabled - Boolean value for bookingEnabled.public BusinessBookingProfile.Builder customerTimezoneChoice(String customerTimezoneChoice)
customerTimezoneChoice - String value for customerTimezoneChoice.public BusinessBookingProfile.Builder bookingPolicy(String bookingPolicy)
bookingPolicy - String value for bookingPolicy.public BusinessBookingProfile.Builder allowUserCancel(Boolean allowUserCancel)
allowUserCancel - Boolean value for allowUserCancel.public BusinessBookingProfile.Builder businessAppointmentSettings(BusinessAppointmentSettings businessAppointmentSettings)
businessAppointmentSettings - BusinessAppointmentSettings value for
businessAppointmentSettings.public BusinessBookingProfile.Builder supportSellerLevelWrites(Boolean supportSellerLevelWrites)
supportSellerLevelWrites - Boolean value for supportSellerLevelWrites.public BusinessBookingProfile build()
BusinessBookingProfile object using the set fields.BusinessBookingProfileCopyright © 2022. All rights reserved.