| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BusinessAppointmentSettings |
BusinessAppointmentSettings.Builder.build()
Builds a new
BusinessAppointmentSettings object using the set fields. |
BusinessAppointmentSettings |
BusinessBookingProfile.getBusinessAppointmentSettings()
Getter for BusinessAppointmentSettings.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessBookingProfile.Builder |
BusinessBookingProfile.Builder.businessAppointmentSettings(BusinessAppointmentSettings businessAppointmentSettings)
Setter for businessAppointmentSettings.
|
| Constructor and Description |
|---|
BusinessBookingProfile(String sellerId,
String createdAt,
Boolean bookingEnabled,
String customerTimezoneChoice,
String bookingPolicy,
Boolean allowUserCancel,
BusinessAppointmentSettings businessAppointmentSettings,
Boolean supportSellerLevelWrites)
Initialization constructor.
|
Copyright © 2022. All rights reserved.