%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 : |
# List Workweek Configs Response
The response to a request for a set of `WorkweekConfig` objects. The response contains
the requested `WorkweekConfig` objects and might contain a set of `Error` objects if
the request resulted in errors.
## Structure
`ListWorkweekConfigsResponse`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `workweekConfigs` | [`?(WorkweekConfig[])`](/doc/models/workweek-config.md) | Optional | A page of `EmployeeWage` results. | getWorkweekConfigs(): ?array | setWorkweekConfigs(?array workweekConfigs): void |
| `cursor` | `?string` | Optional | The value supplied in the subsequent request to fetch the next page of<br>`EmployeeWage` results. | getCursor(): ?string | setCursor(?string cursor): void |
| `errors` | [`?(Error[])`](/doc/models/error.md) | Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |
## Example (as JSON)
```json
{
"cursor": "2fofTniCgT0yIPAq26kmk0YyFQJZfbWkh73OOnlTHmTAx13NgED",
"workweek_configs": [
{
"created_at": "2016-02-04T00:58:24Z",
"id": "FY4VCAQN700GM",
"start_of_day_local_time": "10:00",
"start_of_week": "MON",
"updated_at": "2019-02-28T01:04:35Z",
"version": 11
}
]
}
```