Class: FinchAPI::Models::HRIS::HRISCompany::Entity
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::HRIS::HRISCompany::Entity
- Defined in:
- lib/finch_api/models/hris/company.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#subtype ⇒ Symbol, ...
The tax payer subtype of the company.
-
#type ⇒ Symbol, ...
The tax payer type of the company.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(subtype: , type: ) ⇒ Object
constructor
The entity type object.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!
Constructor Details
#initialize(subtype: , type: ) ⇒ Object
The entity type object.
|
|
# File 'lib/finch_api/models/hris/company.rb', line 201
|
Instance Attribute Details
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/finch_api/models/hris/company.rb', line 218
|