Variable BusinessLegalEntityAnnualRevenueConst

BusinessLegalEntityAnnualRevenue: {
    EXTREMELY_HIGH: "EXTREMELY_HIGH";
    HIGH: "HIGH";
    LOW: "LOW";
    MEDIUM: "MEDIUM";
    VERY_HIGH: "VERY_HIGH";
} = ...

Type declaration

  • Readonly EXTREMELY_HIGH: "EXTREMELY_HIGH"
  • Readonly HIGH: "HIGH"
  • Readonly LOW: "LOW"
  • Readonly MEDIUM: "MEDIUM"
  • Readonly VERY_HIGH: "VERY_HIGH"

Generated using TypeDoc