|
6 | 6 | import { EmployeeAddress } from "@gusto/embedded-api/models/components/employeeaddress.js";
|
7 | 7 |
|
8 | 8 | let value: EmployeeAddress = {
|
9 |
| - street1: "412 Kiera Stravenue", |
10 |
| - street2: "Suite 391", |
11 |
| - city: "San Francisco", |
12 |
| - state: "CA", |
13 |
| - zip: "94107", |
14 |
| - active: true, |
| 9 | + uuid: "28f8f1f5-e4f3-423b-a903-d902bd2f36b2", |
| 10 | + version: "<value>", |
15 | 11 | };
|
16 | 12 | ```
|
17 | 13 |
|
18 | 14 | ## Fields
|
19 | 15 |
|
20 | 16 | | Field | Type | Required | Description |
|
21 | 17 | | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
22 |
| -| `version` | *string* | :heavy_minus_sign: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. | |
| 18 | +| `uuid` | *string* | :heavy_check_mark: | The UUID of the employee address | |
| 19 | +| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee | |
| 20 | +| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. | |
| 21 | +| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. | |
23 | 22 | | `street1` | *string* | :heavy_minus_sign: | N/A |
|
24 | 23 | | `street2` | *string* | :heavy_minus_sign: | N/A |
|
25 | 24 | | `city` | *string* | :heavy_minus_sign: | N/A |
|
26 | 25 | | `state` | *string* | :heavy_minus_sign: | N/A |
|
27 | 26 | | `zip` | *string* | :heavy_minus_sign: | N/A |
|
28 | 27 | | `country` | *string* | :heavy_minus_sign: | N/A |
|
29 | 28 | | `active` | *boolean* | :heavy_minus_sign: | The status of the location. Inactive locations have been deleted, but may still have historical data associated with them. |
|
30 |
| -| `uuid` | *string* | :heavy_minus_sign: | The UUID of the employee address | |
31 |
| -| `employeeUuid` | *string* | :heavy_minus_sign: | The UUID of the employee | |
32 |
| -| `effectiveDate` | [RFCDate](../../types/rfcdate.md) | :heavy_minus_sign: | The date the employee started living at the address. | |
33 |
| -| `courtesyWithholding` | *boolean* | :heavy_minus_sign: | Determines if home taxes should be withheld and paid for employee. | |
| 29 | +| `version` | *string* | :heavy_check_mark: | The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field. | |
0 commit comments