Address on the paystub
Name | Type | Description | Notes |
---|---|---|---|
city | str, none_type | The full city name. | [optional] |
country | str, none_type | The ISO 3166-1 alpha-2 country code. | [optional] |
postal_code | str, none_type | The postal code of the address. | [optional] |
region | str, none_type | The region or state Example: `"NC"` | [optional] |
street | str, none_type | The full street address. | [optional] |
line1 | str, none_type | Street address line 1. | [optional] |
line2 | str, none_type | Street address line 2. | [optional] |
state_code | str, none_type | The region or state Example: `"NC"` | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |