You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {
66
66
67
67
/**
68
68
* The V4_0_3.
69
-
* Version 4.0.3 or later.
69
+
* When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
@@ -51,7 +51,7 @@ public class BookingAppointment extends Entity implements IJsonBackedObject {
51
51
52
52
/**
53
53
* The Customers.
54
-
* It lists down the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
54
+
* A collection of customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
@@ -66,7 +66,7 @@ public class BookingStaffMember extends BookingStaffMemberBase implements IJsonB
66
66
67
67
/**
68
68
* The Role.
69
-
* The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest and unknownFutureValue. Required.
69
+
* The role of the staff member in the business. Possible values are: guest, administrator, viewer, externalGuest, unknownFutureValue, scheduler, teamMember. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: scheduler, teamMember. Required.
0 commit comments