| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int? | Primary Key of State | [optional] |
| Name | string | Name of state | [optional] |
| Code | string | 2 letter code for state | [optional] |
| FipsNumber | string | National FIPs number | [optional] |
| LastDateForIndividual | DateTime? | Last date this state is live for individuals | [optional] |
| LastDateForShop | DateTime? | Last date this state is live for shop | [optional] |
| LiveForBusiness | bool? | Is this State available for businesses | [optional] |
| LiveForConsumers | bool? | Is this State available for individuals | [optional] |