> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Tippable Staff # Type: Staff Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tippable-staff/staff-object.md ## Description: Information about a team member who's eligible to receive a portion of the tip. Currently, only Bookings staff members ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/staff-members/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/staff-member-object.md)) and [site collaborators](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site) are eligible for tip distributions. ## Schema: ```json Type: Staff Object | type: Staff Description: Information about a team member who's eligible to receive a portion of the tip. Currently, only Bookings staff members ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/staff-members/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/staff-member-object.md)) and [site collaborators](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site) are eligible for tip distributions. - name: id | type: string | description: Staff ID. Matches `staffMemberId` if available, or `identificationData.wixUserId` if not. - name: value | type: string | description: - name: name | type: string | description: Staff name. Matches the name of the Bookings staff member ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/staff-members/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/staff-member-object.md)), if available. - name: staffMemberId | type: string | description: Staff member ID. Available only if the staff is connected to a Bookings staff member ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/staff-members/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/staff-member-object.md)). - name: identificationData | type: IdentificationData | description: Identification data of the staff. Available only if the staff is a [site collaborator](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site). - name: contactId | type: string | description: ID of the contact in the site's [CRM by Ascend](https://www.wix.com/ascend/crm) system. See the Contacts API for additional details. ```