Module: Pinnacle::Types::CompanyEntityTypeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/pinnacle/types/company_entity_type_enum.rb

Constant Summary collapse

LLC =
"LLC"
SOLE_PROPRIETORSHIP =
"SOLE_PROPRIETORSHIP"
PARTNERSHIP =
"PARTNERSHIP"
CORP =
"CORP"
S_CORP =
"S_CORP"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load