Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 868 Bytes

File metadata and controls

16 lines (12 loc) · 868 Bytes

County

Properties

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]

[Back to Model list] [Back to API list] [Back to README]