# BusinessIndustrialClassification

## Example Usage

```typescript
import { BusinessIndustrialClassification } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: BusinessIndustrialClassification =
  BusinessIndustrialClassification.FinanceInsuranceAndRealEstate;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                                                             | Value                                                            |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `BusinessIndustrialClassificationUnspecified`                    | BUSINESS_INDUSTRIAL_CLASSIFICATION_UNSPECIFIED                   |
| `AgricultureForestryAndFishing`                                  | AGRICULTURE_FORESTRY_AND_FISHING                                 |
| `Mining`                                                         | MINING                                                           |
| `Construction`                                                   | CONSTRUCTION                                                     |
| `Manufacturing`                                                  | MANUFACTURING                                                    |
| `TransportationCommunicationsElectricGasAndSanitaryServices`     | TRANSPORTATION_COMMUNICATIONS_ELECTRIC_GAS_AND_SANITARY_SERVICES |
| `WholesaleTrade`                                                 | WHOLESALE_TRADE                                                  |
| `RetailTrade`                                                    | RETAIL_TRADE                                                     |
| `FinanceInsuranceAndRealEstate`                                  | FINANCE_INSURANCE_AND_REAL_ESTATE                                |
| `Services`                                                       | SERVICES                                                         |
| `PublicAdministration`                                           | PUBLIC_ADMINISTRATION                                            |
| -                                                                | `Unrecognized<string>`                                           |