| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Primary Key of State | [optional] |
| name | String | Name of state | [optional] |
| code | String | 2 letter code for state | [optional] |
| fips_number | String | National FIPs number | [optional] |
| last_date_for_individual | Date | Last date this state is live for individuals | [optional] |
| last_date_for_shop | Date | Last date this state is live for shop | [optional] |
| live_for_business | BOOLEAN | Is this State available for businesses | [optional] |
| live_for_consumers | BOOLEAN | Is this State available for individuals | [optional] |