| address |
string |
The address of the staff member who is teaching the class. |
[optional] |
| appointment_instructor |
bool |
When `true`, indicates that the staff member offers appointments.<br /> When `false`, indicates that the staff member does not offer appointments. |
[optional] |
| always_allow_double_booking |
bool |
When `true`, indicates that the staff member can be scheduled for overlapping services.<br /> When `false`, indicates that the staff can only be scheduled for one service at a time in any given time-frame. |
[optional] |
| bio |
string |
The staff member’s biography. This string contains HTML. |
[optional] |
| city |
string |
The staff member’s city. |
[optional] |
| country |
string |
The staff member’s country. |
[optional] |
| email |
string |
The staff member’s email address. |
[optional] |
| first_name |
string |
The staff member’s first name. |
[optional] |
| home_phone |
string |
The staff member’s home phone number. |
[optional] |
| id |
int |
The ID assigned to the staff member. |
[optional] |
| independent_contractor |
bool |
When `true`, indicates that the staff member is an independent contractor. When `false`, indicates that the staff member is not an independent contractor. |
[optional] |
| is_male |
bool |
When `true`, indicates that the staff member is male. When `false`, indicates that the staff member is female. |
[optional] |
| last_name |
string |
The staff member’s last name. |
[optional] |
| mobile_phone |
string |
The staff member’s mobile phone number. |
[optional] |
| name |
string |
The staff member’s name. |
[optional] |
| postal_code |
string |
The staff member’s postal code. |
[optional] |
| class_teacher |
bool |
When `true`, indicates that the staff member can teach classes. When `false`, indicates that the staff member cannot teach classes. |
[optional] |
| sort_order |
int |
If configured by the business owner, this field determines a staff member’s weight when sorting. Use this field to sort staff members on your interface. |
[optional] |
| state |
string |
The staff member’s state. |
[optional] |
| work_phone |
string |
The staff member’s work phone number. |
[optional] |
| image_url |
string |
The URL of the staff member’s image, if one has been uploaded. |
[optional] |
| appointments |
\Swagger\Client\Model\Appointment[] |
A list of appointments for the staff. |
[optional] |
| unavailabilities |
\Swagger\Client\Model\Unavailability[] |
A list of unavailabilities for the staff. |
[optional] |
| availabilities |
\Swagger\Client\Model\Availability[] |
A list of availabilities for the staff. |
[optional] |