trucking
Version:
Trucking constants
85 lines (82 loc) • 1.34 kB
JavaScript
export const USBussType = [{
"abbreviation": "gp",
"name": "General Partnership"
},
{
"abbreviation": "lp",
"name": "Limited Partnership"
},
{
"abbreviation": "llp",
"name": "Limited Liability Partnership"
},
{
"abbreviation": "lllp",
"name": "Limited Liability Limited Partnership"
},
{
"abbreviation": "llc",
"name": "Limited Liability Company"
},
{
"abbreviation": "Pllc",
"name": "Professional Limited Liability Company"
},
{
"abbreviation": "Inc",
"name": "Incorporated"
},
{
"abbreviation": "corp",
"name": "Corporation"
},
{
"abbreviation": "pc",
"name": "Professional corporation"
},
{
"abbreviation": "dba",
"name": "Doing Business As:"
},
{
"abbreviation": "ccorp",
"name": "C Corporation"
},
{
"abbreviation": "scorp",
"name": "S Corporation"
},
{
"abbreviation": "cpt",
"name": "Cooperative"
},
{
"abbreviation": "part",
"name": "Partnership"
},
{
"abbreviation": "sprop",
"name": "Sole Proprietorship"
},
]
export const CABussType = [{
"abbreviation": "sp",
"name": "Sole Proprietorship"
},
{
"abbreviation": "gp",
"name": "General Partnership"
},
{
"abbreviation": "lp",
"name": "Limited Partnership"
},
{
"abbreviation": "corp",
"name": "Corporation"
},
{
"abbreviation": "jv",
"name": "Joint Venture"
}
]