%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/square/square/doc/models/ |
Upload File : |
# Team Member Assigned Locations
An object that represents a team member's assignment to locations.
## Structure
`TeamMemberAssignedLocations`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `assignmentType` | [`?string (TeamMemberAssignedLocationsAssignmentType)`](/doc/models/team-member-assigned-locations-assignment-type.md) | Optional | Enumerates the possible assignment types that the team member can have. | getAssignmentType(): ?string | setAssignmentType(?string assignmentType): void |
| `locationIds` | `?(string[])` | Optional | The locations that the team member is assigned to. | getLocationIds(): ?array | setLocationIds(?array locationIds): void |
## Example (as JSON)
```json
{
"assignment_type": "ALL_CURRENT_AND_FUTURE_LOCATIONS",
"location_ids": [
"location_ids0"
]
}
```