| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Primary key | [optional] |
| fips_code | str | State FIPS code | [optional] |
| name | str | Human-readable name | [optional] |
| state_code | str | Two-character state code | [optional] |
| state_id | int | state relationship | [optional] |
| state_live | bool | Is the state containing this county active for consumers?(deprecated in favor of last_date_for_individual) | [optional] |
| state_live_for_business | bool | Is the state containing this county active for business?(deprecated in favor of last_date_for_shop) | [optional] |