Module: SurgeAPI::Models::AccountCreateParams::Organization::Industry

Extended by:
Internal::Type::Enum
Defined in:
lib/surge_api/models/account_create_params.rb,
sig/surge_api/models/account_create_params.rbs

Overview

The industry in which the organization operates.

See Also:

  • SurgeAPI::Models::AccountCreateParams::Organization#industry

Constant Summary collapse

AGRICULTURE =

Returns:

  • (:agriculture)
:agriculture
AUTOMOTIVE =

Returns:

  • (:automotive)
:automotive
BANKING =

Returns:

  • (:banking)
:banking
CONSTRUCTION =

Returns:

  • (:construction)
:construction
CONSUMER =

Returns:

  • (:consumer)
:consumer
EDUCATION =

Returns:

  • (:education)
:education
ELECTRONICS =

Returns:

  • (:electronics)
:electronics
ENERGY =

Returns:

  • (:energy)
:energy
ENGINEERING =

Returns:

  • (:engineering)
:engineering
FAST_MOVING_CONSUMER_GOODS =

Returns:

  • (:fast_moving_consumer_goods)
:fast_moving_consumer_goods
FINANCIAL =

Returns:

  • (:financial)
:financial
FINTECH =

Returns:

  • (:fintech)
:fintech
FOOD_AND_BEVERAGE =

Returns:

  • (:food_and_beverage)
:food_and_beverage
GOVERNMENT =

Returns:

  • (:government)
:government
HEALTHCARE =

Returns:

  • (:healthcare)
:healthcare
HOSPITALITY =

Returns:

  • (:hospitality)
:hospitality
INSURANCE =

Returns:

  • (:insurance)
:insurance
JEWELRY =

Returns:

  • (:jewelry)
:jewelry
:legal
MANUFACTURING =

Returns:

  • (:manufacturing)
:manufacturing
MEDIA =

Returns:

  • (:media)
:media
NOT_FOR_PROFIT =

Returns:

  • (:not_for_profit)
:not_for_profit
OIL_AND_GAS =

Returns:

  • (:oil_and_gas)
:oil_and_gas
ONLINE =

Returns:

  • (:online)
:online
PROFESSIONAL_SERVICES =

Returns:

  • (:professional_services)
:professional_services
RAW_MATERIALS =

Returns:

  • (:raw_materials)
:raw_materials
REAL_ESTATE =

Returns:

  • (:real_estate)
:real_estate
RELIGION =

Returns:

  • (:religion)
:religion
RETAIL =

Returns:

  • (:retail)
:retail
TECHNOLOGY =

Returns:

  • (:technology)
:technology
TELECOMMUNICATIONS =

Returns:

  • (:telecommunications)
:telecommunications
TRANSPORTATION =

Returns:

  • (:transportation)
:transportation
TRAVEL =

Returns:

  • (:travel)
:travel

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[SurgeAPI::Models::AccountCreateParams::Organization::industry]

Returns:

  • (::Array[SurgeAPI::Models::AccountCreateParams::Organization::industry])


320
# File 'sig/surge_api/models/account_create_params.rbs', line 320

def self?.values: -> ::Array[SurgeAPI::Models::AccountCreateParams::Organization::industry]