Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 903 Bytes

File metadata and controls

16 lines (13 loc) · 903 Bytes

IO.Vericred.Model.State

Properties

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]

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